Searched refs:Found (Results 1 - 25 of 57) sorted by relevance

123

/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp87 const SubtargetInfoKV *Found = local
89 if (Found == ProcSchedModel+NumProcs || StringRef(Found->Key) != CPU) {
95 assert(Found->Value && "Missing processor SchedModel value");
96 return (const MCSchedModel *)Found->Value;
/external/clang/tools/diagtool/
H A DTreeView.cpp61 const GroupRecord *Found = local
64 if (Found == AllGroups.end() || Found->getName() != RootGroup) {
69 printGroup(out, *Found, FlagsOnly);
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp314 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
316 LookupName(Found, S);
317 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
319 if (!Found.isSingleResult())
322 NamedDecl *Result = Found.getFoundDecl();
334 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
350 Found.setContextRange(SS.getRange());
364 LookupQualifiedName(Found, LookupCtx);
368 LookupName(Found, S);
370 Found
[all...]
H A DSemaAccess.cpp1489 DeclAccessPair Found) {
1492 Found.getAccess() == AS_public)
1496 Found, QualType());
1505 DeclAccessPair Found) {
1507 Found.getAccess() == AS_public)
1515 Found, BaseType);
1644 DeclAccessPair Found,
1648 Found.getAccess() == AS_public)
1651 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found,
1665 DeclAccessPair Found) {
1488 CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, DeclAccessPair Found) argument
1504 CheckUnresolvedMemberAccess(UnresolvedMemberExpr *E, DeclAccessPair Found) argument
1641 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
1662 CheckMemberOperatorAccess(SourceLocation OpLoc, Expr *ObjectExpr, Expr *ArgExpr, DeclAccessPair Found) argument
1720 CheckAddressOfMemberAccess(Expr *OvlExpr, DeclAccessPair Found) argument
[all...]
H A DSemaLookup.cpp312 assert(ResultKind != Found || Decls.size() == 1);
449 ResultKind = LookupResult::Found;
650 bool Found = false; local
662 Found = true;
666 if (!Found && DC->isTranslationUnit() && LookupBuiltin(S, R))
673 return Found;
681 return Found;
696 Found = true;
734 Found = true;
738 return Found;
749 bool Found = LookupDirect(S, R, NS); local
884 bool Found = false; local
986 bool Found = false; local
1288 bool Found = false; local
1658 DeclContext::lookup_iterator Found = Paths->front().Decls.first; local
2213 NamedDecl *Found = (*Op)->getUnderlyingDecl(); local
[all...]
H A DSemaTemplateInstantiateDecl.cpp231 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); local
232 if (Found.first != Found.second) {
233 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(*Found.first);
731 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); local
732 if (Found.first != Found.second) {
733 PrevClassTemplate = dyn_cast<ClassTemplateDecl>(*Found.first);
896 DeclContext::lookup_result Found local
898 if (Found
3393 llvm::PointerUnion<Decl *, DeclArgumentPack *> *Found local
3500 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName()); local
[all...]
H A DSemaTemplate.cpp244 void Sema::LookupTemplateName(LookupResult &Found, argument
264 Found.clear();
285 LookupQualifiedName(Found, LookupCtx);
286 if (!ObjectType.isNull() && Found.empty()) {
296 if (S) LookupName(Found, S);
307 LookupName(Found, S);
313 if (Found.empty() && !isDependent) {
315 DeclarationName Name = Found.getLookupName();
316 Found.clear();
323 if (TypoCorrection Corrected = CorrectTypo(Found
[all...]
H A DSemaExprCXX.cpp148 LookupResult Found(*this, &II, NameLoc, LookupOrdinaryName);
153 Found.clear();
155 LookupQualifiedName(Found, LookupCtx);
157 LookupName(Found, S);
162 if (Found.isAmbiguous())
165 if (TypeDecl *Type = Found.getAsSingle<TypeDecl>()) {
185 if (ClassTemplateDecl *Template = Found.getAsSingle<ClassTemplateDecl>()) {
1953 LookupResult Found(*this, Name, StartLoc, LookupOrdinaryName);
1955 LookupQualifiedName(Found, RD);
1957 if (Found
2530 DeclAccessPair Found; local
[all...]
/external/freetype/src/psnames/
H A Dpstables.h4107 goto Found;
4116 Found:
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h55 bool Found = false; local
57 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
64 if (!Found && ExpectMatch) {
67 } else if (Found && !ExpectMatch) {
69 << "Found unexpected match in \"" << Code << "\"";
/external/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp103 bool Found = false; local
113 Found = true;
117 if (Found)
122 if (Found) {
H A DMachineInstr.cpp1123 bool Found = (MOReg == Reg);
1124 if (!Found && TRI && isPhys &&
1127 Found = TRI->regsOverlap(MOReg, Reg);
1129 Found = TRI->isSubRegister(MOReg, Reg);
1131 if (Found && (!isDead || MO.isDead()))
1748 bool Found = false;
1759 if (!Found) {
1767 Found = true;
1791 if (!Found && AddIfNotFound) {
1798 return Found;
[all...]
H A DLiveIntervalAnalysis.cpp908 bool Found = false;
914 if (!Found) {
918 Found = true;
923 return Found;
928 return Found;
932 return Found;
H A DTailDuplication.cpp159 bool Found = false; local
163 Found = true;
167 if (!Found) {
/external/llvm/lib/Support/
H A DTriple.cpp380 bool Found[4]; local
381 Found[0] = Arch != UnknownArch;
382 Found[1] = Vendor != UnknownVendor;
383 Found[2] = OS != UnknownOS;
384 Found[3] = Environment != UnknownEnvironment;
389 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
390 if (Found[Pos])
395 if (Idx < array_lengthof(Found) && Found[Idx])
437 while (i < array_lengthof(Found)
[all...]
/external/clang/include/clang/Sema/
H A DLookup.h43 Found, enumerator in enum:clang::LookupResult::LookupResultKind
237 return getResultKind() == Found;
362 ResultKind = Found;
369 ResultKind = Found;
405 ResultKind = Found;
421 if (getResultKind() != Found) return 0;
431 assert(getResultKind() == Found
444 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties47 RSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute:
48 RSSFeedUpdateEntryTask.DebugFoundElement=Found Element:
49 RSSFeedUpdateEntryTask.DebugFoundText=Found Text:
50 RSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
/external/clang/unittests/Tooling/
H A DTestVisitor.h187 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
191 EXPECT_TRUE(!Found);
192 Found = true;
193 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
201 EXPECT_TRUE(Found)
209 bool Found; member in struct:clang::ExpectedLocationVisitor::ExpectedMatch
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp115 const StaticDiagInfoRec *Found =
117 if (Found == StaticDiagInfo + StaticDiagInfoSize ||
118 Found->DiagID != DiagID)
121 return Found;
536 const WarningOption *Found = local
539 if (Found == OptionTable + OptionTableSize ||
540 Found->getName() != Group)
543 getDiagnosticsInGroup(Found, Diags);
/external/freetype/src/sfnt/
H A Dttkern.c251 goto Found;
272 goto Found;
291 Found:
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c229 LLVMValueRef Found; local
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
233 Field(Option, 0) = Val_op(Found);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp436 BackRefMap::iterator Found; local
444 Found = NameBackReferences.find(BackReferenceKey);
446 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
453 Out << Found->second;
695 BackRefMap::iterator Found; local
697 Found = NameBackReferences.find(key);
698 if (!UseNameBackReferences || Found == NameBackReferences.end()) {
705 Out << Found->second;
931 ArgBackRefMap::iterator Found = TypeBackReferences.find(TypePtr); local
933 if (Found
[all...]
H A DDeclCXX.cpp362 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found; local
375 Found.push_back(std::make_pair(
382 GetBestOverloadCandidateSimple(Found));
398 SmallVector<std::pair<CXXMethodDecl *, Qualifiers>, 4> Found; local
436 Found.push_back(std::make_pair(const_cast<CXXMethodDecl *>(Method), Quals));
440 return GetBestOverloadCandidateSimple(Found);
/external/clang/lib/Lex/
H A DModuleMap.cpp206 Module *Found = KnownDir->second; local
207 if (!Found->isAvailable())
212 Module *UmbrellaModule = Found;
220 Found = lookupModuleQualified(Name, Found);
221 if (!Found)
223 if (!Found->isAvailable())
229 Found = lookupModuleQualified(Name, Found);
230 if (!Found)
[all...]
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp710 bool Found = false; local
712 E = CodeSlabs.end(); I != E && !Found; ++I) {
715 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
717 if (!Found) {
745 Err << "Found free header at " << Hdr << " that is not in free list.";

Completed in 483 milliseconds

123