Home
last modified time | relevance | path

Searched refs:PointKind (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DGCMetadata.h50 enum PointKind { enum
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL) in GCPoint()
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) { in addSafePoint()
DGCStrategy.h94 bool needsSafePoint(GC::PointKind Kind) const { in needsSafePoint()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h172 ProgramPoint::Kind PointKind; variable
224 return generateNode(S, St, Pred, PointKind, tag);
264 return MakeNode(Dst, S, Pred, St, PointKind); in MakeNode()
DCheckerContext.h48 OldPointKind(B.PointKind, K), in Dst()
/external/llvm/lib/CodeGen/
DGCMetadata.cpp144 static const char *DescKind(GC::PointKind Kind) { in DescKind()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp491 PointKind(ProgramPoint::PostStmtKind), Tag(0) { in StmtNodeBuilder()
DExprEngine.cpp1492 SaveAndRestore<ProgramPoint::Kind> OldSPointKind(Builder->PointKind, in evalStore()
1553 SaveAndRestore<ProgramPoint::Kind> OldSPointKind(Builder->PointKind); in evalLoadCommon()