Searched refs:AtomNames (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDebugSupport.h40 /// either specified in `AtomNames` or created by default rules as B0, B1, ...
44 /// Names assigned to atoms should not be repeated in `AtomNames`.
47 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}});
53 /// labels either specified in `AtomNames` or created by default rules as B0,
58 /// Names assigned to atoms should not be repeated in `AtomNames`.
61 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}});
67 /// labels either specified in `AtomNames` or created by default rules as B0,
72 /// Names assigned to atoms should not be repeated in `AtomNames`.
75 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}});
79 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp91 : Counter(0), AtomNames(std::move(AtomNamesArg)) {
94 for (auto &N : AtomNames) {
202 for (auto &AtomName : AtomNames) {
222 auto Entry = AtomNames.try_emplace(Atom, formatv("B{0}", Counter));
234 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames; member in class:clang::dataflow::__anon361::DebugStringGenerator
241 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) {
242 return DebugStringGenerator(std::move(AtomNames)).debugString(B);
247 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) {
248 return DebugStringGenerator(std::move(AtomNames)).debugString(Constraints);
253 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) {
240 debugString(const BoolValue &B, llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) argument
246 debugString(const llvm::DenseSet<BoolValue *> &Constraints, llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) argument
252 debugString(ArrayRef<BoolValue *> Constraints, const Solver::Result &Result, llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) argument
[all...]
H A DDataflowAnalysisContext.cpp351 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = { local
354 llvm::dbgs() << debugString(Constraints, AtomNames);

Completed in 213 milliseconds