Home
last modified time | relevance | path

Searched defs:NewLoc (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp301 AESFixupLocation NewLoc{&MBB, &MI, &MOp}; analyzeMF() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp487 CheckEquivalentExceptionSpec(const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
513 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
666 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
H A DSemaTemplateInstantiateDecl.cpp4115 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>(); adjustForRewrite() local
H A DSemaTemplate.cpp9798 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,TemplateSpecializationKind NewTSK,NamedDecl * PrevDecl,TemplateSpecializationKind PrevTSK,SourceLocation PrevPointOfInstantiation,bool & HasNoEffect) CheckSpecializationInstantiationRedecl() argument
H A DSemaDecl.cpp20209 diagnoseFunctionEffectMergeConflicts(const FunctionEffectSet::Conflicts & Errs,SourceLocation NewLoc,SourceLocation OldLoc) diagnoseFunctionEffectMergeConflicts() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h470 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1699 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue() local
1656 insertDbgValueOrDbgVariableRecord(DIBuilder & Builder,Value * DV,DILocalVariable * DIVar,DIExpression * DIExpr,const DebugLoc & NewLoc,BasicBlock::iterator Instr) insertDbgValueOrDbgVariableRecord() argument
1674 insertDbgValueOrDbgVariableRecordAfter(DIBuilder & Builder,Value * DV,DILocalVariable * DIVar,DIExpression * DIExpr,const DebugLoc & NewLoc,BasicBlock::iterator Instr) insertDbgValueOrDbgVariableRecordAfter() argument
1751 DebugLoc NewLoc = getDebugValueLoc(DII); ConvertDebugDeclareToDebugValue() local
1769 DebugLoc NewLoc = getDebugValueLoc(DVR); ConvertDebugDeclareToDebugValue() local
1831 DebugLoc NewLoc = getDebugValueLoc(DII); ConvertDebugDeclareToDebugValue() local
1857 DebugLoc NewLoc = getDebugValueLoc(DVR); ConvertDebugDeclareToDebugValue() local
1903 DebugLoc NewLoc = getDebugValueLoc(DVR); ConvertDebugDeclareToDebugValue() local
1973 DebugLoc NewLoc = getDebugValueLoc(DDI); LowerDbgDeclare() local
[all...]
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp327 SourceLocation NewLoc = SM.getLocForStartOfFile(SM.getMainFileID()); Parse() local
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp561 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
1558 LocIdx NewLoc = MTracker->lookupOrTrackRegister(NewReg); getValueForInstrRef() local
[all...]
/llvm-project/clang/lib/Lex/
H A DPragma.cpp1894 SourceLocation NewLoc; HandlePragma() local
1949 SourceLocation NewLoc; HandlePragma() local
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryEmitter.cpp650 emitLineInfo(const BinaryFunction & BF,SMLoc NewLoc,SMLoc PrevLoc,bool FirstInstr,MCSymbol * & InstrLabel) emitLineInfo() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp424 SourceLocation NewLoc = ConvertBackendLocation() local
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h874 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation()
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2568 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); analyzeLoop() local
2616 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); analyzeLoop() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp895 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp1266 SourceLocation NewLoc = Context.Sources.getLocForStartOfFile(NewID); TEST_F() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1093 SourceLocation NewLocL = NewLoc.asLocation(); in addEdgeToPath() argument
/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3729 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() local
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2723 setValue(Init * V,SMLoc NewLoc) setValue() argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h2366 setDefaultLoc(SourceLocation NewLoc) setDefaultLoc() argument
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8247 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; parseCmpXchg() local