Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp361 DebugLoc EntryLoc = IsEntryBB && IP->getDebugLoc() in InjectCoverageAtBlock() local
365 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
383 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
/external/clang/lib/Analysis/
DThreadSafety.cpp306 SourceLocation EntryLoc; // Location of first statement in block member
315 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()
778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()
797 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart(); in findBlockLocations()
805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()
2248 CurrBlockInfo->EntryLoc, in runAnalysis()
2335 PreLoop->EntryLoc, in runAnalysis()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2514 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local
2515 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()