/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | iaesx64.s | 195 DD 0FFFFFFFFh label 196 DD 03020100h label 197 DD 07060504h label 198 DD 0B0A0908h label
|
H A D | iaesx86.s | 202 DD 0FFFFFFFFh label 203 DD 03020100h label 204 DD 07060504h label 205 DD 0B0A0908h label
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 35 struct DD final : public DDetector { struct 36 SpinMutex mtx; 37 DeadlockDetector<DDBV> dd; 38 DDFlags flags; 67 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector2.cpp | 83 struct DD final : public DDetector { struct 107 DDFlags flags; 109 MutexState *mutex[kL1Size]; 111 SpinMutex mtx; 112 InternalMmapVector<u32> free_id; 113 int id_gen = 0; 122 DD::DD(const DDFlags *flags) : flags(*flags) { free_id.reserve(1024); } in DD() function in __sanitizer::DD
|
/freebsd/lib/libc/tests/gen/posix_spawn/ |
H A D | Makefile | 23 DD=dd ${DD_NOSTATUS} macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 33 DelayedDiagnostic DD; in makeAvailability() local
|
/freebsd/lib/libc/tests/sys/ |
H A D | Makefile | 101 DD=dd ${DD_NOSTATUS} macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 295 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 305 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 166 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) { in getManglingNumber() local 269 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() 276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
|
H A D | Mangle.cpp | 284 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() 310 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC)) in mangleBlock() local 507 } else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) { in getAllManglings() local 570 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) in getMangledStructor() local
|
H A D | VTableBuilder.cpp | 1341 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 1735 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutPrimaryAndSecondaryVTables() local 2069 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local 2248 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in dumpLayout() local 2386 if (const auto *DD = dyn_cast<CXXDestructorDecl>(OriginalMD)) in findOriginalMethod() local 2618 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 2657 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutVFTable() local 3285 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | DD.h | 12 } DD; typedef
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 148 DelayedDiagnostic DD; in makeAccess() local 160 DelayedDiagnostic DD; in makeForbiddenType() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 55 DwarfDebug *DD; variable
|
H A D | DIEHash.cpp | 239 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclFriend.h | 155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
|
H A D | VTableBuilder.h | 79 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor() 84 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor()
|
H A D | ASTMutationListener.h | 85 virtual void ResolvedOperatorDelete(const CXXDestructorDecl *DD, in ResolvedOperatorDelete()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() 214 auto *DD = const_cast<CXXDestructorDecl *>( in walk() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFWriter.cpp | 304 for (const auto &DD : Obj.DataDirectories) { in writeHeaders() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 72 if (const auto *DD = dyn_cast<DecompositionDecl>(D)) { in isLive() local 398 if (const auto *DD = dyn_cast<DecompositionDecl>(DI)) { in VisitDeclStmt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 272 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
H A D | sha512.c | 132 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
H A D | sha256.c | 124 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 549 if (auto *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() local 912 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl() 1272 struct ObjCInterfaceDecl::DefinitionData &DD = D->data(); in MergeDefinitionData() local 1383 struct ObjCProtocolDecl::DefinitionData &DD = D->data(); in MergeDefinitionData() local 1738 void ASTDeclReader::VisitDecompositionDecl(DecompositionDecl *DD) { in VisitDecompositionDecl() 2057 auto &DD = *D->DefinitionData; in MergeDefinitionData() local 2152 struct CXXRecordDecl::DefinitionData *DD; in ReadCXXRecordDefinition() local 3244 auto *DD = RD->DefinitionData; in getOrFakePrimaryClassDefinition() local 3350 auto *DD = RD->getCanonicalDecl()->DefinitionData; in getPrimaryDCForAnonymousDecl() local
|