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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 169 P = reinterpret_cast<uintptr_t>(V) | SizeOther;
171 assert(getKind() == SizeOther);
179 assert(getKind() == SizeOther);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 64 enum { Size1 = 0x0, SizeOther = 0x1, AuxFlag = 0x2, Mask = 0x3 };

Completed in 54 milliseconds