/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 38 { tgtok::Ifdef, "ifdef" }, 678 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor() 680 StringRef IfTokName = Kind == tgtok::Ifdef ? "#ifdef" : "#ifndef"; in lexPreprocessor() 689 Kind = tgtok::Ifdef; in lexPreprocessor() 727 if (IfdefEntry.Kind != tgtok::Ifdef) { in lexPreprocessor() 760 if (IfdefOrElseEntry.Kind != tgtok::Ifdef && in lexPreprocessor()
|
D | TGLexer.h | 69 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGLexer.cpp | 39 { tgtok::Ifdef, "ifdef" }, 704 if (Kind == tgtok::Ifdef || Kind == tgtok::Ifndef) { in lexPreprocessor() 706 StringRef IfTokName = Kind == tgtok::Ifdef ? "#ifdef" : "#ifndef"; in lexPreprocessor() 715 Kind = tgtok::Ifdef; in lexPreprocessor() 753 if (IfdefEntry.Kind != tgtok::Ifdef) { in lexPreprocessor() 786 if (IfdefOrElseEntry.Kind != tgtok::Ifdef && in lexPreprocessor()
|
D | TGLexer.h | 75 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 298 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 481 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 483 First->Ifdef(Loc, MacroNameTok, MD); in Ifdef() 484 Second->Ifdef(Loc, MacroNameTok, MD); in Ifdef()
|
D | PPConditionalDirectiveRecord.h | 93 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
D | PreprocessingRecord.h | 499 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 350 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 583 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function 585 First->Ifdef(Loc, MacroNameTok, MD); in Ifdef() 586 Second->Ifdef(Loc, MacroNameTok, MD); in Ifdef()
|
D | PPConditionalDirectiveRecord.h | 92 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
D | PreprocessingRecord.h | 537 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | FindAllMacros.h | 38 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
D | FindAllMacros.cpp | 53 void FindAllMacros::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in clang::find_all_symbols::FindAllMacros
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CollectMacros.h | 66 void Ifdef(SourceLocation Loc, const Token &MacroName, in Ifdef() function
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantPreprocessorCheck.cpp | 46 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in clang::tidy::readability::__anonb46008580111::RedundantPreprocessorCallbacks
|
/external/llvm-project/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 406 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() function in PPConditionalDirectiveRecord
|
D | PreprocessingRecord.cpp | 383 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in PreprocessingRecord
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 114 void Ifdef(SourceLocation Loc, const Token &,
|
D | ExpandModularHeadersPPCallbacks.cpp | 290 void ExpandModularHeadersPPCallbacks::Ifdef(SourceLocation Loc, const Token &, in Ifdef() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 143 void Ifdef(SourceLocation Loc, const Token &MacroNameTok,
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | UpgradeGoogletestCaseCheck.cpp | 80 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() function in clang::tidy::google::__anonde3eb0c00111::UpgradeGoogletestCasePPCallback
|
/external/angle/src/tests/preprocessor_tests/ |
D | if_test.cpp | 600 TEST_F(IfTest, Ifdef) in TEST_F() argument
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 76 * Ifdef 721 `Ifdef <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a0ce79575dda307784fd51a6dd4ee… 724 Ifdef is called when an #ifdef is seen. 738 - Callback: Ifdef
|
/external/llvm-project/clang/unittests/Lex/ |
D | DependencyDirectivesSourceMinimizerTest.cpp | 293 TEST(MinimizeSourceToDependencyDirectivesTest, Ifdef) { in TEST() argument
|