/external/clang/lib/Sema/ |
D | IdentifierResolver.cpp | 258 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations() argument 260 if (Existing == New) in compareDeclarations() 264 if (Existing->getKind() != New->getKind()) in compareDeclarations() 268 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { in compareDeclarations() 271 if (Existing->isFromASTFile() && New->isFromASTFile()) in compareDeclarations() 275 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() 276 if (Existing == MostRecent) in compareDeclarations() 285 if (RD == Existing) in compareDeclarations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | localizer.mir | 47 ; Existing registers should be left untouched 74 ; Existing registers should be left untouched 105 ; Existing registers should be left untouched 141 ; Existing registers should be left untouched 177 ; Existing registers should be left untouched 213 ; Existing registers should be left untouched 250 ; Existing registers should be left untouched 287 ; Existing registers should be left untouched
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 37 if (DIEAbbrev *Existing = in assignAbbrevNumber() local 39 Die.setAbbrevNumber(Existing->getNumber()); in assignAbbrevNumber() 40 return *Existing; in assignAbbrevNumber()
|
/external/skqp/src/core/ |
D | SkRecord.h | 91 template <typename T, typename Existing> 92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() 95 SkASSERT(Existing::kType == fRecords[i].type()); in replace()
|
/external/skia/src/core/ |
D | SkRecord.h | 91 template <typename T, typename Existing> 92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() 95 SkASSERT(Existing::kType == fRecords[i].type()); in replace()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 173 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult 183 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false), in FindExistingResult() 186 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument 189 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() 194 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult() 207 operator NamedDecl*() const { return Existing; } in operator NamedDecl*() 210 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*() 349 void mergeRedeclarable(Redeclarable<T> *D, T *Existing, 357 RedeclarableTemplateDecl *Existing, 2314 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local [all …]
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 189 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 190 (void)Existing; in addSpecializationImpl() 191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 400 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 402 (void)Existing; in AddPartialSpecialization() 403 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization() 1019 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local 1021 (void)Existing; in AddPartialSpecialization() 1022 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 738 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 739 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler() 766 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local 767 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler() 769 NS = Existing->getIfNamespace(); in RemovePragmaHandler() 1517 if (PragmaHandler *Existing = STDCNamespace->FindHandler("", false)) { in IgnorePragmas() local 1518 RemovePragmaHandler("STDC", Existing); in IgnorePragmas() 1519 delete Existing; in IgnorePragmas()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fptosi.f16.ll | 36 ; Need to make sure we promote f16 to f32 when converting f16 to i64. Existing 103 ; Need to make sure we promote f16 to f32 when converting f16 to i64. Existing
|
D | fptoui.f16.ll | 37 ; Need to make sure we promote f16 to f32 when converting f16 to i64. Existing 103 ; Need to make sure we promote f16 to f32 when converting f16 to i64. Existing
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | developing_new_backend.md | 15 1. Existing CPU architecture not yet officially supported by XLA, with or 23 ## Scenario 1: Existing CPU architecture not yet officially supported by XLA
|
/external/libchrome/libchrome_tools/patch/ |
D | observer_list_unittest.patch | 64 TEST(ObserverListTest, Existing) {
|
/external/droiddriver/ |
D | releasing_to_jcenter.md | 7 …to be a member of the appium organization on jcenter before publishing. Existing members are able …
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 154 if (DIEAbbrev *Existing = in uniqueAbbreviation() local 156 Die.setAbbrevNumber(Existing->getNumber()); in uniqueAbbreviation() 157 return *Existing; in uniqueAbbreviation()
|
/external/zopfli/ |
D | README | 21 This library can only compress, not decompress. Existing zlib or deflate
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
|
D | libxt_HMARK.man | 6 Existing options are:
|
/external/u-boot/board/pb1x00/ |
D | README | 5 Existing cpu:s are Au1000, Au1100, Au1500 and Au1550
|
/external/u-boot/board/dbau1x00/ |
D | README | 5 Existing cpu:s are Au1000, Au1100, Au1500 and Au1550
|
/external/antlr/runtime/ActionScript/ |
D | README | 48 Existing bugs may appear someday in the bugtracker:
|
/external/googletest/googlemock/ |
D | README.md | 136 [Incorporating Into An Existing CMake Project][gtest_incorpcmake] 231 * Right-click on your project and select "Add Existing Property Sheet..." 293 …ADME.md#incorporating-into-an-existing-cmake-project "Incorporating Into An Existing CMake Project"
|
/external/minijail/ |
D | README.md | 43 * [crbug.com/list]: Existing bug reports & feature requests.
|
/external/antlr/runtime/Python/ |
D | README | 62 Existing bugs may appear someday in the bugtracker:
|
/external/vulkan-validation-layers/tests/ |
D | CMakeLists.txt | 84 # Existing vulkan target already present in the build
|
/external/googletest/googletest/ |
D | README.md | 86 #### Incorporating Into An Existing CMake Project 136 Existing build's `CMakeLists.txt`:
|