Searched refs:SizeOther (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp188 P = reinterpret_cast<uintptr_t>(V) | SizeOther;
190 assert(getKind() == SizeOther);
198 assert(getKind() == SizeOther);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h64 enum { Size1 = 0x0, SizeOther = 0x1, AuxFlag = 0x2, Mask = 0x3 }; enumerator in enum:clang::ento::ExplodedNode::NodeGroup::__anon2978

Completed in 53 milliseconds