/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/llvm/include/llvm/Support/ |
D | SwapByteOrder.h | 70 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes() 71 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes() 72 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes() 74 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 75 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes() 77 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 78 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes() 81 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 82 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes() 84 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes() [all …]
|
/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() argument 16 C(void (C::*x)(), int y) : b(), c(y), e(x) {} in C() argument
|
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 | microsoft-abi-virtual-inheritance.cpp | 215 struct C : B { struct 221 C::C() { in C() function in C 234 struct C { struct 270 struct C : virtual A { struct 294 // CHECK: %[[C:.*]] = bitcast i8* %[[C_i8]] to %"struct.diamond::C"* in ~D() 314 struct C : B, A { C() {} }; in C() struct 320 // CHECK-LABEL: define linkonce_odr x86_thiscallcc %"struct.test2::C"* @"\01??0C@test2@@QAE@XZ" 350 struct C : virtual A { struct 387 struct C : virtual A, B { struct 469 struct C : B { struct [all …]
|
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; }; argument 76 struct C : B { int c; }; argument 90 struct C : B { int c; }; struct 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/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_length.pass.cpp | 29 typedef std::codecvt_utf16<wchar_t> C; in main() typedef 52 typedef std::codecvt_utf16<wchar_t, 0x1000> C; in main() typedef 75 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::consume_header> C; in main() typedef 98 typedef std::codecvt_utf16<wchar_t, 0x10ffff, std::little_endian> C; in main() typedef 121 typedef std::codecvt_utf16<wchar_t, 0x1000, std::little_endian> C; in main() typedef 146 std::little_endian)> C; in main() typedef 169 typedef std::codecvt_utf16<char32_t> C; in main() typedef 192 typedef std::codecvt_utf16<char32_t, 0x1000> C; in main() typedef 215 typedef std::codecvt_utf16<char32_t, 0x10ffff, std::consume_header> C; in main() typedef 238 typedef std::codecvt_utf16<char32_t, 0x10ffff, std::little_endian> C; in main() typedef [all …]
|
/external/v8/test/mjsunit/es6/ |
D | classes.js | 8 var C = class C {} class in TestBasics 36 class C extends null {} class in TestBasicsExtends 50 class C {} class in TestSideEffectInExtends 61 class C extends 42 {} class 66 class C extends Math.abs {} class 71 class C extends Math.abs {} class 77 class C extends g {} class 83 class C {} class in TestConstructorProperty 93 class C {} class in TestPrototypeProperty 103 class C { class in TestConstructor [all …]
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 81 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() 87 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar() 90 static Cursor skipComment(Cursor C) { in skipComment() 100 static bool isIdentifierChar(char C) { in isIdentifierChar() 110 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local 137 Cursor C, in lexStringConstant() 153 Cursor C, MIToken &Token, MIToken::TokenKind Type, unsigned PrefixLength, in lexName() 175 static Cursor maybeLexIntegerType(Cursor C, MIToken &Token) { in maybeLexIntegerType() 232 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier() 245 Cursor C, MIToken &Token, in maybeLexMachineBasicBlock() [all …]
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 37 CXCursor C = { K, 0, { nullptr, nullptr, TU } }; in MakeCXCursorInvalid() local 72 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor() local 96 CXCursor C = { K, SelectorIdIndex, in MakeCXCursor() local 101 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }}; in MakeCXCursor() local 530 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local 623 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local 632 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local 637 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef() 648 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local 653 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef() [all …]
|
/external/valgrind/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/llvm/include/llvm/Analysis/ |
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(Type *Ty, Constant *C, in CreateGetElementPtr() 137 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() 143 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 148 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 152 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 159 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 168 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() [all …]
|
/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/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() 113 Constant *CreateNot(Constant *C) const { in CreateNot() 121 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 125 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() 131 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 136 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 140 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 147 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 156 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast() 160 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(Type *Ty, Constant *C, in CreateGetElementPtr() 184 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr() 190 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr() 195 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 199 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() 206 Instruction *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr() [all …]
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/ |
D | before_begin.pass.cpp | 26 typedef std::forward_list<T> C; in main() typedef 33 typedef std::forward_list<T> C; in main() typedef 40 typedef std::forward_list<T> C; in main() typedef 48 typedef std::forward_list<T> C; in main() typedef 57 typedef std::forward_list<T> C; in main() typedef 66 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 73 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 80 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 88 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 97 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
|
D | iterators.pass.cpp | 29 typedef std::forward_list<T> C; in main() typedef 38 typedef std::forward_list<T> C; in main() typedef 47 typedef std::forward_list<T> C; in main() typedef 57 typedef std::forward_list<T> C; in main() typedef 70 typedef std::forward_list<T> C; in main() typedef 77 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 86 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 95 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 105 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 118 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() 200 void printHTMLStartTagComment(const HTMLStartTagComment *C, in printHTMLStartTagComment() 264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() 269 const InlineCommandComment *C) { in visitInlineCommandComment() 309 const HTMLStartTagComment *C) { in visitHTMLStartTagComment() 314 const HTMLEndTagComment *C) { in visitHTMLEndTagComment() 319 const ParagraphComment *C) { in visitParagraphComment() 332 const BlockCommandComment *C) { in visitBlockCommandComment() 352 const ParamCommandComment *C) { in visitParamCommandComment() 384 const TParamCommandComment *C) { in visitTParamCommandComment() [all …]
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 58 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 124 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 173 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 208 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 221 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create() 235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/ |
D | iterators.pass.cpp | 35 typedef std::vector<T> C; in main() typedef 44 typedef std::vector<T> C; in main() typedef 53 typedef std::vector<T> C; in main() typedef 63 typedef std::vector<T> C; in main() typedef 76 typedef std::vector<T> C; in main() typedef 83 typedef std::vector<T, min_allocator<T>> C; in main() typedef 92 typedef std::vector<T, min_allocator<T>> C; in main() typedef 101 typedef std::vector<T, min_allocator<T>> C; in main() typedef 111 typedef std::vector<T, min_allocator<T>> C; in main() typedef 124 typedef std::vector<T, min_allocator<T>> C; in main() typedef [all …]
|
/external/llvm/lib/IR/ |
D | Type.cpp | 26 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType() 218 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy() 219 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy() 220 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy() 221 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy() 222 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() 223 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy() 224 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy() 225 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty() 226 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty() [all …]
|
/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/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
D | pop_front.pass.cpp | 24 typedef std::forward_list<T> C; in main() typedef 25 typedef std::forward_list<T> C; in main() typedef 38 typedef std::forward_list<T> C; in main() typedef 52 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 53 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef 66 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | non_member_swap.pass.cpp | 26 typedef std::forward_list<T, A> C; in main() typedef 51 typedef std::forward_list<T, A> C; in main() typedef 72 typedef std::forward_list<T, A> C; in main() typedef 90 typedef std::forward_list<T, A> C; in main() typedef 105 typedef std::forward_list<T, A> C; in main() typedef 130 typedef std::forward_list<T, A> C; in main() typedef 151 typedef std::forward_list<T, A> C; in main() typedef 169 typedef std::forward_list<T, A> C; in main() typedef 184 typedef std::forward_list<T, A> C; in main() typedef 209 typedef std::forward_list<T, A> C; in main() typedef [all …]
|