HomeSort by relevance Sort by last modified time
    Searched defs:UD (Results 1 - 10 of 10) 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) +
  /external/clang/test/CodeGenCUDA/Inputs/
cuda-initializers.h 40 struct UD {
41 int ud; member in struct:UD
42 __device__ ~UD();
  /external/clang/test/SemaCUDA/Inputs/
cuda-initializers.h 40 struct UD {
41 int ud; member in struct:UD
42 __device__ ~UD();
  /external/clang/lib/CodeGen/
TargetInfo.cpp 157 const RecordDecl *UD = UT->getDecl();
158 if (UD->hasAttr<TransparentUnionAttr>()) {
159 assert(!UD->field_empty() && "sema created an empty transparent union");
160 return UD->field_begin()->getType();
    [all...]
CGOpenMPRuntime.cpp     [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 338 milliseconds