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

1234

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSubtargetInfo.cpp87 auto Found = local
89 if (Found == SchedModels.end() || StringRef(Found->Key) != CPU) {
96 assert(Found->Value && "Missing processor SchedModel value");
97 return *(const MCSchedModel *)Found->Value;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp343 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(),
345 LookupName(Found, S);
346 assert(!Found.isAmbiguous() && "Cannot handle ambiguities here yet");
348 if (!Found.isSingleResult())
351 NamedDecl *Result = Found.getFoundDecl();
363 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName);
379 Found.setContextRange(SS.getRange());
393 LookupQualifiedName(Found, LookupCtx);
397 LookupName(Found, S);
399 Found
[all...]
H A DSemaAccess.cpp1537 DeclAccessPair Found) {
1540 Found.getAccess() == AS_public)
1544 Found, QualType());
1553 DeclAccessPair Found) {
1555 Found.getAccess() == AS_public)
1563 Found, BaseType);
1692 DeclAccessPair Found,
1696 Found.getAccess() == AS_public)
1699 AccessTarget Entity(Context, AccessTarget::Member, NamingClass, Found,
1711 DeclAccessPair Found) {
1536 CheckUnresolvedLookupAccess(UnresolvedLookupExpr *E, DeclAccessPair Found) argument
1552 CheckUnresolvedMemberAccess(UnresolvedMemberExpr *E, DeclAccessPair Found) argument
1689 CheckAllocationAccess(SourceLocation OpLoc, SourceRange PlacementRange, CXXRecordDecl *NamingClass, DeclAccessPair Found, bool Diagnose) argument
1709 CheckMemberAccess(SourceLocation UseLoc, CXXRecordDecl *NamingClass, DeclAccessPair Found) argument
1725 CheckMemberOperatorAccess(SourceLocation OpLoc, Expr *ObjectExpr, Expr *ArgExpr, DeclAccessPair Found) argument
1777 CheckAddressOfMemberAccess(Expr *OvlExpr, DeclAccessPair Found) argument
[all...]
H A DSemaLookup.cpp324 assert(ResultKind != Found || Decls.size() == 1);
615 ResultKind = LookupResult::Found;
821 bool Found = false; local
834 Found = true;
838 if (!Found && DC->isTranslationUnit() && LookupBuiltin(S, R))
845 return Found;
853 return Found;
867 Found = true;
904 Found = true;
908 return Found;
919 bool Found = LookupDirect(S, R, NS); local
1079 bool Found = false; local
1244 bool Found = false; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp459 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); local
460 if (!Found.empty()) {
461 PrevAliasTemplate = dyn_cast<TypeAliasTemplateDecl>(Found.front());
958 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName()); local
959 if (!Found.empty()) {
960 PrevClassTemplate = dyn_cast<ClassTemplateDecl>(Found.front());
1119 DeclContext::lookup_result Found local
1121 if (Found.empty())
1125 = dyn_cast<ClassTemplateDecl>(Found.front());
1152 DeclContext::lookup_result Found local
1204 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName()); local
2505 DeclContext::lookup_result Found local
4591 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName()); local
[all...]
H A DSemaTemplate.cpp248 void Sema::LookupTemplateName(LookupResult &Found, argument
269 Found.clear();
290 LookupQualifiedName(Found, LookupCtx);
291 if (!ObjectType.isNull() && Found.empty()) {
301 if (S) LookupName(Found, S);
312 LookupName(Found, S);
318 if (Found.empty() && !isDependent) {
320 DeclarationName Name = Found.getLookupName();
321 Found.clear();
329 Found
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h163 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU); local
164 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp101 bool Found = false; local
111 Found = true;
115 if (Found)
120 if (Found) {
H A DMachineInstr.cpp1295 bool Found = (MOReg == Reg); local
1296 if (!Found && TRI && isPhys &&
1299 Found = TRI->regsOverlap(MOReg, Reg);
1301 Found = TRI->isSubRegister(MOReg, Reg);
1303 if (Found && (!isDead || MO.isDead()))
1874 bool Found = false; local
1885 if (!Found) {
1893 Found = true;
1917 if (!Found && AddIfNotFound) {
1924 return Found;
1946 bool Found = false; local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c431 UINT32 Found; local
436 Found = 0;
444 Found++;
450 return (Found);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h53 llvm::DenseSet<DeclID> Found; member in struct:clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder
58 if (Found.empty() && !Data.empty()) {
60 for (auto I : Found)
68 Found.insert(Data.begin(), Data.end());
71 if (Found.insert(ID).second)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h43 Found, enumerator in enum:clang::LookupResult::LookupResultKind
250 return getResultKind() == Found;
375 ResultKind = Found;
382 ResultKind = Found;
431 ResultKind = Found;
449 if (getResultKind() != Found) return nullptr;
459 assert(getResultKind() == Found
472 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp137 const DynTypedMatcher *Found = nullptr; variable
142 if (Found) {
148 Found = &Matchers[i];
154 if (Found && (FoundIsExact || NumFound == 1))
155 return *Found;
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DTriple.cpp697 bool Found[4]; local
698 Found[0] = Arch != UnknownArch;
699 Found[1] = Vendor != UnknownVendor;
700 Found[2] = OS != UnknownOS;
701 Found[3] = Environment != UnknownEnvironment;
706 for (unsigned Pos = 0; Pos != array_lengthof(Found); ++Pos) {
707 if (Found[Pos])
712 if (Idx < array_lengthof(Found) && Found[Idx])
760 while (i < array_lengthof(Found)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp148 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
152 if (Found->DiagID != DiagID)
154 return Found;
547 auto Found = std::lower_bound(std::begin(OptionTable), std::end(OptionTable),
552 if (Found == std::end(OptionTable) || Found->getName() != Group)
555 return ::getDiagnosticsInGroup(Flavor, Found, Diags);
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DStreamWriter.h86 bool Found = false; local
90 Found = true;
95 if (Found) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp219 bool Found; local
220 Found = getPreviousInstr(CurInst, MFI);
221 while (Found && I != CurInst) {
231 Found = getPreviousInstr(CurInst, MFI);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c717 BOOLEAN Found; local
786 Found = FALSE;
791 /* Found a matching CID */
793 Found = TRUE;
799 if (!Found)
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp651 unsigned Found = ~0u; local
654 Found = r;
658 if (Found == ~0u) {
659 Found = Rows.size();
660 Rows.resize(Found + 1);
664 RowMap.push_back(Found);
713 unsigned Found = ~0u; local
720 Found = SIdx;
724 if (Found == ~0u) {
726 Found
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp176 auto Found = std::find_if(InputFilenames.begin(), InputFilenames.end(), local
178 if (Found != InputFilenames.end() &&
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp271 bool Found = false; local
280 Found = true;
285 if (!Found) {
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DStratifiedSets.h615 SmallVector<BuilderLink *, 8> Found;
619 Found.push_back(Current);
638 for (const auto &Ptr : Found)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp458 std::vector<CallSite> &Found /*rval*/) {
459 assert(Found.empty() && "must be empty!");
470 Found.push_back(CS);
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc91 break; // Found it.
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp473 Module *Found = KnownDir->second; local
474 if (IsUnavailable(Found))
479 Module *UmbrellaModule = Found;
490 Found = lookupModuleQualified(Name, Found);
491 if (!Found)
493 if (IsUnavailable(Found))
502 Found = lookupModuleQualified(Name, Found);
503 if (!Found)
[all...]

Completed in 486 milliseconds

1234