/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 378 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()
|
D | SemaTemplate.cpp | 6635 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, in CheckSpecializationInstantiationRedecl() argument 6687 Diag(NewLoc, diag::err_specialization_after_instantiation) in CheckSpecializationInstantiationRedecl() 6722 Diag(NewLoc, in CheckSpecializationInstantiationRedecl() 6752 Diag(NewLoc, getLangOpts().CPlusPlus11 ? in CheckSpecializationInstantiationRedecl() 6787 Diag(NewLoc, (getLangOpts().MSVCCompat) in CheckSpecializationInstantiationRedecl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1020 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/clang/lib/Lex/ |
D | Pragma.cpp | 1353 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/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 507 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()
|
D | CodeGenAction.cpp | 288 SourceLocation NewLoc = in ConvertBackendLocation() local 290 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 680 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-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 852 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument 853 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm() 857 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument 259 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
|
D | Sema.h | 1316 const FunctionProtoType *New, SourceLocation NewLoc); 1320 const FunctionProtoType *New, SourceLocation NewLoc, 5828 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 897 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-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 906 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local 907 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance() 910 LocB = NewLoc; in adjustForInvariance()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 716 DbgValueLocation NewLoc(LocNo, WasIndirect); in addDefsFromCopies() local 717 I.insert(Idx, Idx.getNextSlot(), NewLoc); in addDefsFromCopies() 718 NewDefs.push_back(std::make_pair(Idx, NewLoc)); in addDefsFromCopies()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 494 const MachineLocation &NewLoc = Loc.isReg() ? in TranslateMachineLocation() local 496 return NewLoc; in TranslateMachineLocation()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3790 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 3803 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg() 3814 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg() 3816 return Error(NewLoc, "cmpxchg operand must be an integer"); in ParseCmpXchg() 3819 return Error(NewLoc, "cmpxchg operand must be power-of-two byte-sized" in ParseCmpXchg()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3601 MethodVFTableLocation NewLoc = Loc.second; in computeVTableRelatedInformation() local 3603 if (M == NewMethodLocations.end() || NewLoc < M->second) in computeVTableRelatedInformation() 3604 NewMethodLocations[GD] = NewLoc; in computeVTableRelatedInformation()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6095 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 6113 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg() 6133 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg() 6135 return Error(NewLoc, "cmpxchg operand must be a first class value"); in ParseCmpXchg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6597 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 6615 ParseTypeAndValue(New, NewLoc, PFS) || in ParseCmpXchg() 6635 return Error(NewLoc, "new value and pointer type do not match"); in ParseCmpXchg() 6637 return Error(NewLoc, "cmpxchg operand must be a first class value"); in ParseCmpXchg()
|