/llvm-project/clang/lib/InstallAPI/ |
H A D | DiagnosticBuilderWrappers.cpp | 19 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 25 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 31 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 37 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 55 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 89 const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, in operator <<() 99 operator<<(const clang::DiagnosticBuilder &DB, in operator <<()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 44 static void clearAssumptionsOfUsers(Instruction *I, DemandedBits &DB) { in clearAssumptionsOfUsers() 96 static bool bitTrackingDCE(Function &F, DemandedBits &DB) { in bitTrackingDCE() 203 auto &DB = AM.getResult<DemandedBitsAnalysis>(F); in run() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 59 const StreamingDiagnostic &DB = *this; variable 70 const StreamingDiagnostic &DB = *this; variable 144 void Emit(const DiagnosticBuilder &DB) const { in Emit() argument [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | GlobalCompilationDatabaseTests.cpp | 43 DirectoryBasedGlobalCompilationDatabase DB(TFS); in TEST() local 223 DirectoryBasedGlobalCompilationDatabase DB(FS); TEST() local 260 DirectoryBasedGlobalCompilationDatabase DB(Opts); TEST() local 290 DirectoryBasedGlobalCompilationDatabase DB(Opts); TEST() local 406 OverlayCDB DB(nullptr); TEST() local 427 OverlayCDB DB(Base.get()); TEST_F() local [all...] |
/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 71 if (std::unique_ptr<CompilationDatabase> DB = in loadFromDirectory() local 87 if (std::unique_ptr<CompilationDatabase> DB = in findCompilationDatabaseFromDirectory() local 109 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromSource() local 123 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromDirectory() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaBase.h | 60 ImmediateDiagBuilder(DiagnosticBuilder &DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder() 62 ImmediateDiagBuilder(DiagnosticBuilder &&DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder()
|
H A D | Attr.h | 184 SemaBase::SemaDiagnosticBuilder DB = S.Diag(D->getBeginLoc(), DiagID); in handleSimpleAttributeOrDiagnose() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UseInternalLinkageCheck.cpp | 115 DiagnosticBuilder DB = diag(FD->getLocation(), Message) << "function" << FD; check() local 124 DiagnosticBuilder DB = diag(VD->getLocation(), Message) << "variable" << VD; check() local
|
H A D | IncludeCleanerCheck.cpp | 228 DiagnosticBuilder DB = check() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | YamlSymbolIndex.cpp | 42 if (auto DB = createFromFile(PathStorage)) in createFromDirectory() local
|
H A D | SymbolIndexManager.cpp | 98 for (const auto &DB : SymbolIndices) { in search() local
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | redecl-add-after-load-decls.h | 23 typedef D::A DB; typedef
|
/llvm-project/clang/test/Modules/ |
H A D | redecl-add-after-load.cpp | 32 typedef D::A DB; typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaBase.cpp | 77 SemaDiagnosticBuilder DB = getLangOpts().CUDAIsDevice in Diag() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/ |
H A D | IncludeFixerPlugin.cpp | 51 StringRef DB = "yaml"; in ParseArgs() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | strict-vtable-pointers.cpp | 59 DynamicBase1 DB; in LocalObjects() local 100 DynamicBase1 *DB = new DynamicBase1; in Pointers1() local 116 DynamicBase1 DB; in HackingObjects() local [all...] |
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | ClangIncludeFixer.cpp | 194 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> DB( in createSymbolIndexManager() local 224 auto DB = include_fixer::FuzzySymbolIndex::createFromYAML(Input); in createSymbolIndexManager() local
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 246 LoopVectorizationLegality(Loop * L,PredicatedScalarEvolution & PSE,DominatorTree * DT,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,Function * F,LoopAccessInfoManager & LAIs,LoopInfo * LI,OptimizationRemarkEmitter * ORE,LoopVectorizationRequirements * R,LoopVectorizeHints * H,DemandedBits * DB,AssumptionCache * AC,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI) LoopVectorizationLegality() argument 534 DemandedBits *DB; global() variable
|
H A D | SLPVectorizer.h | 72 DemandedBits *DB = nullptr; member
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.single.pass.cpp | 79 using DB = NCConvertingDeleter<B>; in test_sfinae() typedef
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | ConcatNestedNamespacesCheck.cpp | 125 DiagnosticBuilder DB = in reportDiagnostic() local
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 628 return DB << "(null template argument)"; in DiagTemplateArg() argument 693 operator <<(const StreamingDiagnostic & DB,const TemplateArgument & Arg) operator <<() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 115 DIBuilder DB(M, false, CU); in attachDebugInfo() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 110 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 94 computeRecurrenceType(Instruction * Exit,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT) computeRecurrenceType() argument 215 AddReductionVar(PHINode * Phi,RecurKind Kind,Loop * TheLoop,FastMathFlags FuncFMF,RecurrenceDescriptor & RedDes,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE) AddReductionVar() argument 841 isReductionPHI(PHINode * Phi,Loop * TheLoop,RecurrenceDescriptor & RedDes,DemandedBits * DB,AssumptionCache * AC,DominatorTree * DT,ScalarEvolution * SE) isReductionPHI() argument [all...] |