Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp370 LookupName(Found, S); in FindFirstQualifierInScope()
421 LookupName(Found, S); in isNonTypeNestedNameSpecifier()
559 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
562 if (Found.isAmbiguous()) in BuildCXXNestedNameSpecifier()
621 Found.clear(); in BuildCXXNestedNameSpecifier()
624 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
644 Found.addDecl(ND); in BuildCXXNestedNameSpecifier()
652 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
775 if (Found.empty()) { in BuildCXXNestedNameSpecifier()
777 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
[all …]
H A DSemaAccess.cpp1549 Found.getAccess() == AS_public) in CheckUnresolvedLookupAccess()
1553 Found, QualType()); in CheckUnresolvedLookupAccess()
1564 Found.getAccess() == AS_public) in CheckUnresolvedMemberAccess()
1572 Found, BaseType); in CheckUnresolvedMemberAccess()
1677 Found.getAccess() == AS_public) in CheckConstructorAccess()
1720 Found.getAccess() == AS_public) in CheckAllocationAccess()
1738 Found.getAccess() == AS_public) in CheckMemberAccess()
1742 Found, QualType()); in CheckMemberAccess()
1770 Found.getAccess() == AS_public) in CheckMemberOperatorAccess()
1820 Found.getAccess() == AS_none || in CheckAddressOfMemberAccess()
[all …]
/netbsd/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahaml.c77 BOOLEAN Found = FALSE; in AhFindAmlOpcode() local
94 Found = TRUE; in AhFindAmlOpcode()
106 Found = TRUE; in AhFindAmlOpcode()
110 if (!Found && Name) in AhFindAmlOpcode()
255 BOOLEAN Found = FALSE; in AhFindAmlTypes() local
265 Found = TRUE; in AhFindAmlTypes()
272 Found = TRUE; in AhFindAmlTypes()
284 Found = TRUE; in AhFindAmlTypes()
288 if (!Found) in AhFindAmlTypes()
H A Dahdecode.c192 BOOLEAN Found; in AhFindPredefinedNames() local
227 Found = AhDisplayPredefinedName (Name, Length); in AhFindPredefinedNames()
228 if (!Found) in AhFindPredefinedNames()
343 BOOLEAN Found = FALSE; in AhDisplayPredefinedName() local
354 Found = TRUE; in AhDisplayPredefinedName()
375 Found = TRUE; in AhDisplayPredefinedName()
387 return (Found); in AhDisplayPredefinedName()
484 BOOLEAN Found = FALSE; in AhDisplayDeviceIds() local
524 Found = TRUE; in AhDisplayDeviceIds()
529 if (!Found) in AhDisplayDeviceIds()
H A Dahasl.c81 BOOLEAN Found = FALSE; in AhFindAslKeywords() local
91 Found = TRUE; in AhFindAslKeywords()
103 Found = TRUE; in AhFindAslKeywords()
107 if (!Found) in AhFindAslKeywords()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.cpp67 auto &Found = Registers[PhysReg]; in getRegister() local
68 if (!Found) in getRegister()
69 Found.reset(new RegisterAliasingTracker(RegInfo, PhysReg)); in getRegister()
70 return *Found; in getRegister()
75 auto &Found = RegisterClasses[RegClassIndex]; in getRegisterClass() local
77 if (!Found) in getRegisterClass()
78 Found.reset(new RegisterAliasingTracker(RegInfo, ReservedReg, RegClass)); in getRegisterClass()
79 return *Found; in getRegisterClass()
H A DTarget.cpp135 auto Found = llvm::lower_bound(CpuPfmCounters, CpuName); in getPfmCounters() local
136 if (Found == CpuPfmCounters.end() || StringRef(Found->CpuName) != CpuName) { in getPfmCounters()
139 Found = CpuPfmCounters.begin(); // The target specifies a default. in getPfmCounters()
144 assert(Found->PCI && "Missing counters"); in getPfmCounters()
145 return *Found->PCI; in getPfmCounters()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp62 bool Found = false; in inlineSiteContainsAddress() local
71 Found = true; in inlineSiteContainsAddress()
75 if (Found && OffsetInFunc < CodeOffset) in inlineSiteContainsAddress()
77 Found = false; in inlineSiteContainsAddress()
83 Found = false; in inlineSiteContainsAddress()
112 bool Found = false; in findInlineFramesByVA() local
129 Found = true; in findInlineFramesByVA()
138 if (!Found) in findInlineFramesByVA()
/netbsd/libexec/httpd/testsuite/
H A Dt10.out1 HTTP/1.0 404 Not Found
6 <html><head><title>404 Not Found</title></head>
7 <body><h1>404 Not Found</h1>
H A Dt12.out1 HTTP/1.1 404 Not Found
7 <html><head><title>404 Not Found</title></head>
8 <body><h1>404 Not Found</h1>
H A Dt13.out1 HTTP/1.1 404 Not Found
7 <html><head><title>404 Not Found</title></head>
8 <body><h1>404 Not Found</h1>
H A Dt6.out1 HTTP/1.0 404 Not Found
6 <html><head><title>404 Not Found</title></head>
7 <body><h1>404 Not Found</h1>
H A Dt16.out1 HTTP/1.1 404 Not Found
7 <html><head><title>404 Not Found</title></head>
8 <body><h1>404 Not Found</h1>
H A Dt11.out7 <html><head><title>404 Not Found</title></head>
8 <body><h1>404 Not Found</h1>
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutpredef.c429 UINT32 Found; in AcpiUtGetResourceBitWidth() local
434 Found = 0; in AcpiUtGetResourceBitWidth()
442 Found++; in AcpiUtGetResourceBitWidth()
448 return (Found); in AcpiUtGetResourceBitWidth()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp264 bool Found = FindVSXSubfeature("+power8-vector", "-mpower8-vector"); in ppcUserFeaturesCheck() local
265 Found |= FindVSXSubfeature("+direct-move", "-mdirect-move"); in ppcUserFeaturesCheck()
266 Found |= FindVSXSubfeature("+float128", "-mfloat128"); in ppcUserFeaturesCheck()
267 Found |= FindVSXSubfeature("+power9-vector", "-mpower9-vector"); in ppcUserFeaturesCheck()
268 Found |= FindVSXSubfeature("+paired-vector-memops", "-mpaired-vector-memops"); in ppcUserFeaturesCheck()
269 Found |= FindVSXSubfeature("+mma", "-mmma"); in ppcUserFeaturesCheck()
270 Found |= FindVSXSubfeature("+power10-vector", "-mpower10-vector"); in ppcUserFeaturesCheck()
273 return !Found; in ppcUserFeaturesCheck()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp99 bool Found = false; in processImplicitDef() local
109 Found = true; in processImplicitDef()
113 if (Found) in processImplicitDef()
118 if (Found) { in processImplicitDef()
/netbsd/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp99 const GroupRecord *Found = llvm::lower_bound(AllGroups, RootGroup); in showGroup() local
100 if (Found == AllGroups.end() || Found->getName() != RootGroup) { in showGroup()
105 printGroup(*Found); in showGroup()
/netbsd/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp37 bool Found = false; in getInputFileDirectory() local
39 std::tie(Found, InputFilePath) = findSrcDirMap(Argv0); in getInputFileDirectory()
41 EXPECT_TRUE(Found) << "Unit test source directory file does not exist."; in getInputFileDirectory()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h57 llvm::DenseSet<DeclID> Found; member
63 if (Found.empty() && !Data.empty()) { in insert()
65 for (auto I : Found) in insert()
73 Found.insert(Data.begin(), Data.end()); in insert()
76 if (Found.insert(ID).second) in insert()
/netbsd/usr.bin/make/unit-tests/
H A Ddeptgt-phony.exp11 Found 'all' as '(not found)'
32 Found 'all' as '(not found)'
41 Found '.END' as '(not found)'
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h59 Found, enumerator
309 return getResultKind() == Found; in isSingleResult()
434 ResultKind = Found; in addDecl()
441 ResultKind = Found; in addAllDecls()
490 ResultKind = Found; in resolveKindAfterFilter()
508 if (getResultKind() != Found) return nullptr; in getAsSingle()
518 assert(getResultKind() == Found in getFoundDecl()
531 return getResultKind() == Found && isa<TagDecl>(getFoundDecl()); in isSingleTagDecl()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h26 OpenMPInModule &operator=(bool Found) {
27 if (Found)
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp446 auto Found = AliveBits.find(I); in getDemandedBits() local
447 if (Found != AliveBits.end()) in getDemandedBits()
448 return Found->second; in getDemandedBits()
479 auto Found = AliveBits.find(UserI); in isUseDead() local
480 if (Found != AliveBits.end() && Found->second.isNullValue()) in isUseDead()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h228 auto Found = llvm::lower_bound(ProcDesc, CPU); in isCPUStringValid() local
229 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU; in isCPUStringValid()

12345678910>>...24