HomeSort by relevance Sort by last modified time
    Searched defs:PointKind (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 48 /// PointKind - The type of a collector-safe point.
50 enum PointKind {
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/
CoreEngine.h 294 ProgramPoint::Kind PointKind;
322 return generateNode(S, St, Pred, PointKind, tag);
344 return MakeNode(Dst, S, Pred, St, PointKind);

Completed in 1723 milliseconds