/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 378 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() 402 SourceLocation NewLoc, in CheckEquivalentExceptionSpec()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1295 DebugLoc NewLoc = getDebugValueLoc(DII, SI); in ConvertDebugDeclareToDebugValue() local 1335 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local 1369 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local 1440 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr); in LowerDbgDeclare() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | Pragma.cpp | 1353 SourceLocation NewLoc; in HandlePragma() local 1407 SourceLocation NewLoc; in HandlePragma() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMFixCortexA57AES1742098Pass.cpp | 301 AESFixupLocation NewLoc{&MBB, &MI, &MOp}; in analyzeMF() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1525 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local 1560 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local 1594 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local 1666 DebugLoc NewLoc = getDebugValueLoc(DDI); in LowerDbgDeclare() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 561 LocIdx NewLoc = ValueToLoc.find(Op.ID)->second.getLoc(); in checkInstForNewValues() local 691 LocIdx NewLoc = MTracker->getRegMLoc(Reg); in redefVar() local 730 LocIdx NewLoc = Op.Loc; in redefVar() local 796 std::optional<LocIdx> NewLoc; in clobberMloc() local 1563 LocIdx NewLoc = MTracker->lookupOrTrackRegister(NewReg); in getValueForInstrRef() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopInfo.h | 465 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopInfo.h | 465 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopInfo.h | 465 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopInfo.h | 465 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1091 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) { in rawAddEdge() 1117 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge() 1586 PathDiagnosticLocation NewLoc, in addEdgeToPath()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 680 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2328 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local 2377 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 1166 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 1107 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 288 SourceLocation NewLoc = in ConvertBackendLocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | PathDiagnostic.h | 868 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | PathDiagnostic.h | 868 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | PathDiagnostic.h | 868 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation()
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | Initialization.h | 258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | PathDiagnostic.h | 874 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | Initialization.h | 333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | Initialization.h | 333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | Initialization.h | 333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | Initialization.h | 333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
|