Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp139 uint64_t PrevLoc = Loc; in canonicalizeDwarfOperations() local
141 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in canonicalizeDwarfOperations()
170 uint64_t PrevLoc = Loc; in optimizeDwarfOperations() local
172 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in optimizeDwarfOperations()
184 uint64_t PrevLoc = Loc; in optimizeDwarfOperations() local
186 ResultOps.append(WorkingOps.begin() + PrevLoc, WorkingOps.begin() + Loc); in optimizeDwarfOperations()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp186 auto PrevLoc = MaybePrevLoc.value(); in checkRegDiff() local
191 if (!(PrevLoc == NextLoc)) in checkRegDiff()
209 if (PrevLoc == NextLoc) { // Case 1 in checkRegDiff()
225 if (PrevLoc.getLocation() != NextLoc.getLocation()) { // Case 2.a in checkRegDiff()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp257 PathDiagnosticLocation &PrevLoc) const;
1109 PathDiagnosticLocation &PrevLoc, in addEdgeToPath() argument
1118 if (!PrevLoc.isValid() || !PrevLoc.asLocation().isValid()) { in addEdgeToPath()
1119 PrevLoc = NewLoc; in addEdgeToPath()
1125 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1129 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1130 PrevLoc = NewLoc; in addEdgeToPath()
1153 PathDiagnosticConstruct &C, PathDiagnosticLocation &PrevLoc) const { in generatePathDiagnosticsForNode()
1174 addEdgeToPath(C.getActivePath(), PrevLoc, in generatePathDiagnosticsForNode()
1210 PrevLoc = Call->getLocation(); in generatePathDiagnosticsForNode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp345 SourceLocation PrevLoc, SourceManager &SM) { in shouldRecordNewFile() argument
346 return SrcMgr::isSystem(NewFileType) && !SM.isInSystemHeader(PrevLoc); in shouldRecordNewFile()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1073 SourceLocation PrevLoc; in unlock() local
1075 PrevLoc = Neg->loc(); in unlock()
1076 Handler->handleUnmatchedUnlock(Cp.getKind(), Cp.toString(), loc, PrevLoc); in unlock()
1365 SourceLocation PrevLoc; in removeLock() local
1367 PrevLoc = Neg->loc(); in removeLock()
1369 PrevLoc); in removeLock()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp233 SMLoc PrevLoc = getLexer().getLoc(); in parseSectionName() local
253 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer()) in parseSectionName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1312 SourceLocation PrevLoc; member
1318 : P(P), StmtLoc(SL), PrevLoc(P.getCurToken().getLocation()), in MisleadingIndentationChecker()
1370 Tok.getLocation().isMacroID() || PrevLoc.isMacroID() || in Check()
1380 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp4135 auto PrevLoc = Asm->OutStreamer->getContext().getCurrentDwarfLoc(); in beginCodeAlignment() local
4136 if (PrevLoc.getLine()) { in beginCodeAlignment()
4138 PrevLoc.getFileNum(), 0, PrevLoc.getColumn(), 0, 0, 0, StringRef()); in beginCodeAlignment()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h275 IdentifierInfo *PName, SourceLocation &PLoc, SourceLocation PrevLoc,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1725 LocKind PrevLoc = getLocKind(LiveSet, Var); in processTaggedInstruction() local
1726 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()