/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 280 auto IterBool = in addObjCClass() local 282 if (IterBool.second) { in addObjCClass() 283 NameAndAttributes &info = IterBool.first->second; in addObjCClass() 284 info.name = IterBool.first->first().data(); in addObjCClass() 316 auto IterBool = in addObjCCategory() local 319 if (!IterBool.second) in addObjCCategory() 322 NameAndAttributes &info = IterBool.first->second; in addObjCCategory() 323 info.name = IterBool.first->first().data(); in addObjCCategory() 335 auto IterBool = in addObjCClassRef() local 338 if (!IterBool.second) in addObjCClassRef() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 271 auto IterBool = in addObjCClass() local 273 if (IterBool.second) { in addObjCClass() 274 NameAndAttributes &info = IterBool.first->second; in addObjCClass() 275 info.name = IterBool.first->first(); in addObjCClass() 307 auto IterBool = in addObjCCategory() local 310 if (!IterBool.second) in addObjCCategory() 313 NameAndAttributes &info = IterBool.first->second; in addObjCCategory() 314 info.name = IterBool.first->first(); in addObjCCategory() 326 auto IterBool = in addObjCClassRef() local 329 if (!IterBool.second) in addObjCClassRef() [all …]
|
/external/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 47 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local 48 if (IterBool.second) in makeUniqueName() 49 return &*IterBool.first; in makeUniqueName() 85 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local 86 if (IterBool.second) { in createValueName() 89 return &*IterBool.first; in createValueName()
|
D | Type.cpp | 389 auto IterBool = in setName() local 393 if (!IterBool.second) { in setName() 403 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName() 405 } while (!IterBool.second); in setName() 411 SymbolTableEntry = &*IterBool.first; in setName()
|
/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 65 if (IterBool.second) in makeUniqueName() 66 return &*IterBool.first; in makeUniqueName() 103 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local 104 if (IterBool.second) { in createValueName() 107 return &*IterBool.first; in createValueName()
|
D | Type.cpp | 413 auto IterBool = in setName() local 417 if (!IterBool.second) { in setName() 427 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName() 429 } while (!IterBool.second); in setName() 435 SymbolTableEntry = &*IterBool.first; in setName()
|
/external/llvm-project/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 64 auto IterBool = vmap.insert(std::make_pair(UniqueName, V)); in makeUniqueName() local 65 if (IterBool.second) in makeUniqueName() 66 return &*IterBool.first; in makeUniqueName() 104 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local 105 if (IterBool.second) { in createValueName() 108 return &*IterBool.first; in createValueName()
|
D | Type.cpp | 423 auto IterBool = in setName() local 427 if (!IterBool.second) { in setName() 437 IterBool = getContext().pImpl->NamedStructTypes.insert( in setName() 439 } while (!IterBool.second); in setName() 445 SymbolTableEntry = &*IterBool.first; in setName()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOModule.cpp | 275 auto IterBool = in addObjCClass() local 277 if (IterBool.second) { in addObjCClass() 278 NameAndAttributes &info = IterBool.first->second; in addObjCClass() 279 info.name = IterBool.first->first(); in addObjCClass() 311 auto IterBool = in addObjCCategory() local 314 if (!IterBool.second) in addObjCCategory() 317 NameAndAttributes &info = IterBool.first->second; in addObjCCategory() 318 info.name = IterBool.first->first(); in addObjCCategory() 330 auto IterBool = in addObjCClassRef() local 333 if (!IterBool.second) in addObjCClassRef() [all …]
|
/external/llvm-project/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 33 typedef std::pair<Iter, bool> IterBool; in main() typedef 46 IterBool result = map.insert(std::make_pair(Key(0), 42)); in main() 49 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main()
|
/external/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 32 typedef std::pair<Iter, bool> IterBool; in main() typedef 45 IterBool result = map.insert(std::make_pair(Key(0), 42)); in main() 48 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 32 auto IterBool = variable 34 if (IterBool.second) { 41 return IterBool.first->second;
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 32 auto IterBool = variable 34 if (IterBool.second) { 41 return IterBool.first->second;
|
/external/llvm/include/llvm/TableGen/ |
D | StringToOffsetTable.h | 31 auto IterBool = variable 33 if (IterBool.second) { 40 return IterBool.first->second;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 407 auto IterBool = ELFUniquingMap.insert( in getELFSection() local 409 auto &Entry = *IterBool.first; in getELFSection() 410 if (!IterBool.second) in getELFSection() 450 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local 451 auto Iter = IterBool.first; in getCOFFSection() 452 if (!IterBool.second) in getCOFFSection() 516 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local 518 auto &Entry = *IterBool.first; in getWasmSection() 519 if (!IterBool.second) in getWasmSection() 546 auto IterBool = XCOFFUniquingMap.insert( in getXCOFFSection() local [all …]
|
D | MCDwarf.cpp | 581 auto IterBool = SourceIdMap.insert( in tryGetFile() local 584 if (!IterBool.second) in tryGetFile() 585 return IterBool.first->second; in tryGetFile()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 489 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local 493 auto &Entry = *IterBool.first; in getELFSection() 494 if (!IterBool.second) in getELFSection() 573 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local 574 auto Iter = IterBool.first; in getCOFFSection() 575 if (!IterBool.second) in getCOFFSection() 639 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local 641 auto &Entry = *IterBool.first; in getWasmSection() 642 if (!IterBool.second) in getWasmSection() 667 auto IterBool = XCOFFUniquingMap.insert( in getXCOFFSection() local [all …]
|
D | MCDwarf.cpp | 610 auto IterBool = SourceIdMap.insert( in tryGetFile() local 613 if (!IterBool.second) in tryGetFile() 614 return IterBool.first->second; in tryGetFile()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 21 auto IterBool = in getIndex() local 23 return IterBool.first->second.Number; in getIndex()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 21 auto IterBool = in getIndex() local 23 return IterBool.first->second.Number; in getIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AddressPool.cpp | 21 auto IterBool = in getIndex() local 23 return IterBool.first->second.Number; in getIndex()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 355 auto IterBool = ELFUniquingMap.insert( in getELFSection() local 357 auto &Entry = *IterBool.first; in getELFSection() 358 if (!IterBool.second) in getELFSection() 402 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local 403 auto Iter = IterBool.first; in getCOFFSection() 404 if (!IterBool.second) in getCOFFSection()
|
D | MCDwarf.cpp | 351 auto IterBool = SourceIdMap.insert( in getFile() local 354 if (!IterBool.second) in getFile() 355 return IterBool.first->second; in getFile()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 180 auto IterBool = in getLineTableFilenameID() local 182 if (IterBool.second) in getLineTableFilenameID() 183 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID() 184 return IterBool.first->second; in getLineTableFilenameID()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 187 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local 188 if (IterBool.second) in getLineTableFilenameID() 189 FilenamesByID.push_back(&*IterBool.first); in getLineTableFilenameID() 190 return IterBool.first->second; in getLineTableFilenameID()
|