Searched defs:DA (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp7 class DA : public A { class in inherits:A
9 class DDA : public DA {
18 class DDVA : public virtual DA {
20 class DMA : public virtual A, public virtual DA {
107 (void)*reinterpret_cast<DA *>(a);
108 (void)*reinterpret_cast<const DA *>(a);
109 (void)*reinterpret_cast<volatile DA *>(a);
110 (void)*reinterpret_cast<const volatile DA *>(a);
112 (void)*reinterpret_cast<const DA *>(ca);
113 (void)*reinterpret_cast<const volatile DA *>(c
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h46 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, argument
49 Abbrev(DA), InfoSection(IS), AbbrevSection(AS),
H A DDWARFFormValue.cpp328 DataExtractor DA(AddrOffsetSec, true, cu->getAddressByteSize());
329 OS << format("0x%016" PRIx64, getIndirectAddress(&DA, cu));
464 DWARFFormValue::getIndirectAddress(const DataExtractor *DA, argument
466 if (!DA) return 0;
469 return DA->getAddress(&offset);
/external/clang/include/clang/AST/
H A DTemplateBase.h75 struct DA { struct in class:clang::TemplateArgument
100 struct DA DeclArg;
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp45 MAP(DA, 54) \
78 D8 = 3, D9 = 4, DA = 5, DB = 6, enumerator in enum:X86Local::__anon22875
1020 case X86Local::DA:
/external/llvm/lib/IR/
H A DDebugInfo.cpp928 DIArray DA = DCT.getTypeArray(); local
929 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
930 DIDescriptor D = DA.getElement(i);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1004 GlobalAlias *DA = cast<GlobalAlias>(ValueMap[I]); local
1005 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h247 BumpPtrAllocator &DA)
248 : Asm(AP), AbbreviationsSet(AS), Abbreviations(A), StringPool(DA),
245 DwarfUnits(AsmPrinter *AP, FoldingSet<DIEAbbrev> *AS, std::vector<DIEAbbrev *> *A, const char *Pref, BumpPtrAllocator &DA) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h330 DA = 5 << Op0Shift, DB = 6 << Op0Shift, enumerator in enum:llvm::X86II::__anon22466
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1 //===-- DependenceAnalysis.cpp - DA Implementation --------------*- C++ -*-===//
153 DependenceAnalysis *DA) {
161 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
166 OS << ", iteration = " << *DA->getSplitIteration(D, Level);
152 dumpExampleDependence(raw_ostream &OS, Function *F, DependenceAnalysis *DA) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2887 AccessAnalysis(DataLayout *Dl, DepCandidates &DA) : argument
2888 DL(Dl), DepCands(DA), AreAllWritesIdentified(true),
/external/clang/lib/Sema/
H A DSemaDecl.cpp9333 DLLImportAttr *DA = FD->getAttr<DLLImportAttr>(); local
9334 if (DA && (!FD->getAttr<DLLExportAttr>())) {
9337 if (!DA->isInherited() &&

Completed in 2924 milliseconds