Home
last modified time | relevance | path

Searched refs:Found (Results 1 – 25 of 151) sorted by relevance

1234567

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp315 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local
317 LookupName(Found, S); in FindFirstQualifierInScope()
318 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet"); in FindFirstQualifierInScope()
320 if (!Found.isSingleResult()) in FindFirstQualifierInScope()
323 NamedDecl *Result = Found.getFoundDecl(); in FindFirstQualifierInScope()
335 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName); in isNonTypeNestedNameSpecifier() local
351 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
365 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
369 LookupName(Found, S); in isNonTypeNestedNameSpecifier()
371 Found.suppressDiagnostics(); in isNonTypeNestedNameSpecifier()
[all …]
DSemaLookup.cpp312 assert(ResultKind != Found || Decls.size() == 1); in sanityImpl()
449 ResultKind = LookupResult::Found; in resolveKind()
650 bool Found = false; in LookupDirect() local
662 Found = true; in LookupDirect()
666 if (!Found && DC->isTranslationUnit() && LookupBuiltin(S, R)) in LookupDirect()
673 return Found; in LookupDirect()
681 return Found; in LookupDirect()
696 Found = true; in LookupDirect()
734 Found = true; in LookupDirect()
738 return Found; in LookupDirect()
[all …]
DSemaAccess.cpp1485 DeclAccessPair Found) { in CheckUnresolvedLookupAccess() argument
1488 Found.getAccess() == AS_public) in CheckUnresolvedLookupAccess()
1492 Found, QualType()); in CheckUnresolvedLookupAccess()
1501 DeclAccessPair Found) { in CheckUnresolvedMemberAccess() argument
1503 Found.getAccess() == AS_public) in CheckUnresolvedMemberAccess()
1511 Found, BaseType); in CheckUnresolvedMemberAccess()
1659 DeclAccessPair Found, in CheckAllocationAccess() argument
1663 Found.getAccess() == AS_public) in CheckAllocationAccess()
1666 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found, in CheckAllocationAccess()
1680 DeclAccessPair Found) { in CheckMemberOperatorAccess() argument
[all …]
DSemaTemplateInstantiateDecl.cpp228 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitTypeAliasTemplateDecl() local
229 if (Found.first != Found.second) { in VisitTypeAliasTemplateDecl()
230 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first); in VisitTypeAliasTemplateDecl()
729 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); in VisitClassTemplateDecl() local
730 if (Found.first != Found.second) { in VisitClassTemplateDecl()
731 PrevClassTemplate = dyn_cast<ClassTemplateDecl>(*Found.first); in VisitClassTemplateDecl()
894 DeclContext::lookup_result Found in VisitClassTemplatePartialSpecializationDecl() local
896 if (Found.first == Found.second) in VisitClassTemplatePartialSpecializationDecl()
900 = dyn_cast<ClassTemplateDecl>(*Found.first); in VisitClassTemplatePartialSpecializationDecl()
3254 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Found in FindInstantiatedDecl() local
[all …]
DSemaTemplate.cpp244 void Sema::LookupTemplateName(LookupResult &Found, in LookupTemplateName() argument
264 Found.clear(); in LookupTemplateName()
285 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
286 if (!ObjectType.isNull() && Found.empty()) { in LookupTemplateName()
296 if (S) LookupName(Found, S); in LookupTemplateName()
307 LookupName(Found, S); in LookupTemplateName()
313 if (Found.empty() && !isDependent) { in LookupTemplateName()
315 DeclarationName Name = Found.getLookupName(); in LookupTemplateName()
316 Found.clear(); in LookupTemplateName()
323 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(), in LookupTemplateName()
[all …]
/external/llvm/lib/Support/
DTriple.cpp371 bool Found[4]; in normalize() local
372 Found[0] = Arch != UnknownArch; in normalize()
373 Found[1] = Vendor != UnknownVendor; in normalize()
374 Found[2] = OS != UnknownOS; in normalize()
375 Found[3] = Environment != UnknownEnvironment; in normalize()
380 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) { in normalize()
381 if (Found[Pos]) in normalize()
386 if (Idx < array_lengthof(Found) && Found[Idx]) in normalize()
428 while (i < array_lengthof(Found) && Found[i]) in normalize()
449 while (++i < array_lengthof(Found) && Found[i]) in normalize()
[all …]
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp85 const SubtargetInfoKV *Found = in getInstrItineraryForCPU() local
87 if (Found == ProcItins+NumProcs || StringRef(Found->Key) != CPU) { in getInstrItineraryForCPU()
95 (InstrItinerary *)Found->Value); in getInstrItineraryForCPU()
/external/clang/include/clang/Sema/
DLookup.h43 Found, enumerator
237 return getResultKind() == Found; in isSingleResult()
362 ResultKind = Found; in addDecl()
369 ResultKind = Found; in addAllDecls()
405 ResultKind = Found; in resolveKindAfterFilter()
421 if (getResultKind() != Found) return 0; in getAsSingle()
431 assert(getResultKind() == Found in getFoundDecl()
444 return getResultKind() == Found && isa<TagDecl>(getFoundDecl()); in isSingleTagDecl()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp114 const StaticDiagInfoRec *Found = in GetDiagInfo() local
116 if (Found == StaticDiagInfo + StaticDiagInfoSize || in GetDiagInfo()
117 Found->DiagID != DiagID) in GetDiagInfo()
120 return Found; in GetDiagInfo()
535 const WarningOption *Found = in getDiagnosticsInGroup() local
538 if (Found == OptionTable + OptionTableSize || in getDiagnosticsInGroup()
539 Found->getName() != Group) in getDiagnosticsInGroup()
542 getDiagnosticsInGroup(Found, Diags); in getDiagnosticsInGroup()
/external/freetype/src/psnames/
Dpstables.h4107 goto Found; in ft_get_adobe_glyph_index()
4116 Found: in ft_get_adobe_glyph_index()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Dmessages.properties47 RSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute:
48 RSSFeedUpdateEntryTask.DebugFoundElement=Found Element:
49 RSSFeedUpdateEntryTask.DebugFoundText=Found Text:
50 RSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
/external/freetype/src/sfnt/
Dttkern.c251 goto Found; in tt_face_get_kerning()
272 goto Found; in tt_face_get_kerning()
291 Found: in tt_face_get_kerning()
/external/clang/lib/Lex/
DModuleMap.cpp206 Module *Found = KnownDir->second; in isHeaderInUnavailableModule() local
207 if (!Found->isAvailable()) in isHeaderInUnavailableModule()
212 Module *UmbrellaModule = Found; in isHeaderInUnavailableModule()
220 Found = lookupModuleQualified(Name, Found); in isHeaderInUnavailableModule()
221 if (!Found) in isHeaderInUnavailableModule()
223 if (!Found->isAvailable()) in isHeaderInUnavailableModule()
229 Found = lookupModuleQualified(Name, Found); in isHeaderInUnavailableModule()
230 if (!Found) in isHeaderInUnavailableModule()
234 return !Found->isAvailable(); in isHeaderInUnavailableModule()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1052 bool Found = (MOReg == Reg); in findRegisterDefOperandIdx() local
1053 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
1056 Found = TRI->regsOverlap(MOReg, Reg); in findRegisterDefOperandIdx()
1058 Found = TRI->isSubRegister(MOReg, Reg); in findRegisterDefOperandIdx()
1060 if (Found && (!isDead || MO.isDead())) in findRegisterDefOperandIdx()
1671 bool Found = false; in addRegisterKilled() local
1682 if (!Found) { in addRegisterKilled()
1690 Found = true; in addRegisterKilled()
1714 if (!Found && AddIfNotFound) { in addRegisterKilled()
1721 return Found; in addRegisterKilled()
[all …]
/external/chromium/net/data/url_request_unittest/
Dredirect-to-invalid-url.html.mock-http-headers1 HTTP/1.1 302 Found
/external/webkit/Source/cmake/
DFindICU.cmake67 MESSAGE(STATUS "Found ICU header files in ${ICU_INCLUDE_DIRS}")
68 MESSAGE(STATUS "Found ICU libraries: ${ICU_LIBRARIES}")
/external/llvm/test/Assembler/
D2003-05-21-MalformedShiftCrash.ll1 ; Found by inspection of the code
D2003-05-21-MalformedStructCrash.ll1 ; Found by inspection of the code
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c226 LLVMValueRef Found; in llvm_ee_find_function() local
227 if (LLVMFindFunction(EE, String_val(Name), &Found)) in llvm_ee_find_function()
230 Field(Option, 0) = Val_op(Found); in llvm_ee_find_function()
/external/llvm/test/YAMLParser/
Drun-parser-crash-bug.data8 - Memoirs Found in a Bathtub
/external/webkit/LayoutTests/http/tests/appcache/
Dforeign-fallback-expected.txt4 The frame below should display a Not Found error - the fallback entry is foreign, so it shouldn't b…
/external/e2fsprogs/tests/f_bad_local_jnl/
Dexpect.11 Found invalid V2 journal superblock fields (from V1 journal).
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTTree.g40 { System.out.println("Found Keyser Soze!!"); }
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp707 bool Found = false; in CheckInvariants() local
709 E = CodeSlabs.end(); I != E && !Found; ++I) { in CheckInvariants()
712 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End); in CheckInvariants()
714 if (!Found) { in CheckInvariants()
/external/dbus/cmake/modules/
DFindGLIB.cmake34 message(STATUS "Found GLIB: ${GLIB_LIBRARY}")

1234567