Searched defs:LocRange (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopInfo.h | 53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopInfo.h | 53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopInfo.h | 53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopInfo.h | 53 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 54 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 517 LocRange() {} in LocRange() function 518 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 519 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 556 LocRange(DebugLoc Start) : Start(Start), End(Start) {} in LocRange() function 557 LocRange(DebugLoc Start, DebugLoc End) in LocRange() function
|