Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp44 static void clearAssumptionsOfUsers(Instruction *I, DemandedBits &DB) { in clearAssumptionsOfUsers()
93 static bool bitTrackingDCE(Function &F, DemandedBits &DB) { in bitTrackingDCE()
168 auto &DB = AM.getResult<DemandedBitsAnalysis>(F); in run() local
187 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() local
/openbsd-src/gnu/usr.bin/perl/t/lib/Devel/
H A Dswitchd_goto.pm2 package DB; package
3 sub DB { $^P |= 0x80; } subroutine
H A Dswitchd.pm5 package DB; package
6 sub DB { print "DB<", join(",", caller), ">;" } subroutine
H A Dswitchd_empty.pm1 sub DB::DB {} subroutine
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/perl/lib/
H A DDB.pm5 package DB; package
86 sub DB { subroutine
H A Dperl5db.pl514 package DB; global() package
2879 sub DB { global() subroutine
4351 package DB; global() package
4472 sub DB::sub { global() subroutine
10408 package DB; # Do not trace this 1; below! global() package
[all...]
H A Dsigtrap.pm83 package DB; # To get subroutine args. package
/openbsd-src/distrib/sets/
H A DMakefile3 DB = /usr/lib/locate/src.db macro
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Ddesktop.c29 #define DB "Desktop DB" macro
/openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm318 package DB; package
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp533 static const T &DiagTemplateArg(const T &DB, const TemplateArgument &Arg) { in DiagTemplateArg()
586 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
H A DTemplateName.cpp348 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h247 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality()
537 DemandedBits *DB; variable
H A DSLPVectorizer.h72 DemandedBits *DB = nullptr; member
H A DLoopVectorize.h179 DemandedBits *DB; member
/openbsd-src/lib/libcrypto/rsa/
H A Drsa_pss.c91 unsigned char *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp96 DemandedBits *DB, in computeRecurrenceType()
218 RecurrenceDescriptor &RedDes, DemandedBits *DB, AssumptionCache *AC, in AddReductionVar()
827 DemandedBits *DB, AssumptionCache *AC, in isReductionPHI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp108 DIBuilder DB(M, false, CU); in attachDebugInfo() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp110 DIBuilder DB(M, /*AllowUnresolved*/ false, CU); in buildDebugInfoForNoopResumeDestroyFunc() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h421 struct DB : SysAlias { struct
828 DB = 3, enumerator
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp44 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
71 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
/openbsd-src/include/
H A Ddb.h108 } DB; typedef
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp121 DiagnosticBuilder DB = Diag(Loc, DiagID); in ExpectAndConsume() local
142 DiagnosticBuilder DB = in ExpectAndConsume() local

123