HomeSort by relevance Sort by last modified time
    Searched defs:DA (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 7 class DA : public 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 *>(ca)
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 45 MAP(DA, 54) \
78 D8 = 3, D9 = 4, DA = 5, DB = 6,
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 75 struct DA {
100 struct DA DeclArg;
  /external/llvm/lib/IR/
DebugInfo.cpp 928 DIArray DA = DCT.getTypeArray();
929 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
930 DIDescriptor D = DA.getElement(i);
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 330 DA = 5 << Op0Shift, DB = 6 << Op0Shift,
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 3008 milliseconds