Home
last modified time | relevance | path

Searched refs:Ifndef (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h400 virtual void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
675 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function
677 First->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
678 Second->Ifndef(Loc, MacroNameTok, MD); in Ifndef()
H A DPPConditionalDirectiveRecord.h94 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
H A DPreprocessingRecord.h536 void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.cpp40 { tgtok::Ifndef, "ifndef" },
705 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor()
714 if (Kind == tgtok::Ifndef) { in lexPreprocessor()
H A DTGLexer.h76 Ifdef, Ifndef, Else, Endif, Define enumerator
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() function in PPConditionalDirectiveRecord
H A DPreprocessingRecord.cpp422 void PreprocessingRecord::Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in PreprocessingRecord
H A DPPDirectives.cpp3262 Callbacks->Ifndef(DirectiveTok.getLocation(), MacroNameTok, MD); in HandleIfdefDirective()
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp72 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() function in __anon481371420111::IndexPPCallbacks
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.6251 * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.