HomeSort by relevance Sort by last modified time
    Searched refs:LC (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/lib/Analysis/
ProgramPoint.cpp 22 const LocationContext *LC,
28 return PreStmt(S, LC, tag);
30 return PostStmt(S, LC, tag);
32 return PreLoad(S, LC, tag);
34 return PostLoad(S, LC, tag);
36 return PreStore(S, LC, tag);
38 return PostLValue(S, LC, tag);
40 return PostStmtPurgeDeadSymbols(S, LC, tag);
42 return PreStmtPurgeDeadSymbols(S, LC, tag);
AnalysisDeclContext.cpp 388 const LocationContext *LC = this;
389 while (LC) {
390 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC))
392 LC = LC->getParent();
401 bool LocationContext::isParentOf(const LocationContext *LC) const {
403 const LocationContext *Parent = LC->getParent();
407 LC = Parent;
408 } while (LC);
571 LocationContext *LC = &*I
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 32 PrettyStackTraceLocationContext(const LocationContext *LC) : LCtx(LC) {
MemRegion.cpp 385 const LocationContext *LC,
389 ID.AddPointer(LC);
394 BlockDataRegion::ProfileRegion(ID, BC, LC, getSuperRegion());
727 getStackOrCaptureRegionForDeclContext(const LocationContext *LC,
730 while (LC) {
731 if (const StackFrameContext *SFC = dyn_cast<StackFrameContext>(LC)) {
736 dyn_cast<BlockInvocationContext>(LC)) {
749 LC = LC->getParent();
755 const LocationContext *LC) {
    [all...]
BugReporter.cpp 289 const LocationContext *LC;
295 R(r), PDC(pdc), NMC(Backmap), LC(r->getErrorNode()->getLocationContext())
307 ParentMap& getParentMap() { return LC->getParentMap(); }
330 return PathDiagnosticLocation(S, getSourceManager(), LC);
391 const LocationContext *LC, bool allowNestedContexts) {
400 return PathDiagnosticLocation(allowNestedContexts ? B : S, SMgr, LC);
405 return PathDiagnosticLocation(S, SMgr, LC);
410 return PathDiagnosticLocation(Parent, SMgr, LC);
412 return PathDiagnosticLocation(S, SMgr, LC);
419 return PathDiagnosticLocation(Parent, SMgr, LC);
    [all...]
CoreEngine.cpp 289 const LocationContext *LC = Pred->getLocationContext();
291 LC->getDecl(),
292 LC->getCFG()->getNumBlockIDs());
326 const LocationContext *LC = Pred->getLocationContext();
329 Counter = BCounterFactory.IncrementCount(Counter, LC->getCurrentStackFrame(),