Home
last modified time | relevance | path

Searched defs:IterBool (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DValueSymbolTable.cpp64 auto IterBool = vmap.insert(std::make_pair(UniqueName.str(), V)); in makeUniqueName() local
107 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
H A DType.cpp485 auto IterBool = in setName() local
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h32 auto IterBool = variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp21 auto IterBool = in getIndex() local
H A DAsmPrinter.cpp3703 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/
H A Dcompare.pass.cpp33 typedef std::pair<Iter, bool> IterBool; in main() typedef
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp275 auto IterBool = in addObjCClass() local
311 auto IterBool = in addObjCCategory() local
330 auto IterBool = in addObjCClassRef() local
480 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
521 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
548 auto IterBool = in addPotentialUndefinedSymbol() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp552 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
649 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
717 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
756 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
H A DMCDwarf.cpp606 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp191 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local