Searched defs:PointKind (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h48 /// PointKind - The type of a collector-safe point.
50 enum PointKind { enum in namespace:llvm::GC
61 GC::PointKind Kind; //< The kind of the safe point.
65 GCPoint(GC::PointKind K, MCSymbol *L, DebugLoc DL)
127 void addSafePoint(GC::PointKind Kind, MCSymbol *Label, DebugLoc DL) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h294 ProgramPoint::Kind PointKind; member in class:clang::ento::StmtNodeBuilder
322 return generateNode(S, St, Pred, PointKind, tag);
344 return MakeNode(Dst, S, Pred, St, PointKind);

Completed in 122 milliseconds