/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r500_fragprog_emit.c | 60 int Endif; member 552 branch->Endif = -1; in emit_flowcontrol() 579 branch->Endif = newip; in emit_flowcontrol() 581 s->Code->inst[branch->Endif].inst2 = R500_FC_OP_JUMP in emit_flowcontrol() 588 s->Code->inst[branch->Endif].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol() 608 s->Code->inst[branch->Else].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol() 612 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 319 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function 501 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function 502 First->Endif(Loc, IfLoc); in Endif() 503 Second->Endif(Loc, IfLoc); in Endif()
|
D | PPConditionalDirectiveRecord.h | 98 void Endif(SourceLocation Loc, SourceLocation IfLoc) override;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 371 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function 603 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function 604 First->Endif(Loc, IfLoc); in Endif() 605 Second->Endif(Loc, IfLoc); in Endif()
|
D | PPConditionalDirectiveRecord.h | 97 void Endif(SourceLocation Loc, SourceLocation IfLoc) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.cpp | 41 { tgtok::Endif, "endif" }, 752 } else if (Kind == tgtok::Endif) { in lexPreprocessor() 850 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
|
D | TGLexer.h | 69 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGLexer.cpp | 42 { tgtok::Endif, "endif" }, 778 } else if (Kind == tgtok::Endif) { in lexPreprocessor() 876 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
|
D | TGLexer.h | 75 Ifdef, Ifndef, Else, Endif, Define enumerator
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantPreprocessorCheck.cpp | 63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function in clang::tidy::readability::__anonb46008580111::RedundantPreprocessorCallbacks
|
D | ElseAfterReturnCheck.cpp | 31 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function in clang::tidy::readability::__anonaf25e3470111::PPConditionalCollector
|
/external/llvm-project/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 110 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif() function in PPConditionalDirectiveRecord
|
D | PPDirectives.cpp | 548 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock() 3068 Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc); in HandleEndifDirective()
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif() function in PPConditionalDirectiveRecord
|
D | PPDirectives.cpp | 498 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc); in SkipExcludedConditionalBlock() 2708 Callbacks->Endif(EndifToken.getLocation(), CondInfo.IfLoc); in HandleEndifDirective()
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 119 void Endif(SourceLocation Loc, SourceLocation) override;
|
D | ExpandModularHeadersPPCallbacks.cpp | 301 void ExpandModularHeadersPPCallbacks::Endif(SourceLocation Loc, in Endif() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 148 void Endif(SourceLocation Loc, SourceLocation IfLoc) override;
|
D | PPCallbacksTracker.cpp | 410 void PPCallbacksTracker::Endif(SourceLocation Loc, SourceLocation IfLoc) { in Endif() function in clang::pp_trace::PPCallbacksTracker
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | HeaderGuard.cpp | 64 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() function in clang::tidy::utils::__anondb8d8a510111::HeaderGuardPPCallbacks
|
/external/llvm-project/clang-tools-extra/docs/ |
D | pp-trace.rst | 79 * Endif 785 `Endif <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#afc62ca1401125f516d58b1629a20… 788 Endif is called when an #endif is seen. 801 - Callback: Endif
|
/external/angle/src/compiler/translator/ |
D | IntermNode.h | 995 Endif, enumerator
|
D | OutputGLSLBase.cpp | 1054 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
|
/external/curl/winbuild/ |
D | MakefileBuild.vc | 59 !Endif
|