Home
last modified time | relevance | path

Searched refs:emitRestrictInfNaNWarning (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2989 emitRestrictInfNaNWarning(Identifier, 0);
2991 emitRestrictInfNaNWarning(Identifier, 1);
3008 void emitRestrictInfNaNWarning(const Token &Identifier,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1501 void Preprocessor::emitRestrictInfNaNWarning(const Token &Identifier, in emitRestrictInfNaNWarning() function in Preprocessor