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

123

/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp96 const SubtargetInfoKV *Found = local
98 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) {
104 assert(Found->Value && "Missing processor SchedModel value");
105 return (const MCSchedModel *)Found->Value;
/external/clang/unittests/Tooling/
H A DToolingTest.cpp197 bool &Found; member in struct:clang::tooling::CheckSyntaxOnlyAdjuster
200 CheckSyntaxOnlyAdjuster(bool &Found, bool &Ran) : Found(Found), Ran(Ran) { } argument
207 Found = true;
221 bool Found = false; local
223 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
226 EXPECT_TRUE(Found);
228 Ran = Found = false;
230 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ra
[all...]
H A DRewriterTestContext.h76 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second; local
77 assert(Found == Path);
78 (void)Found;
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
H A DRefactoringTest.cpp207 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second; local
208 assert(Found == Path);
209 (void)Found;
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp293 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
295 LookupName(Found, S);
296 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
298 if (!Found.isSingleResult())
301 NamedDecl *Result = Found.getFoundDecl();
313 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
329 Found.setContextRange(SS.getRange());
343 LookupQualifiedName(Found, LookupCtx);
347 LookupName(Found, S);
349 Found
[all...]
H A DSemaAccess.cpp1542 DeclAccessPair Found) {
1545 Found.getAccess() == AS_public)
1549 Found, QualType());
1558 DeclAccessPair Found) {
1560 Found.getAccess() == AS_public)
1568 Found, BaseType);
1697 DeclAccessPair Found,
1701 Found.getAccess() == AS_public)
1704 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found,
1733 DeclAccessPair Found) {
1541 CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, DeclAccessPair Found) argument
1557 CheckUnresolvedMemberAccess(UnresolvedMemberExpr *E, DeclAccessPair Found) argument
1694 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
1730 CheckMemberOperatorAccess(SourceLocation OpLoc, Expr *ObjectExpr, Expr *ArgExpr, DeclAccessPair Found) argument
1788 CheckAddressOfMemberAccess(Expr *OvlExpr, DeclAccessPair Found) argument
[all...]
H A DSemaLookup.cpp321 assert(ResultKind != Found || Decls.size() == 1);
458 ResultKind = LookupResult::Found;
660 bool Found = false; local
673 Found = true;
677 if (!Found && DC->isTranslationUnit() && LookupBuiltin(S, R))
684 return Found;
692 return Found;
706 Found = true;
744 Found = true;
748 return Found;
759 bool Found = LookupDirect(S, R, NS); local
896 bool Found = false; local
1031 bool Found = false; local
1415 bool Found = false; local
1785 DeclContext::lookup_iterator Found = Paths->front().Decls.begin(); local
2345 NamedDecl *Found = (*Op)->getUnderlyingDecl(); local
[all...]
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpstables.h4032 goto Found;
4041 Found:
/external/freetype/src/psnames/
H A Dpstables.h4107 goto Found;
4116 Found:
/external/clang/tools/diagtool/
H A DTreeView.cpp98 const GroupRecord *Found = local
101 if (Found == AllGroups.end() || Found->getName() != RootGroup) {
106 printGroup(out, *Found, FlagsOnly);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h57 bool Found = false; local
59 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
66 if (!Found && ExpectMatch) {
69 } else if (Found && !ExpectMatch) {
71 << "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.cpp1062 bool Found = (MOReg == Reg); local
1063 if (!Found && TRI && isPhys &&
1066 Found = TRI->regsOverlap(MOReg, Reg);
1068 Found = TRI->isSubRegister(MOReg, Reg);
1070 if (Found && (!isDead || MO.isDead()))
1638 bool Found = false; local
1649 if (!Found) {
1657 Found = true;
1681 if (!Found && AddIfNotFound) {
1688 return Found;
1711 bool Found = false; local
[all...]
/external/llvm/lib/Support/
H A DTriple.cpp377 bool Found[4]; local
378 Found[0] = Arch != UnknownArch;
379 Found[1] = Vendor != UnknownVendor;
380 Found[2] = OS != UnknownOS;
381 Found[3] = Environment != UnknownEnvironment;
386 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
387 if (Found[Pos])
392 if (Idx < array_lengthof(Found) && Found[Idx])
434 while (i < array_lengthof(Found)
[all...]
/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/include/clang/Sema/
H A DLookup.h43 Found, enumerator in enum:clang::LookupResult::LookupResultKind
246 return getResultKind() == Found;
374 ResultKind = Found;
381 ResultKind = Found;
417 ResultKind = Found;
433 if (getResultKind() != Found) return 0;
443 assert(getResultKind() == Found
456 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/external/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp192 bool Found; local
193 Found = getPreviousInstr(CurInst, MFI);
194 while( Found && I != CurInst) {
203 Found = getPreviousInstr(CurInst, MFI);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttkern.c251 goto Found;
272 goto Found;
291 Found:
/external/freetype/src/sfnt/
H A Dttkern.c251 goto Found;
272 goto Found;
291 Found:
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp146 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
150 if (Found->DiagID != DiagID)
152 return Found;
564 const WarningOption *Found = local
567 if (Found == OptionTable + OptionTableSize ||
568 Found->getName() != Group)
571 getDiagnosticsInGroup(Found, Diags);
/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/llvm/tools/llvm-readobj/
H A DStreamWriter.h83 bool Found = false; local
87 Found = true;
92 if (Found) {
/external/clang/lib/Frontend/
H A DFrontendAction.cpp246 bool Found = false; local
255 Found = true;
260 if (!Found) {
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp697 bool Found = false; local
699 E = CodeSlabs.end(); I != E && !Found; ++I) {
702 Found = (Start <= (char*)FreeRange && (char*)FreeRange < End);
704 if (!Found) {
732 Err << "Found free header at " << Hdr << " that is not in free list.";

Completed in 2160 milliseconds

123