/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()
|
D | SemaDeclAttr.cpp | 2320 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local 2321 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize() 2322 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize() 2323 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()
|
/external/skia/src/core/ |
D | SkRecord.h | 100 template <typename T, typename Existing> 101 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() 104 SkASSERT(Existing::kType == fRecords[i].type()); in replace()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 172 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult 182 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false), in FindExistingResult() 185 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument 188 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() 193 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult() 206 operator NamedDecl*() const { return Existing; } in operator NamedDecl*() 209 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*() 342 void mergeRedeclarable(Redeclarable<T> *D, T *Existing, 350 RedeclarableTemplateDecl *Existing, 2149 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local [all …]
|
D | ASTReader.cpp | 491 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local 501 if (Existing.second) { in checkPreprocessorOptions() 509 SuggestedPredefines += Existing.first.str(); in checkPreprocessorOptions() 517 if (Existing.second != Known->second.second) { in checkPreprocessorOptions() 527 if (Existing.second || Existing.first == Known->second.first) in checkPreprocessorOptions() 533 << MacroName << Known->second.first << Existing.first; in checkPreprocessorOptions() 5594 if (const Type *Existing = DI->getTypeForDecl()) { in readTypeRecord() local 5595 T = Existing; in readTypeRecord()
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | NCSARequestLog-mbean.properties | 4 append : Existing log files are appended to the new one
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 191 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 192 (void)Existing; in addSpecializationImpl() 193 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 405 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 407 (void)Existing; in AddPartialSpecialization() 408 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization() 1032 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local 1034 (void)Existing; in AddPartialSpecialization() 1035 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 736 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 737 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler() 764 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local 765 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler() 767 NS = Existing->getIfNamespace(); in RemovePragmaHandler() 1406 if (PragmaHandler *Existing = STDCNamespace->FindHandler("", false)) { in IgnorePragmas() local 1407 RemovePragmaHandler("STDC", Existing); in IgnorePragmas() 1408 delete Existing; in IgnorePragmas()
|
D | ModuleMap.cpp | 1408 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local 1409 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) { in parseModuleDecl() 1424 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 239 if (llvm::GlobalValue *Existing = GetGlobalValue(Name)) in getAddrOfCXXStructor() local 240 return Existing; in getAddrOfCXXStructor()
|
/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/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/antlr/antlr-3.4/runtime/ActionScript/ |
D | README | 48 Existing bugs may appear someday in the bugtracker:
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/ |
D | quickstart.rst | 65 by selecting the **File** menu, **Add Existing Application...**, then selecting
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | README | 62 Existing bugs may appear someday in the bugtracker:
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
D | galliumdxgi.idl | 36 * Existing factories and DXGI objects created from them are
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | helloworld.rst | 80 by selecting the **File** menu, **Add Existing Application...**, then selecting
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/ |
D | README.md | 11 Existing solutions were either too slow or their output was too inaccurate. So, this is how parse5 …
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | AddingDetectors.txt | 221 extension point how to update the plugin.xml. Existing FindBugs detector plugins can
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 846 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local 847 if (Existing != N) { in AddModifiedNodeToCSEMaps() 851 ReplaceAllUsesWith(N, Existing); in AddModifiedNodeToCSEMaps() 855 DUL->NodeDeleted(N, Existing); in AddModifiedNodeToCSEMaps() 5381 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local 5382 return Existing; in UpdateNodeOperands() 5406 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local 5407 return Existing; in UpdateNodeOperands() 5457 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local 5458 return Existing; in UpdateNodeOperands()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h.in | 1084 * Existing object alignment is inadequate; allocate new space 1114 /* Existing object alignment is inadequate. */
|
/external/google-breakpad/src/testing/ |
D | README | 221 * Right-click on your project and select "Add Existing Property Sheet..."
|
/external/libxml2/os400/libxmlrpg/ |
D | xpathInternals.rpgle | 355 * Existing functions.
|