/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | BDCE.cpp | 44 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 D | switchd_goto.pm | 2 package DB; package 3 sub DB { $^P |= 0x80; } subroutine
|
H A D | switchd.pm | 5 package DB; package 6 sub DB { print "DB<", join(",", caller), ">;" } subroutine
|
H A D | switchd_empty.pm | 1 sub DB::DB {} subroutine
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/usr.bin/perl/lib/ |
H A D | DB.pm | 5 package DB; package 86 sub DB { subroutine
|
H A D | perl5db.pl | 514 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 D | sigtrap.pm | 83 package DB; # To get subroutine args. package
|
/openbsd-src/distrib/sets/ |
H A D | Makefile | 3 DB = /usr/lib/locate/src.db macro
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | desktop.c | 29 #define DB "Desktop DB" macro
|
/openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/ |
H A D | Carp.pm | 318 package DB; package
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | TemplateBase.cpp | 533 static const T &DiagTemplateArg(const T &DB, const TemplateArgument &Arg) { in DiagTemplateArg() 586 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
H A D | TemplateName.cpp | 348 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 247 LoopVectorizationRequirements *R, LoopVectorizeHints *H, DemandedBits *DB, in LoopVectorizationLegality() 537 DemandedBits *DB; variable
|
H A D | SLPVectorizer.h | 72 DemandedBits *DB = nullptr; member
|
H A D | LoopVectorize.h | 179 DemandedBits *DB; member
|
/openbsd-src/lib/libcrypto/rsa/ |
H A D | rsa_pss.c | 91 unsigned char *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 96 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 D | JMCInstrumenter.cpp | 108 DIBuilder DB(M, false, CU); in attachDebugInfo() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroEarly.cpp | 110 DIBuilder DB(M, /*AllowUnresolved*/ false, CU); in buildDebugInfoForNoopResumeDestroyFunc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 421 struct DB : SysAlias { struct 828 DB = 3, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 44 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<() 71 const StreamingDiagnostic &clang::operator<<(const StreamingDiagnostic &DB, in operator <<()
|
/openbsd-src/include/ |
H A D | db.h | 108 } DB; typedef
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 121 DiagnosticBuilder DB = Diag(Loc, DiagID); in ExpectAndConsume() local 142 DiagnosticBuilder DB = in ExpectAndConsume() local
|