/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawTypes.h | 62 support::ulittle16_t Ovl; // Logical overlay number. member
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOpenCLBuiltinEmitter.cpp | 597 const auto &Ovl = SLM.second.Signatures; in EmitStringMatcher() local 604 SS << "return std::make_pair(" << CumulativeIndex << ", " << Ovl.size() in EmitStringMatcher() 610 CumulativeIndex += Ovl.size(); in EmitStringMatcher()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawTypes.h | 76 support::ulittle16_t Ovl; // Logical overlay number. member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawTypes.h | 76 support::ulittle16_t Ovl; // Logical overlay number. member
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 2998 OverloadExpr *Ovl = R.Expression; in ResolveOverloadForDeduction() local 3014 if (Ovl->hasExplicitTemplateArgs()) { in ResolveOverloadForDeduction() 3017 = S.ResolveSingleFunctionTemplateSpecialization(Ovl)) in ResolveOverloadForDeduction() 3031 if (Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction() 3032 Ovl->copyTemplateArgumentsInto(ExplicitTemplateArgs); in ResolveOverloadForDeduction() 3034 for (UnresolvedSetIterator I = Ovl->decls_begin(), in ResolveOverloadForDeduction() 3035 E = Ovl->decls_end(); I != E; ++I) { in ResolveOverloadForDeduction() 3042 if (!Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction() 3047 TemplateDeductionInfo Info(Ovl->getNameLoc()); in ResolveOverloadForDeduction() 3078 TemplateDeductionInfo Info(Ovl->getNameLoc()); in ResolveOverloadForDeduction()
|
D | SemaAccess.cpp | 1791 OverloadExpr *Ovl = OverloadExpr::find(OvlExpr).Expression; in CheckAddressOfMemberAccess() local 1792 CXXRecordDecl *NamingClass = Ovl->getNamingClass(); in CheckAddressOfMemberAccess() 1797 << Ovl->getSourceRange(); in CheckAddressOfMemberAccess() 1799 return CheckAccess(*this, Ovl->getNameLoc(), Entity); in CheckAddressOfMemberAccess()
|
D | SemaInit.cpp | 7155 OverloadingResult Ovl in Diagnose() local 7158 if (Ovl == OR_Deleted) { in Diagnose() 7347 OverloadingResult Ovl in Diagnose() local 7349 if (Ovl != OR_Deleted) { in Diagnose() 7419 OverloadingResult Ovl in Diagnose() local 7421 (void)Ovl; in Diagnose() 7422 assert(Ovl == OR_Success && "Inconsistent overload resolution"); in Diagnose()
|
D | SemaTemplate.cpp | 6874 NamedDecl *Ovl = (*I)->getUnderlyingDecl(); in CheckFunctionTemplateSpecialization() local 6875 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { in CheckFunctionTemplateSpecialization() 6879 Ovl->getDeclContext()->getRedeclContext())) in CheckFunctionTemplateSpecialization()
|
D | SemaExpr.cpp | 10345 OverloadExpr *Ovl = cast<OverloadExpr>(E); in CheckAddressOfOperand() local 10346 if (isa<UnresolvedMemberExpr>(Ovl)) in CheckAddressOfOperand() 10347 if (!ResolveSingleFunctionTemplateSpecialization(Ovl)) { in CheckAddressOfOperand()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAccess.cpp | 1810 OverloadExpr *Ovl = OverloadExpr::find(OvlExpr).Expression; in CheckAddressOfMemberAccess() local 1811 CXXRecordDecl *NamingClass = Ovl->getNamingClass(); in CheckAddressOfMemberAccess() 1816 << Ovl->getSourceRange(); in CheckAddressOfMemberAccess() 1818 return CheckAccess(*this, Ovl->getNameLoc(), Entity); in CheckAddressOfMemberAccess()
|
D | SemaTemplateDeduction.cpp | 3754 OverloadExpr *Ovl = R.Expression; in ResolveOverloadForDeduction() local 3770 if (Ovl->hasExplicitTemplateArgs()) { in ResolveOverloadForDeduction() 3773 = S.ResolveSingleFunctionTemplateSpecialization(Ovl)) in ResolveOverloadForDeduction() 3787 if (Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction() 3788 Ovl->copyTemplateArgumentsInto(ExplicitTemplateArgs); in ResolveOverloadForDeduction() 3790 for (UnresolvedSetIterator I = Ovl->decls_begin(), in ResolveOverloadForDeduction() 3791 E = Ovl->decls_end(); I != E; ++I) { in ResolveOverloadForDeduction() 3798 if (!Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction() 3803 TemplateDeductionInfo Info(Ovl->getNameLoc()); in ResolveOverloadForDeduction() 3834 TemplateDeductionInfo Info(Ovl->getNameLoc()); in ResolveOverloadForDeduction()
|
D | SemaInit.cpp | 9025 OverloadingResult Ovl in Diagnose() local 9027 if (Ovl == OR_Deleted) { in Diagnose() 9267 OverloadingResult Ovl in Diagnose() local 9269 if (Ovl != OR_Deleted) { in Diagnose() 9339 OverloadingResult Ovl in Diagnose() local 9341 (void)Ovl; in Diagnose() 9342 assert(Ovl == OR_Success && "Inconsistent overload resolution"); in Diagnose()
|
D | SemaOverload.cpp | 10331 OverloadExpr::FindResult Ovl = OverloadExpr::find(OverloadedExpr); in NoteAllOverloadCandidates() local 10332 OverloadExpr *OvlExpr = Ovl.Expression; in NoteAllOverloadCandidates() 12322 OverloadExpr *Ovl = R.Expression; in resolveAddressOfSingleOverloadCandidate() local 12346 for (auto I = Ovl->decls_begin(), E = Ovl->decls_end(); I != E; ++I) { in resolveAddressOfSingleOverloadCandidate()
|
D | SemaTemplate.cpp | 8982 NamedDecl *Ovl = (*I)->getUnderlyingDecl(); in CheckFunctionTemplateSpecialization() local 8983 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) { in CheckFunctionTemplateSpecialization() 8987 Ovl->getDeclContext()->getRedeclContext())) in CheckFunctionTemplateSpecialization()
|
D | SemaExpr.cpp | 13310 OverloadExpr *Ovl = cast<OverloadExpr>(E); in CheckAddressOfOperand() local 13311 if (isa<UnresolvedMemberExpr>(Ovl)) in CheckAddressOfOperand() 13312 if (!ResolveSingleFunctionTemplateSpecialization(Ovl)) { in CheckAddressOfOperand()
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 731 ; EMPTY-NEXT: Ovl: 0 746 ; EMPTY-NEXT: Ovl: 0 762 ; EMPTY-NEXT: Ovl: 0 777 ; EMPTY-NEXT: Ovl: 0 791 ; EMPTY-NEXT: Ovl: 0 1506 ; ALL: Ovl: 0 1516 ; ALL: Ovl: 0 1526 ; ALL: Ovl: 0 1536 ; ALL: Ovl: 0 1546 ; ALL: Ovl: 0
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2554 OverloadExpr *Ovl = cast<OverloadExpr>(E->IgnoreParens()); in find() local 2556 Result.HasFormOfMemberPointer = (E == Ovl && Ovl->getQualifier()); in find() 2558 Result.Expression = Ovl; in find()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 2939 auto *Ovl = cast<OverloadExpr>(E->IgnoreParens()); in find() local 2941 Result.HasFormOfMemberPointer = (E == Ovl && Ovl->getQualifier()); in find() 2943 Result.Expression = Ovl; in find()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 671 P.printNumber("Ovl", M.Ovl); in dumpSectionMap()
|
/external/llvm-project/llvm/docs/PDB/ |
D | DbiStream.rst | 310 uint16_t Ovl; // Logical overlay number
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 4184 OverloadedTemplateStorage *Ovl in clang_getCursorSpelling() local 4186 if (Ovl->size() == 0) in clang_getCursorSpelling() 4188 return cxstring::createDup((*Ovl->begin())->getNameAsString()); in clang_getCursorSpelling() 5492 if (const OverloadExpr *Ovl = dyn_cast_or_null<OverloadExpr>(E)) in clang_getCursorReferenced() local 5493 return MakeCursorOverloadedDeclRef(Ovl, tu); in clang_getCursorReferenced()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 4649 OverloadedTemplateStorage *Ovl = in clang_getCursorSpelling() local 4651 if (Ovl->size() == 0) in clang_getCursorSpelling() 4653 return cxstring::createDup((*Ovl->begin())->getNameAsString()); in clang_getCursorSpelling() 6265 if (const OverloadExpr *Ovl = dyn_cast_or_null<OverloadExpr>(E)) in clang_getCursorReferenced() local 6266 return MakeCursorOverloadedDeclRef(Ovl, tu); in clang_getCursorReferenced()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 698 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I); in PrintCursor() local 703 Loc = clang_getCursorLocation(Ovl); in PrintCursor()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 801 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I); in PrintCursor() local 806 Loc = clang_getCursorLocation(Ovl); in PrintCursor()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1984 fmtle(M.Ovl), fmtle(M.Group), fmtle(M.Frame), fmtle(M.SecName)); in dumpSectionMap()
|