Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp170 auto UnsignedValues = consumeUnsignedStats(); in takeSnapshot() local
172 {EntryPoint, std::move(BoolValues), std::move(UnsignedValues)}); in takeSnapshot()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp934 auto It = UnsignedValues.find(Key.str()); in getUnsigned()
935 if (It == UnsignedValues.end()) in getUnsigned()
941 for (auto const &[K, V] : UnsignedValues) { in print()
952 std::unordered_map<std::string, unsigned> UnsignedValues; member in __anona2cc94240111::Z3Statistics
968 Result.UnsignedValues.try_emplace(Key, Value); in getStatistics()