Searched refs:EndIf (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | HeaderGuard.cpp | 95 SourceLocation EndIf = in EndOfMainFile() local 104 Ifndef, Define, EndIf, FileName, CurHeaderGuard, FixIts); in EndOfMainFile() 108 checkEndifComment(FileName, EndIf, NewGuard, FixIts); in EndOfMainFile() 117 Check->diag(EndIf, "#endif for a header guard should reference the " in EndOfMainFile() 129 bool wouldFixEndifComment(StringRef FileName, SourceLocation EndIf, in wouldFixEndifComment() argument 132 if (!EndIf.isValid()) in wouldFixEndifComment() 134 const char *EndIfData = PP->getSourceManager().getCharacterData(EndIf); in wouldFixEndifComment() 162 SourceLocation EndIf, in checkHeaderGuardDefinition() argument 173 wouldFixEndifComment(FileName, EndIf, CurHeaderGuard))) { in checkHeaderGuardDefinition() 189 void checkEndifComment(StringRef FileName, SourceLocation EndIf, in checkEndifComment() argument [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | load-local-v4i5.ll | 34 ; CHECK-NEXT: .LBB0_2: # %EndIf 64 br label %EndIf 67 br label %EndIf 69 EndIf: ; preds = %Else, %Then
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.c | 313 rc_remove_instruction(loop->EndIf); in try_unroll_loop() 381 loop->EndIf = ptr->Next; in build_loop_info() 412 if (loop->BeginLoop && loop->Brk && loop->If && loop->EndIf in build_loop_info() 480 rc_remove_instruction(loop->EndIf); in transform_loop() 481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
|
D | radeon_emulate_loops.h | 40 struct rc_instruction * EndIf; member
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2323 …EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Im…
|