Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DValueSymbolTable.cpp47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local
85 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
DType.cpp389 auto IterBool = in setName() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValueSymbolTable.cpp64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local
103 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
DType.cpp413 auto IterBool = in setName() local
/external/llvm-project/llvm/lib/IR/
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
DType.cpp423 auto IterBool = in setName() local
/external/llvm/lib/LTO/
DLTOModule.cpp280 auto IterBool = in addObjCClass() local
316 auto IterBool = in addObjCCategory() local
335 auto IterBool = in addObjCClassRef() local
489 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
530 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
556 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
/external/llvm-project/llvm/lib/LTO/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp271 auto IterBool = in addObjCClass() local
307 auto IterBool = in addObjCCategory() local
326 auto IterBool = in addObjCClassRef() local
477 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
518 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
545 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp21 auto IterBool = in getIndex() local
/external/llvm/include/llvm/TableGen/
DStringToOffsetTable.h31 auto IterBool = variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DStringToOffsetTable.h32 auto IterBool = variable
/external/llvm-project/llvm/include/llvm/TableGen/
DStringToOffsetTable.h32 auto IterBool = variable
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp32 typedef std::pair<Iter, bool> IterBool; in main() typedef
/external/llvm-project/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp33 typedef std::pair<Iter, bool> IterBool; in main() typedef
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp21 auto IterBool = in getIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp21 auto IterBool = in getIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp407 auto IterBool = ELFUniquingMap.insert( in getELFSection() local
450 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
516 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
546 auto IterBool = XCOFFUniquingMap.insert( in getXCOFFSection() local
DMCDwarf.cpp581 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp489 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
573 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
639 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
667 auto IterBool = XCOFFUniquingMap.insert( in getXCOFFSection() local
DMCDwarf.cpp610 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/external/llvm/lib/MC/
DMCContext.cpp355 auto IterBool = ELFUniquingMap.insert( in getELFSection() local
402 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
DMCDwarf.cpp351 auto IterBool = SourceIdMap.insert( in getFile() local
/external/clang/lib/Basic/
DSourceManager.cpp180 auto IterBool = in getLineTableFilenameID() local
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp187 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local

12