Home
last modified time | relevance | path

Searched refs:APSIntSet (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp65 for (APSIntSetTy::iterator I=APSIntSet.begin(), E=APSIntSet.end(); I!=E; ++I) in ~BasicValueFactory()
78 FoldNodeTy* P = APSIntSet.FindNodeOrInsertPos(ID, InsertPos); in getValue()
83 APSIntSet.InsertNode(P, InsertPos); in getValue()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h69 APSIntSetTy APSIntSet; variable