Searched refs:AtomNames (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 62 : Counter(0), AtomNames(std::move(AtomNamesArg)) { in DebugStringGenerator() 65 for (auto &N : AtomNames) { in DebugStringGenerator() 173 for (auto &AtomName : AtomNames) { in debugString() 193 auto Entry = AtomNames.try_emplace(Atom, formatv("B{0}", Counter)); in getAtomName() 205 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames; member in clang::dataflow::__anon1cf49c220111::DebugStringGenerator 212 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument 213 return DebugStringGenerator(std::move(AtomNames)).debugString(B); in debugString() 218 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument 219 return DebugStringGenerator(std::move(AtomNames)).debugString(Constraints); in debugString() 224 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames) { in debugString() argument [all …]
|
| H A D | DataflowAnalysisContext.cpp | 332 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = { in dumpFlowCondition() local 335 llvm::dbgs() << debugString(Constraints, AtomNames); in dumpFlowCondition()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DebugSupport.h | 43 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 57 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 71 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}); 75 llvm::DenseMap<const AtomicBoolValue *, std::string> AtomNames = {{}}) { 78 return debugString(ConstraintsVec, Result, std::move(AtomNames));
|