Home
last modified time | relevance | path

Searched refs:EntryLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp772 DebugLoc EntryLoc; in InjectCoverageAtBlock() local
775 EntryLoc = DebugLoc::get(SP->getScopeLine(), 0, SP); in InjectCoverageAtBlock()
781 EntryLoc = IP->getDebugLoc(); in InjectCoverageAtBlock()
785 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp340 SourceLocation EntryLoc; member
356 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
820 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getBeginLoc(); in findBlockLocations()
838 CurrBlockInfo->EntryLoc = CS->getStmt()->getBeginLoc(); in findBlockLocations()
846 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2420 CurrBlockInfo->EntryLoc, in runAnalysis()
2505 PreLoop->EntryLoc, in runAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1870 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local
1871 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()