Home
last modified time | relevance | path

Searched defs:DD (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Diaesx64.s195 DD 0FFFFFFFFh label
196 DD 03020100h label
197 DD 07060504h label
198 DD 0B0A0908h label
H A Diaesx86.s202 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 Dsanitizer_deadlock_detector1.cpp35 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 Dsanitizer_deadlock_detector2.cpp83 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 DMakefile23 DD=dd ${DD_NOSTATUS} macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp33 DelayedDiagnostic DD; in makeAvailability() local
/freebsd/lib/libc/tests/sys/
H A DMakefile101 DD=dd ${DD_NOSTATUS} macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp295 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 DItaniumCXXABI.cpp166 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) { in getManglingNumber() local
269 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl()
276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
H A DMangle.cpp284 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 DVTableBuilder.cpp1341 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 DDD.h12 } DD; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h148 DelayedDiagnostic DD; in makeAccess() local
160 DelayedDiagnostic DD; in makeForbiddenType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h55 DwarfDebug *DD; variable
H A DDIEHash.cpp239 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
H A DVTableBuilder.h79 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor()
84 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor()
H A DASTMutationListener.h85 virtual void ResolvedOperatorDelete(const CXXDestructorDecl *DD, in ResolvedOperatorDelete()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h125 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 DCOFFWriter.cpp304 for (const auto &DD : Obj.DataDirectories) { in writeHeaders() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp72 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 DSValBuilder.h272 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/
H A Dsha512.c132 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
H A Dsha256.c124 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp549 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

1234