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

  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 11 struct UD { char a; int U::*mp; };
39 // CHECK-NEXT: 0 | struct UD
76 sizeof(UD) +
  /system/bt/stack/smp/
p_256_multprecision.c 386 uint8_t UD;
431 UD = UA;
433 UD += (D < a[10]);
434 UD -= (D < a[14]);
611 U -= UD;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 116 const RecordDecl *UD = UT->getDecl();
117 if (UD->hasAttr<TransparentUnionAttr>()) {
118 assert(!UD->field_empty() && "sema created an empty transparent union");
119 return UD->field_begin()->getType();
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 102 milliseconds