HomeSort by relevance Sort by last modified time
    Searched refs:PointKind (Results 1 - 6 of 6) 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) {
GCStrategy.h 94 bool needsSafePoint(GC::PointKind Kind) const {
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 144 static const char *DescKind(GC::PointKind Kind) {
  /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);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
CoreEngine.cpp 513 PointKind(ProgramPoint::PostStmtKind), Tag(0) {

Completed in 841 milliseconds