Searched refs:AtomNames (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 91 : Counter(0), AtomNames(std::move(AtomNamesArg)) { in DebugStringGenerator() 94 for (auto &N : AtomNames) { in DebugStringGenerator() 202 for (auto &AtomName : AtomNames) { in debugString() 222 auto Entry = AtomNames.try_emplace(Atom, formatv("B{0}", Counter)); in getAtomName() 234 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames; member in clang::dataflow::__anon4d876d890111::DebugStringGenerator 241 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument 242 return DebugStringGenerator(std::move(AtomNames)).debugString(B); in debugString() 247 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument 248 return DebugStringGenerator(std::move(AtomNames)).debugString(Constraints); in debugString() 253 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument [all …]
|
| H A D | DataflowAnalysisContext.cpp | 351 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = { in dumpFlowCondition() local 354 llvm::dbgs() << debugString(Constraints, AtomNames); in dumpFlowCondition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DebugSupport.h | 47 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 61 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 75 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 79 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}) { 82 return debugString(ConstraintsVec, Result, std::move(AtomNames));
|