Home
last modified time | relevance | path

Searched defs:DB (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp19 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 DBDCE.cpp44 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 DPartialDiagnostic.h59 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 DGlobalCompilationDatabaseTests.cpp43 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 DCompilationDatabase.cpp71 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 DSemaBase.h60 ImmediateDiagBuilder(DiagnosticBuilder &DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder()
62 ImmediateDiagBuilder(DiagnosticBuilder &&DB, Sema &SemaRef, unsigned DiagID) in ImmediateDiagBuilder()
H A DAttr.h184 SemaBase::SemaDiagnosticBuilder DB = S.Diag(D->getBeginLoc(), DiagID); in handleSimpleAttributeOrDiagnose() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUseInternalLinkageCheck.cpp115 DiagnosticBuilder DB = diag(FD->getLocation(), Message) << "function" << FD; check() local
124 DiagnosticBuilder DB = diag(VD->getLocation(), Message) << "variable" << VD; check() local
H A DIncludeCleanerCheck.cpp228 DiagnosticBuilder DB = check() local
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DYamlSymbolIndex.cpp42 if (auto DB = createFromFile(PathStorage)) in createFromDirectory() local
H A DSymbolIndexManager.cpp98 for (const auto &DB : SymbolIndices) { in search() local
/llvm-project/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-decls.h23 typedef D::A DB; typedef
/llvm-project/clang/test/Modules/
H A Dredecl-add-after-load.cpp32 typedef D::A DB; typedef
/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp77 SemaDiagnosticBuilder DB = getLangOpts().CUDAIsDevice in Diag() local
/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp51 StringRef DB = "yaml"; in ParseArgs() local
/llvm-project/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp59 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 DClangIncludeFixer.cpp194 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 DLoopVectorizationLegality.h246 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 DSLPVectorizer.h72 DemandedBits *DB = nullptr; member
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.single.pass.cpp79 using DB = NCConvertingDeleter<B>; in test_sfinae() typedef
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DConcatNestedNamespacesCheck.cpp125 DiagnosticBuilder DB = in reportDiagnostic() local
/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp628 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 DJMCInstrumenter.cpp115 DIBuilder DB(M, false, CU); in attachDebugInfo() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp110 DB.createSubroutineType(DB.getOrCreateTypeArray(Params)); in buildDebugInfoForNoopResumeDestroyFunc() local
/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp94 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...]

123