/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFixCortexA57AES1742098Pass.cpp | 301 AESFixupLocation NewLoc{&MBB, &MI, &MOp}; in analyzeMF() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 499 CheckEquivalentExceptionSpec(const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 525 CheckEquivalentExceptionSpecImpl(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc,bool * MissingExceptionSpecification,bool * MissingEmptyExceptionSpecification,bool AllowNoexceptAllMatchWithNoSpec,bool IsOperatorNew) CheckEquivalentExceptionSpecImpl() argument 678 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
|
H A D | SemaTemplateInstantiateDecl.cpp | 4089 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>(); adjustForRewrite() local
|
H A D | SemaTemplate.cpp | 9371 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,TemplateSpecializationKind NewTSK,NamedDecl * PrevDecl,TemplateSpecializationKind PrevTSK,SourceLocation PrevPointOfInstantiation,bool & HasNoEffect) CheckSpecializationInstantiationRedecl() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 465 movementPreservesLCSSAForm(Instruction * Inst,Instruction * NewLoc) movementPreservesLCSSAForm() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1649 insertDbgValueOrDPValue(DIBuilder & Builder,Value * DV,DILocalVariable * DIVar,DIExpression * DIExpr,const DebugLoc & NewLoc,BasicBlock::iterator Instr) insertDbgValueOrDPValue() argument 1667 insertDbgValueOrDPValueAfter(DIBuilder & Builder,Value * DV,DILocalVariable * DIVar,DIExpression * DIExpr,const DebugLoc & NewLoc,BasicBlock::iterator Instr) insertDbgValueOrDPValueAfter() argument 1692 DebugLoc NewLoc = getDebugValueLoc(DII); ConvertDebugDeclareToDebugValue() local 1744 DebugLoc NewLoc = getDebugValueLoc(DII); ConvertDebugDeclareToDebugValue() local 1762 DebugLoc NewLoc = getDebugValueLoc(DPV); ConvertDebugDeclareToDebugValue() local 1823 DebugLoc NewLoc = getDebugValueLoc(DII); ConvertDebugDeclareToDebugValue() local 1848 DebugLoc NewLoc = getDebugValueLoc(DPV); ConvertDebugDeclareToDebugValue() local 1893 DebugLoc NewLoc = getDebugValueLoc(DPV); ConvertDebugDeclareToDebugValue() local 1962 DebugLoc NewLoc = getDebugValueLoc(DDI); LowerDbgDeclare() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 327 SourceLocation NewLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in Parse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 561 LocIdx NewLoc = ValueToLoc.find(Op.ID)->second.getLoc(); checkInstForNewValues() local 691 LocIdx NewLoc = MTracker->getRegMLoc(Reg); redefVar() local 730 LocIdx NewLoc = Op.Loc; redefVar() local 796 std::optional<LocIdx> NewLoc; clobberMloc() local 1557 LocIdx NewLoc = MTracker->lookupOrTrackRegister(NewReg); getValueForInstrRef() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1893 SourceLocation NewLoc; HandlePragma() local 1948 SourceLocation NewLoc; HandlePragma() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 868 setLocation(PathDiagnosticLocation NewLoc) setLocation() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 449 SourceLocation NewLoc = ConvertBackendLocation() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2487 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); analyzeLoop() local 2536 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); analyzeLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 895 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1083 addEdgeToPath(PathPieces & path,PathDiagnosticLocation & PrevLoc,PathDiagnosticLocation NewLoc) addEdgeToPath() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3636 const MethodVFTableLocation &NewLoc = Loc.second; computeVTableRelatedInformation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2723 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2339 setDefaultLoc(SourceLocation NewLoc) setDefaultLoc() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7822 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; parseCmpXchg() local
|