Home
last modified time | relevance | path

Searched defs:Found (Results 1 – 25 of 136) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DRegisterAliasing.cpp68 auto &Found = Registers[PhysReg]; in getRegister() local
76 auto &Found = RegisterClasses[RegClassIndex]; in getRegisterClass() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSubtargetInfo.cpp85 const SubtargetInfoKV *Found = in getInstrItineraryForCPU() local
/external/clang/lib/Sema/
DSemaAccess.cpp1532 DeclAccessPair Found) { in CheckUnresolvedLookupAccess()
1548 DeclAccessPair Found) { in CheckUnresolvedMemberAccess()
1613 DeclAccessPair Found, in CheckConstructorAccess()
1656 DeclAccessPair Found, in CheckConstructorAccess()
1699 DeclAccessPair Found, in CheckAllocationAccess()
1718 DeclAccessPair Found) { in CheckMemberAccess()
1735 DeclAccessPair Found) { in CheckMemberOperatorAccess()
1785 DeclAccessPair Found) { in CheckAddressOfMemberAccess()
DSemaCXXScopeSpec.cpp368 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope() local
388 LookupResult Found(*this, &II, IdLoc, LookupNestedNameSpecifierName); in isNonTypeNestedNameSpecifier() local
491 LookupResult Found(*this, &Identifier, IdentifierLoc, in BuildCXXNestedNameSpecifier() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp99 bool Found = false; in processImplicitDef() local
/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp51 bool Found = false; in incrementSubstitutions() local
DIceCfgNode.cpp126 bool Found = false; in enforcePhiConsistency() local
140 bool Found = false; in enforcePhiConsistency() local
300 bool Found = false; in splitIncomingEdge() local
555 bool Found = false; in advancedPhiLowering() local
/external/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp101 bool Found = false; in processImplicitDef() local
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h67 bool Found = false, DynamicFound = false; variable
178 bool Found = false, DynamicFound = false; in matchesConditionallyWithCuda() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp81 if (auto *Found = Cache[IA]) { in appendInlinedAt() local
/external/clang/unittests/Tooling/
DRewriterTestContext.h80 StringRef Found = in createOnDiskFile() local
DTestVisitor.h226 bool Found; member
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h164 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU); in isCPUStringValid() local
/external/llvm/lib/TableGen/
DTGLexer.cpp312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.cpp313 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude() local
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp87 auto Found = in getSchedModelForCPU() local
/external/clang/tools/diagtool/
DTreeView.cpp94 const GroupRecord *Found = in showGroup() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h171 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU); in isCPUStringValid() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp98 auto Found = in getSchedModelForCPU() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h91 bool Found = find(Key, &Val); in map() local
99 bool Found = rfind(Key, &Val); in rmap() local
DSPIRVInstruction.h149 auto Found = hasDecorate(DecorationFPRoundingMode, 0, &V); variable
471 bool Found = hasDecorate(DecorationBuiltIn, 0, &Kind); variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDemandedBits.cpp372 auto Found = AliveBits.find(I); in getDemandedBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSmallPtrSetTest.cpp295 int Found[sizeof(Ints)/sizeof(int)] = {0}; in TEST() local
/external/clang/lib/Basic/
DDiagnosticIDs.cpp148 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset]; in GetDiagInfo() local
553 auto Found = std::lower_bound(std::begin(OptionTable), std::end(OptionTable), in getDiagnosticsInGroup() local
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp445 bool Found[4]; in normalize() local

123456