Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DIdentifierResolver.cpp255 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations() argument
257 if (Existing == New) in compareDeclarations()
261 if (Existing->getKind() != New->getKind()) in compareDeclarations()
265 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { in compareDeclarations()
267 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations()
268 if (Existing == MostRecent) in compareDeclarations()
277 if (RD == Existing) in compareDeclarations()
DSemaDeclAttr.cpp2204 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local
2205 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()
2206 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()
2207 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()
DSemaDeclCXX.cpp9984 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
9987 if (Existing && Existing != &BI) { in checkMoveAssignmentForRepeatedMove()
9990 S.Diag(Existing->getLocStart(), diag::note_vbase_moved_here) in checkMoveAssignmentForRepeatedMove()
9992 Existing->getType()->getAsCXXRecordDecl()->getCanonicalDecl()) in checkMoveAssignmentForRepeatedMove()
9993 << Base << Existing->getType() << Existing->getSourceRange(); in checkMoveAssignmentForRepeatedMove()
10000 Existing = nullptr; in checkMoveAssignmentForRepeatedMove()
/external/chromium_org/third_party/skia/src/core/
DSkRecord.h106 template <typename T, typename Existing>
107 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
110 SkASSERT(Existing::kType == fTypes[i]); in replace()
111 SkASSERT(proofOfAdoption == fRecords[i].ptr<Existing>()); in replace()
/external/skia/src/core/
DSkRecord.h102 template <typename T, typename Existing>
103 T* replace(unsigned i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace()
106 SkASSERT(Existing::kType == fTypes[i]); in replace()
107 SkASSERT(proofOfAdoption == fRecords[i].ptr<Existing>()); in replace()
/external/clang/lib/AST/
DDeclTemplate.cpp363 ClassTemplateSpecializationDecl *Existing in AddSpecialization() local
365 (void)Existing; in AddSpecialization()
366 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddSpecialization()
384 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
386 (void)Existing; in AddPartialSpecialization()
387 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
996 VarTemplateSpecializationDecl *Existing = in AddSpecialization() local
998 (void)Existing; in AddSpecialization()
999 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddSpecialization()
1016 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
[all …]
/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()
1405 if (PragmaHandler *Existing = STDCNamespace->FindHandler("", false)) { in IgnorePragmas() local
1406 RemovePragmaHandler("STDC", Existing); in IgnorePragmas()
1407 delete Existing; in IgnorePragmas()
DModuleMap.cpp1360 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
1361 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) { in parseModuleDecl()
1376 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp159 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult
166 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false) {} in FindExistingResult()
168 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing) in FindExistingResult() argument
169 : Reader(Reader), New(New), Existing(Existing), AddResult(true) { } in FindExistingResult()
172 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult()
184 operator NamedDecl*() const { return Existing; } in operator NamedDecl*()
187 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*()
311 void mergeRedeclarable(Redeclarable<T> *D, T *Existing,
319 RedeclarableTemplateDecl *Existing,
2017 if (T *Existing = ExistingRes) in mergeRedeclarable() local
[all …]
DASTReader.cpp471 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local
481 if (Existing.second) { in checkPreprocessorOptions()
489 SuggestedPredefines += Existing.first.str(); in checkPreprocessorOptions()
497 if (Existing.second != Known->second.second) { in checkPreprocessorOptions()
507 if (Existing.second || Existing.first == Known->second.first) in checkPreprocessorOptions()
513 << MacroName << Known->second.first << Existing.first; in checkPreprocessorOptions()
5412 if (const Type *Existing = D->getTypeForDecl()) in readTypeRecord() local
5413 T = Existing; in readTypeRecord()
/external/chromium_org/base/test/
Dmock_chrome_application_mac.mm15 << "Existing NSApp (class " << [[app className] UTF8String]
/external/zopfli/
DREADME21 This library can only compress, not decompress. Existing zlib or deflate
/external/qemu/target-mips/
DTODO17 Existing documentation is x86-centric.
/external/iptables/extensions/
Dlibxt_connbytes.man15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
Dlibxt_HMARK.man6 Existing options are:
/external/chromium_org/third_party/sqlite/src/test/
Dloadext2.test77 # Reset extension auto loading. Existing extensions still exist.
/external/chromium_org/base/
Dobserver_list_unittest.cc434 TEST(ObserverListTest, Existing) { in TEST() argument
455 TEST(ObserverListThreadSafeTest, Existing) { in TEST() argument
/external/antlr/antlr-3.4/runtime/ActionScript/
DREADME48 Existing bugs may appear someday in the bugtracker:
/external/antlr/antlr-3.4/runtime/Python/
DREADME62 Existing bugs may appear someday in the bugtracker:
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumdxgi.idl36 * Existing factories and DXGI objects created from them are
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumdxgi.idl36 * Existing factories and DXGI objects created from them are
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in850 * Existing object alignment is inadequate; allocate new space
885 /* Existing object alignment is inadequate. */
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt221 extension point how to update the plugin.xml. Existing FindBugs detector plugins can
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp770 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local
771 if (Existing != N) { in AddModifiedNodeToCSEMaps()
775 ReplaceAllUsesWith(N, Existing); in AddModifiedNodeToCSEMaps()
779 DUL->NodeDeleted(N, Existing); in AddModifiedNodeToCSEMaps()
5218 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local
5219 return Existing; in UpdateNodeOperands()
5243 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local
5244 return Existing; in UpdateNodeOperands()
5302 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local
5303 return Existing; in UpdateNodeOperands()
/external/chromium_org/native_client_sdk/src/doc/
Doverview.rst95 * **Existing software components:** Native Client lets you repurpose existing

12