Searched refs:DD (Results 1 - 25 of 140) sorted by last modified time

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1232 if (DeclaratorDecl *DD = SemaRef.Context.getDeclaratorForUnnamedTagDecl(D))
1233 SemaRef.Context.addDeclaratorForUnnamedTagDecl(Enum, DD);
1734 if (DeclaratorDecl *DD = SemaRef.Context.getDeclaratorForUnnamedTagDecl(D))
1735 SemaRef.Context.addDeclaratorForUnnamedTagDecl(Record, DD);
6009 for (auto DD : Pattern->ddiags()) {
6010 switch (DD->getKind()) {
6012 HandleDependentAccessCheck(*DD, TemplateArgs);
H A DSemaExpr.cpp3220 auto *DD = dyn_cast_or_null<VarDecl>(BD->getDecomposedDecl()); local
3221 if (DD && DD->hasLocalStorage())
H A DSemaOverload.cpp14047 if (CXXDestructorDecl *DD =
14051 CheckVirtualDtorCall(DD, MemExpr->getBeginLoc(), /*IsDelete=*/false,
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh7265 # +DA*, +DD* enable 64-bit mode for the HP compiler
7278 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
H A Dconfigure7258 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh7265 # +DA*, +DD* enable 64-bit mode for the HP compiler
7277 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
H A Dconfigure9180 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/subversion/
H A Dconfigure9751 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h479 NodeId DD, DU; // Ids of the first reached def and use. member in struct:NodeBase::Def_struct
560 return Ref.Def.DD;
563 Ref.Def.DD = D;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1133 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(D))
1134 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
2949 const auto *DD = FD->getAttr<CPUDispatchAttr>(); local
2950 assert(DD && "Not a cpu_dispatch Function?");
2982 for (const IdentifierInfo *II : DD->cpus()) {
3132 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(FDDef))
3133 GDDef = GlobalDecl(DD, GD.getDtorType());
3319 if (const auto *DD = dyn_cast<CXXDestructorDecl>(GD.getDecl())) {
3322 DD->getParent()->getNumVBases() == 0)
3323 GD = GlobalDecl(DD, Dtor_Bas
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4317 if (const DecompositionDecl *DD = dyn_cast<DecompositionDecl>(D))
4318 for (auto *BD : DD->bindings())
5807 const CXXDestructorDecl *DD = RD->getDestructor();
5808 if (!DD && !RD->hasTrivialDestructor()) {
5813 if (!DD || DD->isTrivial() ||
5832 const Stmt *Body = DD->getBody(Definition);
5834 if (!CheckConstexprFunction(Info, CallLoc, DD, Definition, Body))
6023 if (CXXDestructorDecl *DD = RD->getDestructor())
6024 return DD
[all...]
H A DDeclBase.cpp148 if (auto *DD = dyn_cast<DecompositionDecl>(this)) {
149 for (auto *Binding : DD->bindings()) {
1981 auto *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); local
1984 DD->NextDiagnostic = Map->FirstDiagnostic;
1985 Map->FirstDiagnostic = DD;
1987 return DD;
/freebsd-11-stable/contrib/file/
H A Dconfigure7592 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure17485 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/ntp/
H A Dconfigure9180 : ${lt_DD:=$DD}
/freebsd-11-stable/contrib/apr/
H A Dconfigure12876 : ${lt_DD:=$DD}
/freebsd-11-stable/stand/i386/zfsboot/
H A DMakefile63 ${DD} if=${.ALLSRC} of=${.TARGET} obs=${BOOT2SIZE} conv=osync
/freebsd-11-stable/stand/i386/boot2/
H A DMakefile69 ${DD} if=${.ALLSRC} of=${.TARGET} obs=${BOOT2SIZE} conv=osync
76 ${DD} if=/dev/zero of=${.TARGET} bs=512 count=1
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp292 for (const auto &DD : Obj.DataDirectories) {
293 memcpy(Ptr, &DD, sizeof(DD));
294 Ptr += sizeof(DD);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp462 for (const Optional<COFF::DataDirectory> &DD :
464 if (!DD.hasValue()) {
468 OS << binary_le(DD->RelativeVirtualAddress);
469 OS << binary_le(DD->Size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h55 DwarfDebug *DD; member in class:llvm::DwarfUnit
91 uint16_t getDwarfVersion() const { return DD->getDwarfVersion(); }
253 return DD->useSegmentedStringOffsetsTable();
262 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t)
H A DDwarfUnit.cpp94 CUNode(Node), Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr) {
130 if (DD->getDwarfVersion() >= 3)
135 if (DD->getDwarfVersion() >= 3)
144 if (DD->getDwarfVersion() >= 4)
155 if (DD->getDwarfVersion() >= 4)
173 if (DD->getDwarfVersion() >= 5)
181 if (DD->getDwarfVersion() >= 5)
198 if (isDwoUnit() && !DD->shareAcrossDWOCUs())
202 !DD->generateTypeUnits();
224 if (DD
462 isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) argument
[all...]
H A DDwarfDebug.h636 DwarfDebug *DD; member in class:llvm::DwarfDebug::NonTypeUnitContext
639 NonTypeUnitContext(DwarfDebug *DD);
H A DDwarfDebug.cpp2360 const DwarfDebug &DD) {
2365 const auto &DebugLocs = DD.getDebugLocs();
2379 DwarfDebug &DD, AsmPrinter *Asm, MCSymbol *Sym, const Ranges &R,
2387 bool UseDwarf5 = DD.getDwarfVersion() >= 5;
2405 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection());
2421 Asm->EmitULEB128(DD.getAddressPool().getIndex(Base));
2452 Asm->EmitULEB128(DD.getAddressPool().getIndex(Begin));
2474 static void emitLocList(DwarfDebug &DD, AsmPrinter *Asm, const DebugLocStream::List &List) {
2475 emitRangeList(DD, Asm, List.Label, DD
[all...]
H A DDwarfCompileUnit.h94 if (isDwoUnit() && !DD->shareAcrossDWOCUs())
100 if (isDwoUnit() && !DD->shareAcrossDWOCUs())
280 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t)

Completed in 678 milliseconds

123456