Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2843 emitRestrictInfNaNWarning(Identifier, 0);
2845 emitRestrictInfNaNWarning(Identifier, 1);
2862 void emitRestrictInfNaNWarning(const Token &Identifier,
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1460 void Preprocessor::emitRestrictInfNaNWarning(const Token &Identifier, in emitRestrictInfNaNWarning() function in Preprocessor