Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValueSymbolTable.cpp64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local
104 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
H A DType.cpp445 auto IterBool = in setName() local
/netbsd-src/external/apache2/llvm/dist/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 = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h32 auto IterBool = variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp21 auto IterBool = in getIndex() local
H A DAsmPrinter.cpp3398 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp543 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
628 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
696 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
729 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
H A DMCDwarf.cpp576 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp193 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local