/external/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 47 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
|
D | Type.cpp | 389 auto IterBool = in setName() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 65 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
|
D | Type.cpp | 396 auto IterBool = in setName() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 270 auto IterBool = in addObjCClass() local 306 auto IterBool = in addObjCCategory() local 325 auto IterBool = in addObjCClassRef() local 476 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local 517 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local 544 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addPotentialUndefinedSymbol() local
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 280 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/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 21 auto IterBool = in getIndex() local
|
D | AsmPrinter.cpp | 2610 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
|
/external/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 31 auto IterBool = variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 33 auto IterBool = variable
|
/external/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 32 typedef std::pair<Iter, bool> IterBool; in main() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 22 auto IterBool = in getIndex() local
|
D | AsmPrinter.cpp | 2948 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 394 auto IterBool = ELFUniquingMap.insert( in getELFSection() local 437 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local 511 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
|
D | MCDwarf.cpp | 569 auto IterBool = SourceIdMap.insert( in tryGetFile() local
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 355 auto IterBool = ELFUniquingMap.insert( in getELFSection() local 402 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
|
D | MCDwarf.cpp | 351 auto IterBool = SourceIdMap.insert( in getFile() local
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 180 auto IterBool = in getLineTableFilenameID() local
|