/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-10.0/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 64 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
|
D | Type.cpp | 413 auto IterBool = in setName() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 271 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/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-10.0/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 32 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/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/ |
D | compare.pass.cpp | 33 typedef std::pair<Iter, bool> IterBool; in main() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 21 auto IterBool = in getIndex() local
|
D | AsmPrinter.cpp | 3106 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 407 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
|
D | MCDwarf.cpp | 581 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
|