Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp902 SourceLocation EntryLoc; // Location of first statement in block member
911 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
1374 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
1393 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
1401 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2497 CurrBlockInfo->EntryLoc, in runAnalysis()
2584 PreLoop->EntryLoc, in runAnalysis()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1295 DebugLoc EntryLoc = IP->getDebugLoc().getFnDebugLoc(*C); in InjectCoverageAtBlock() local
1297 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
1309 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2527 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local
2528 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()