/freebsd/contrib/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 <<()
|
/freebsd/contrib/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
|
/freebsd/contrib/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()
|
/freebsd/usr.bin/fortune/datfiles/ |
H A D | Makefile | 1 DB= freebsd-tips macro
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpState.cpp | 39 for (DeadBlock *DB = DeadBlocks; DB; DB = DB->Next) { in cleanup() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBase.cpp | 77 SemaDiagnosticBuilder DB = getLangOpts().CUDAIsDevice in Diag() local
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 119 DB=set -x; macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 246 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 534 DemandedBits *DB; variable
|
H A D | SLPVectorizer.h | 72 DemandedBits *DB = nullptr; member
|
H A D | LoopVectorize.h | 180 DemandedBits *DB; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 628 static const T &DiagTemplateArg(const T &DB, const TemplateArgument &Arg) { in DiagTemplateArg() 693 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
H A D | TemplateName.cpp | 350 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 94 DemandedBits *DB, in computeRecurrenceType() 215 RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, in AddReductionVar() 840 DemandedBits *DB, AssumptionCache *AC, in isReductionPHI()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 110 DIBuilder DB(M, /*AllowUnresolved*/ false, CU); in buildDebugInfoForNoopResumeDestroyFunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 115 DIBuilder DB(M, false, CU); in attachDebugInfo() local
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 46 unsigned char *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 20 #define DB __erf_data.erf_ratio_D_B macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 388 struct DB : SysAlias { struct 823 DB = 3, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 44 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<() 55 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
/freebsd/include/ |
H A D | db.h | 106 } DB; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 103 DomTreeNode *DB = DT->getNode(InstB->getParent()); in domTreeLevelBefore() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 129 DiagnosticBuilder DB = Diag(Loc, DiagID); in ExpectAndConsume() local 150 DiagnosticBuilder DB = in ExpectAndConsume() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 944 DiagnosticBuilder DB = in ReadMacroCallArgumentList() local 955 DiagnosticBuilder DB = Diag(MacroName, diag::note_suggest_parens_for_macro); in ReadMacroCallArgumentList() local
|