Home
last modified time | relevance | path

Searched refs:Existing (Results 1 – 25 of 176) sorted by relevance

12345678

/external/clang/lib/Sema/
DIdentifierResolver.cpp258 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/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp36 if (DIEAbbrev *Existing = in assignAbbrevNumber() local
38 Die.setAbbrevNumber(Existing->getNumber()); in assignAbbrevNumber()
39 return *Existing; in assignAbbrevNumber()
/external/skia/src/core/
DSkRecord.h100 template <typename T, typename Existing>
101 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
104 SkASSERT(Existing::kType == fRecords[i].type()); in replace()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp153 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult
163 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false), in FindExistingResult()
166 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument
169 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult()
174 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult()
187 operator NamedDecl*() const { return Existing; } in operator NamedDecl*()
190 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*()
324 void mergeRedeclarable(Redeclarable<T> *D, T *Existing,
332 RedeclarableTemplateDecl *Existing,
2232 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
[all …]
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DNCSARequestLog-mbean.properties4 append : Existing log files are appended to the new one
/external/clang/lib/AST/
DDeclTemplate.cpp195 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
196 (void)Existing; in addSpecializationImpl()
197 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
409 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
411 (void)Existing; in AddPartialSpecialization()
412 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
1053 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
1055 (void)Existing; in AddPartialSpecialization()
1056 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
/external/clang/lib/Lex/
DPragma.cpp738 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()
1484 if (PragmaHandler *Existing = STDCNamespace->FindHandler("", false)) { in IgnorePragmas() local
1485 RemovePragmaHandler("STDC", Existing); in IgnorePragmas()
1486 delete Existing; in IgnorePragmas()
DModuleMap.cpp1424 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
1425 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) { in parseModuleDecl()
1440 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
/external/droiddriver/
Dreleasing_to_jcenter.md7 …to be a member of the appium organization on jcenter before publishing. Existing members are able …
/external/zopfli/
DREADME21 This library can only compress, not decompress. Existing zlib or deflate
/external/iptables/extensions/
Dlibxt_connbytes.man15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
Dlibxt_HMARK.man6 Existing options are:
/external/libweave/third_party/chromium/base/
Dobserver_list_unittest.cc100 TEST(ObserverListTest, Existing) { in TEST() argument
/external/libchrome/base/
Dobserver_list_unittest.cc432 TEST(ObserverListTest, Existing) { in TEST() argument
453 TEST(ObserverListThreadSafeTest, Existing) { in TEST() argument
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME48 Existing bugs may appear someday in the bugtracker:
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
Dquickstart.rst65 by selecting the **File** menu, **Add Existing Application...**, then selecting
/external/autotest/site_utils/docgen/
Ddoxygen.conf28 PROJECT_NAME = All Existing Autotest Tests
/external/opencv3/doc/tutorials/introduction/linux_eclipse/
Dlinux_eclipse.markdown187 Choose *Existing Code* as a Makefile Project.
188 -# Name your project, say *helloworld*. Browse to the Existing Code location `foo\build` (where
/external/antlr/antlr-3.4/runtime/Python/
DREADME62 Existing bugs may appear someday in the bugtracker:
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumdxgi.idl36 * Existing factories and DXGI objects created from them are
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Dhelloworld.rst80 by selecting the **File** menu, **Add Existing Application...**, then selecting
/external/opencv3/doc/tutorials/introduction/android_binary_package/
Ddev_with_OCV_on_Android.markdown42 File -\> Import -\> Existing project in your workspace.
105 above. Use menu File -\> Import -\> Existing project in your workspace, press Browse button and
/external/boringssl/src/
DPORTING.md31 integer overflows at the API boundary. (Existing logic uses a mismash of `int`,
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
DREADME.md11 Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 …
/external/llvm/test/MC/Disassembler/ARM/
Dfullfp16-neon-arm.txt268 # Existing VMOV(immediate, Advanced SIMD) instructions within the encoding

12345678