Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp75 auto IterBool = vmap.insert(std::make_pair(UniqueName.str(), V)); in makeUniqueName() local
118 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
H A DType.cpp485 auto IterBool = setName() local
/llvm-project/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h32 auto IterBool = global() variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp22 auto IterBool = getIndex() local
/llvm-project/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); addAsmGlobalSymbol() local
521 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); addAsmGlobalSymbolUndef() local
548 auto IterBool = addPotentialUndefinedSymbol() local
[all...]
/llvm-project/libcxx/test/std/containers/associative/map/
H A Dcompare.pass.cpp33 typedef std::pair<Iter, bool> IterBool; in main() typedef
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp674 auto IterBool = getGOFFSection() local
708 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); getCOFFSection() local
767 auto IterBool = WasmUniquingMap.insert( getWasmSection() local
804 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( getXCOFFSection() local
[all...]
H A DMCDwarf.cpp616 auto IterBool = SourceIdMap.insert( tryGetFile() local
/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp199 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); getLineTableFilenameID() local