Home
last modified time | relevance | path

Searched refs:NewLoc (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp378 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
383 PDiag(diag::note_previous_declaration), Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
402 SourceLocation NewLoc, in CheckEquivalentExceptionSpec() argument
417 Old = ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpec()
420 New = ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpec()
470 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
551 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
580 Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpec()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1020 void addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd = false,
1023 void rawAddEdge(PathDiagnosticLocation NewLoc);
1091 void EdgeBuilder::rawAddEdge(PathDiagnosticLocation NewLoc) { in rawAddEdge() argument
1093 PrevLoc = NewLoc; in rawAddEdge()
1097 const PathDiagnosticLocation &NewLocClean = cleanUpLocation(NewLoc, PDB.LC); in rawAddEdge()
1101 PrevLoc = NewLoc; in rawAddEdge()
1114 PrevLoc = NewLoc; in rawAddEdge()
1117 void EdgeBuilder::addEdge(PathDiagnosticLocation NewLoc, bool alwaysAdd, in addEdge() argument
1120 if (!alwaysAdd && NewLoc.asLocation().isMacroID()) in addEdge()
1123 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); in addEdge()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp260 const FunctionProtoType *New, SourceLocation NewLoc,
485 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
494 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
511 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl() argument
521 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl()
524 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl()
653 S.Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpecImpl()
664 SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
668 New, NewLoc); in CheckEquivalentExceptionSpec()
/external/clang/lib/Lex/
DPragma.cpp1353 SourceLocation NewLoc; in HandlePragma() local
1361 NewLoc = Loc; in HandlePragma()
1368 NewLoc = SourceLocation(); in HandlePragma()
1371 PP.setPragmaARCCFCodeAuditedLoc(NewLoc); in HandlePragma()
1407 SourceLocation NewLoc; in HandlePragma() local
1415 NewLoc = Loc; in HandlePragma()
1422 NewLoc = SourceLocation(); in HandlePragma()
1425 PP.setPragmaAssumeNonNullLoc(NewLoc); in HandlePragma()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1754 SourceLocation NewLoc; in HandlePragma() local
1762 NewLoc = Loc; in HandlePragma()
1769 NewLoc = SourceLocation(); in HandlePragma()
1772 PP.setPragmaARCCFCodeAuditedInfo(NameTok.getIdentifierInfo(), NewLoc); in HandlePragma()
1809 SourceLocation NewLoc; in HandlePragma() local
1818 NewLoc = Loc; in HandlePragma()
1820 Callbacks->PragmaAssumeNonNullBegin(NewLoc); in HandlePragma()
1827 NewLoc = SourceLocation(); in HandlePragma()
1829 Callbacks->PragmaAssumeNonNullEnd(NewLoc); in HandlePragma()
1832 PP.setPragmaAssumeNonNullLoc(NewLoc); in HandlePragma()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp507 void handleFileExit(SourceLocation NewLoc) { in handleFileExit()
508 if (NewLoc.isInvalid() || in handleFileExit()
509 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
514 SourceLocation LCA = NewLoc; in handleFileExit()
521 MostRecentLocation = NewLoc; in handleFileExit()
564 MostRecentLocation = NewLoc; in handleFileExit()
DCodeGenAction.cpp288 SourceLocation NewLoc = in ConvertBackendLocation() local
290 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1176 LocIdx NewLoc = MTracker->getRegMLoc(Reg); in redefVar() local
1177 redefVar(MI, Properties, NewLoc); in redefVar()
1198 LocIdx NewLoc = *OptNewLoc; in redefVar() local
1203 if (MTracker->getNumAtPos(NewLoc) != VarLocs[NewLoc.asU64()]) { in redefVar()
1204 for (auto &P : ActiveMLocs[NewLoc]) { in redefVar()
1207 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
1208 VarLocs[NewLoc.asU64()] = MTracker->getNumAtPos(NewLoc); in redefVar()
1211 ActiveMLocs[NewLoc].insert(Var); in redefVar()
1214 std::make_pair(Var, LocAndProperties{NewLoc, Properties})); in redefVar()
1216 It->second.Loc = NewLoc; in redefVar()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h680 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
681 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
685 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h1107 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
1108 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
1112 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h1137 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
1138 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
1142 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp795 void handleFileExit(SourceLocation NewLoc) { in handleFileExit()
796 if (NewLoc.isInvalid() || in handleFileExit()
797 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
802 SourceLocation LCA = NewLoc; in handleFileExit()
809 MostRecentLocation = NewLoc; in handleFileExit()
854 MostRecentLocation = NewLoc; in handleFileExit()
DCodeGenAction.cpp457 SourceLocation NewLoc = in ConvertBackendLocation() local
459 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1408 DebugLoc NewLoc = getDebugValueLoc(DII, SI); in ConvertDebugDeclareToDebugValue() local
1419 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1423 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1443 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1450 LI, DIVar, DIExpr, NewLoc, (Instruction *)nullptr); in ConvertDebugDeclareToDebugValue()
1477 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1483 Builder.insertDbgValueIntrinsic(APN, DIVar, DIExpr, NewLoc, &*InsertionPt); in ConvertDebugDeclareToDebugValue()
1549 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr); in LowerDbgDeclare() local
1553 NewLoc, CI); in LowerDbgDeclare()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1295 DebugLoc NewLoc = getDebugValueLoc(DII, SI); in ConvertDebugDeclareToDebugValue() local
1307 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1312 Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, SI); in ConvertDebugDeclareToDebugValue()
1335 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1342 LI, DIVar, DIExpr, NewLoc, (Instruction *)nullptr); in ConvertDebugDeclareToDebugValue()
1369 DebugLoc NewLoc = getDebugValueLoc(DII, nullptr); in ConvertDebugDeclareToDebugValue() local
1375 Builder.insertDbgValueIntrinsic(APN, DIVar, DIExpr, NewLoc, &*InsertionPt); in ConvertDebugDeclareToDebugValue()
1440 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr); in LowerDbgDeclare() local
1444 NewLoc, CI); in LowerDbgDeclare()
/external/clang/include/clang/Sema/
DInitialization.h258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
259 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1080 PathDiagnosticLocation NewLoc) { in addEdgeToPath() argument
1081 if (!NewLoc.isValid()) in addEdgeToPath()
1084 SourceLocation NewLocL = NewLoc.asLocation(); in addEdgeToPath()
1089 PrevLoc = NewLoc; in addEdgeToPath()
1095 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1099 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1100 PrevLoc = NewLoc; in addEdgeToPath()
/external/llvm-project/clang/include/clang/Sema/
DInitialization.h328 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
329 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h873 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation() argument
874 Loc = NewLoc; in setLocation()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp897 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
898 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance()
901 LocB = NewLoc; in adjustForInvariance()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp907 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
908 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance()
911 LocB = NewLoc; in adjustForInvariance()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp897 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
898 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance()
901 LocB = NewLoc; in adjustForInvariance()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp842 DbgValueLocation NewLoc(LocNo, WasIndirect); in addDefsFromCopies() local
843 I.insert(Idx, Idx.getNextSlot(), NewLoc); in addDefsFromCopies()
844 NewDefs.push_back(std::make_pair(Idx, NewLoc)); in addDefsFromCopies()
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp1276 SourceLocation NewLoc = Context.Sources.getLocForStartOfFile(NewID); in TEST_F() local
1277 Err = Change.insert(Context.Sources, NewLoc, "b", /*InsertAfter=*/false); in TEST_F()
1282 Replacement(Context.Sources, NewLoc, 0, "b"))); in TEST_F()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3636 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() local
3638 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc)) in computeVTableRelatedInformation()
3639 OldLoc = NewLoc; in computeVTableRelatedInformation()

12