Home
last modified time | relevance | path

Searched refs:PrevLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp137 uint64_t PrevLoc = Loc; in canonicalizeDwarfOperations() local
139 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in canonicalizeDwarfOperations()
168 uint64_t PrevLoc = Loc; in optimizeDwarfOperations() local
170 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in optimizeDwarfOperations()
182 uint64_t PrevLoc = Loc; in optimizeDwarfOperations() local
184 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in optimizeDwarfOperations()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp263 PathDiagnosticLocation &PrevLoc) const;
1092 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
1101 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) { in addEdgeToPath()
1102 PrevLoc = NewLoc; in addEdgeToPath()
1108 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1112 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1113 PrevLoc = NewLoc; in addEdgeToPath()
1136 PathDiagnosticConstruct &C, PathDiagnosticLocation &PrevLoc) const { in generatePathDiagnosticsForNode()
1157 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode()
1193 PrevLoc = Call->getLocation(); in generatePathDiagnosticsForNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp257 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName() local
277 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in ParseSectionName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1405 SourceLocation PrevLoc; member
1411 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()), in MisleadingIndentationChecker()
1463 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() || in Check()
1473 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h287 IdentifierInfo *PName, SourceLocation &PLoc, SourceLocation PrevLoc,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1721 LocKind PrevLoc = getLocKind(LiveSet, Var); in processTaggedInstruction() local
1722 switch (PrevLoc) { in processTaggedInstruction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1192 IdentifierInfo *PName, SourceLocation &Ploc, SourceLocation PrevLoc, in CheckForwardProtocolDeclarationForCircularDependency() argument
1201 Diag(PrevLoc, diag::note_previous_definition); in CheckForwardProtocolDeclarationForCircularDependency()