/external/chromium_org/tools/clang/plugins/tests/ |
D | inline_copy_ctor.h | 5 struct C { struct 9 static C foo() { return C(); } in foo() argument 11 int a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p , q, r, s, t, u, v, w, x;
|
/external/clang/test/CodeGenCXX/ |
D | mangle-local-class-vtables.cpp | 31 struct C : I { in G() struct 32 void F() const {} in G() 37 struct C : I { in G() struct 38 void F() const { G(); } in G() 39 void G() const {} in G() 44 struct C : I { in G() struct 45 void F() const { H(); } in G() 46 void H() const {} in G() 57 struct C : I { in K() struct 58 void F() const {} in K()
|
D | member-init-struct.cpp | 6 struct C { struct 11 _Complex float c; argument 13 void (C::*e)(); argument 14 C() : a(), c(), d(), e() {} in C() argument 15 C(A x) : a(x) {} in C() function 16 C(void (C::*x)(), int y) : b(), c(y), e(x) {} in C() function
|
D | copy-assign-synthesis-3.cpp | 12 struct C { struct 17 _Complex float e; argument 22 void a(C& x, C& y) { in a() argument
|
D | copy-constructor-elim.cpp | 8 struct C { struct 9 C() : iC(6) {printf("C()\n"); } in C() argument 10 C(const C& c) { printf("C(const C& c)\n"); } in C() argument 11 int iC; argument
|
D | mangle-ms-template-callback.cpp | 7 class C<Ret(void)> {}; class 11 class C<Ret(Arg1)> {}; class 14 class C<Ret(Arg1, Arg2)> {}; class 45 template<typename Ret> class C<Ret(*)(void)> {}; class 50 template<typename Ret> class C<Ret(^)(void)> {}; class 55 template<typename T> class C<void (T::*)(void)> {}; class
|
D | microsoft-abi-vbtables.cpp | 9 struct C : virtual A { int c; }; struct 33 struct C : virtual A { int c; }; struct 54 struct C : virtual A, virtual B { int c; }; struct 64 struct C : B, virtual A { int c; }; struct 76 struct C : B { int c; }; argument 90 struct C : B { int c; }; argument 119 struct C { int c; }; struct 132 struct C : B { int c; }; struct 147 struct C : virtual B { int c; }; argument 169 struct C : virtual A { int c; }; struct [all …]
|
/external/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 71 inline unsigned char SwapByteOrder(unsigned char C) { return C; } in SwapByteOrder() 72 inline signed char SwapByteOrder(signed char C) { return C; } in SwapByteOrder() 73 inline char SwapByteOrder(char C) { return C; } in SwapByteOrder() 75 inline unsigned short SwapByteOrder(unsigned short C) { return SwapByteOrder_16(C); } in SwapByteOrder() 76 inline signed short SwapByteOrder( signed short C) { return SwapByteOrder_16(C); } in SwapByteOrder() 78 inline unsigned int SwapByteOrder(unsigned int C) { return SwapByteOrder_32(C); } in SwapByteOrder() 79 inline signed int SwapByteOrder( signed int C) { return SwapByteOrder_32(C); } in SwapByteOrder() 82 inline unsigned long SwapByteOrder(unsigned long C) { return SwapByteOrder_32(C); } in SwapByteOrder() 83 inline signed long SwapByteOrder( signed long C) { return SwapByteOrder_32(C); } in SwapByteOrder() 85 inline unsigned long SwapByteOrder(unsigned long C) { return SwapByteOrder_64(C); } in SwapByteOrder() [all …]
|
D | TargetFolder.h | 36 Constant *Fold(Constant *C) const { in Fold() 122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 125 Constant *CreateNot(Constant *C) const { in CreateNot() 133 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 137 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 143 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 148 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 152 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 158 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() [all …]
|
D | ConstantFolder.h | 110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 113 Constant *CreateNot(Constant *C) const { in CreateNot() 121 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 125 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 131 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 136 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 140 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 146 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() [all …]
|
D | NoFolder.h | 163 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg() 166 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg() 169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() 172 Instruction *CreateNot(Constant *C) const { in CreateNot() 180 Constant *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 184 Constant *CreateGetElementPtr(Constant *C, Constant *Idx) const { in CreateGetElementPtr() 190 Instruction *CreateGetElementPtr(Constant *C, in CreateGetElementPtr() 195 Constant *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() 199 Constant *CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const { in CreateInBoundsGetElementPtr() 205 Instruction *CreateInBoundsGetElementPtr(Constant *C, in CreateInBoundsGetElementPtr() [all …]
|
D | DataTypes.h.in | 136 # define INT8_C(C) C##i8 argument 139 # define UINT8_C(C) C##ui8 argument 142 # define INT16_C(C) C##i16 argument 145 # define UINT16_C(C) C##ui16 argument 148 # define INT32_C(C) C##i32 argument 151 # define UINT32_C(C) C##ui32 argument 154 # define INT64_C(C) C##i64 argument 157 # define UINT64_C(C) C##ui64 argument
|
/external/clang/test/SemaCXX/ |
D | constant-expression.cpp | 20 template <int itval, Enum etval> struct C { struct 21 enum E { 35 b1 : 1, 36 b2 : eval, 37 b3 : cval, 38 b4 : ceval, 39 b5 : Struct::sval, 40 b6 : Struct::seval, 41 b7 : itval, 42 b8 : etval, [all …]
|
/external/valgrind/main/none/tests/amd64/ |
D | rcl-amd64.c | 4 #define I64(C) "rcrq %%rbx\n" "rclq $" #C ",%%rax\n" "rclq %%rbx\n" argument 5 #define I32(C) "rcrl %%ebx\n" "rcll $" #C ",%%eax\n" "rcll %%ebx\n" argument 6 #define I16(C) "rcrw %%bx\n" "rclw $" #C ",%%ax\n" "rclw %%bx\n" argument 7 #define I8(C) "rcrb %%bl\n" "rclb $" #C ",%%al\n" "rclb %%bl\n" argument 9 #define TRY64(C) \ argument 14 #define TRY32(C) \ argument 19 #define TRY16(C) \ argument 24 #define TRY8(C) \ argument
|
/external/clang/test/SemaObjC/ |
D | qualified-protocol-method-conflicts.m | 6 +(int) C; // expected-note {{previous declaration is here}} class 11 +(float) C; // expected-note 2 {{previous declaration is here}} class 19 +(int) C {return 0; } // expected-warning {{conflicting return type in declaration of 'C': 'float' … class 27 + (float) C {return 0.0; } // expected-warning {{conflicting return type in declaration of 'C': 'in… class 33 @interface C<Xint_float> interface 36 @implementation C implementation 38 + (int) C {return 0;} // expected-warning {{conflicting return type in declaration of 'C': 'float' … class
|
/external/clang/test/CXX/class/class.local/ |
D | p1-0x.cpp | 6 struct C { in f() struct 7 …nt& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} in f() 8 int cc = c; in f() 12 struct C { in f() struct 13 …2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} in f()
|
/external/clang/test/PCH/ |
D | captured-stmt.cpp | 17 struct C { struct 20 explicit C(int v) : val(v) { } in C() argument 38 C Obj(10); in test_bar() argument
|
/external/clang/INPUTS/ |
D | c99-intconst-1.c | 10 #define ASSERT_CONST_TYPE(C, T) \ argument 78 #define C99_UNSUF_DEC_TYPE(C) \ argument 82 #define C99_UNSUF_OCTHEX_TYPE(C) \ argument 89 #define C99_SUFu_TYPE(C) \ argument 93 #define C99_SUFl_DEC_TYPE(C) \ argument 96 #define C99_SUFl_OCTHEX_TYPE(C) \ argument 101 #define C99_SUFul_TYPE(C) \ argument 104 #define C99_SUFll_OCTHEX_TYPE(C) \ argument 109 #define CHECK_UNSUF_DEC_TYPE(C) ASSERT_CONST_TYPE((C), C99_UNSUF_DEC_TYPE((C))) argument 110 #define CHECK_UNSUF_OCTHEX_TYPE(C) \ argument [all …]
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 36 CXCursor C = { K, 0, { 0, 0, TU } }; in MakeCXCursorInvalid() local 59 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor() local 83 CXCursor C = { K, SelectorIdIndex, in MakeCXCursor() local 88 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }}; in MakeCXCursor() local 501 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local 514 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local 523 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local 528 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef() 539 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local 544 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef() [all …]
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
D | p3.cpp | 6 class C {}; // expected-note {{candidate}} class 9 class C : C {}; // expected-error {{reference to 'C' is ambiguous}} \ class 24 using C = C; // ok, C = B::C typedef 25 using C = NS::C; // ok, same type typedef
|
/external/llvm/include/llvm/IR/ |
D | TypeBuilder.h | 183 static IntegerType *get(LLVMContext &C) { in get() 190 static Type *get(LLVMContext& C) { in get() 198 static Type *get(LLVMContext& C) { in get() 206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } in get() 210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get() 214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } in get() 218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } in get() 222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } in get() 226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } in get() 231 static Type *get(LLVMContext &C) { in get()
|
/external/stlport/test/compiler/ |
D | ttei5.cpp | 29 struct C struct 32 static void f( T& ) {} in f() 36 struct C<true> struct 39 static void f( T& ) {} in f()
|
D | ttei3.cpp | 29 struct C struct 32 static void f( T& ) {} in f() 36 struct C<true> struct 39 static void f( T& ) {} in f()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 26 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 227 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy() 228 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() 229 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() 230 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() 231 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() 232 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() 233 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty() 234 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() 235 Type *Type::getPPC_FP128Ty(LLVMContext &C) { return &C.pImpl->PPC_FP128Ty; } in getPPC_FP128Ty() [all …]
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p8.cpp | 5 enum { C }; enumerator 11 template<class C> void N::B<C>::f(C) { in f() argument 18 enum { C , D }; enumerator 22 template<typename D> void g(C, D) { in g() argument 40 void N::M::X<C>::f(C, D) { in f() argument 46 void N::M::Y::f(C) { in f() argument
|