Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp83 for (const auto &I : APSIntSet) in ~BasicValueFactory()
97 FoldNodeTy* P = APSIntSet.FindNodeOrInsertPos(ID, InsertPos); in getValue()
102 APSIntSet.InsertNode(P, InsertPos); in getValue()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h120 APSIntSetTy APSIntSet; variable