Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 3448) sorted by relevance

12345678910>>...138

/external/v8/tools/clang/plugins/tests/
Dinline_copy_ctor.h5 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/
Dmangle-local-class-vtables.cpp31 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()
Dmember-init-struct.cpp6 struct C { struct
11 _Complex float c; argument
13 void (C::*e)(); argument
14 C() : a(), c(), d(), e() {} in C() function
15 C(A x) : a(x) {} in C() function
16 C(void (C::*x)(), int y) : b(), c(y), e(x) {} in C() function
Dcopy-assign-synthesis-3.cpp12 struct C { struct
17 _Complex float e; argument
22 void a(C& x, C& y) { in a() argument
Dmicrosoft-abi-virtual-inheritance.cpp215 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 …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSwapByteOrder.h71 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 …]
/external/clang/test/SemaCXX/
Dconstant-expression.cpp20 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/ExecutionEngine/Orc/
DRPCChannel.h56 inline Error startSendMessage(RPCChannel &C) { in startSendMessage()
63 inline Error endSendMessage(RPCChannel &C) { in endSendMessage()
70 inline Error startReceiveMessage(RPCChannel &C) { in startReceiveMessage()
77 inline Error endReceiveMessage(RPCChannel &C) { in endReceiveMessage()
84 Error serializeSeq(RPCChannel &C, const T &Arg, const Ts &... Args) { in serializeSeq()
91 inline Error serializeSeq(RPCChannel &C) { return Error::success(); } in serializeSeq()
95 Error deserializeSeq(RPCChannel &C, T &Arg, Ts &... Args) { in deserializeSeq()
102 inline Error deserializeSeq(RPCChannel &C) { return Error::success(); } in deserializeSeq()
112 serialize(RPCChannel &C, T V) { in serialize()
125 deserialize(RPCChannel &C, T &V) { in deserialize()
[all …]
/external/llvm/include/llvm/Support/
DSwapByteOrder.h69 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes()
70 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes()
71 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes()
73 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
74 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
76 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
77 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
80 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
81 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSwapByteOrder.h72 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes()
73 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes()
74 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes()
76 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
77 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
79 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
80 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
84 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
86 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSwapByteOrder.h72 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes()
73 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes()
74 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes()
76 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
77 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
79 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
80 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
84 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
86 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
[all …]
/external/python/cpython3/Lib/test/
Dtest_dataclasses.py25 class C: class
33 class C: class
41 class C: class
49 class C: class
57 class C: class
69 class C: class
82 class C(B): class
96 class C(B): class
103 class C: class
112 class C: class
[all …]
/external/libcxx/test/std/localization/locale.stdcvt/
Dcodecvt_utf16_length.pass.cpp29 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 …]
Dcodecvt_utf16_max_length.pass.cpp28 typedef std::codecvt_utf16<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf16<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf16<char16_t> C; in main() typedef
46 typedef std::codecvt_utf16<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf16<char32_t> C; in main() typedef
58 typedef std::codecvt_utf16<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
Dcodecvt_utf8_max_length.pass.cpp28 typedef std::codecvt_utf8<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf8<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf8<char16_t> C; in main() typedef
46 typedef std::codecvt_utf8<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf8<char32_t> C; in main() typedef
58 typedef std::codecvt_utf8<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
Dcodecvt_utf8_utf16_max_length.pass.cpp28 typedef std::codecvt_utf8_utf16<wchar_t> C; in main() typedef
34 typedef std::codecvt_utf8_utf16<wchar_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
40 typedef std::codecvt_utf8_utf16<char16_t> C; in main() typedef
46 typedef std::codecvt_utf8_utf16<char16_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
52 typedef std::codecvt_utf8_utf16<char32_t> C; in main() typedef
58 typedef std::codecvt_utf8_utf16<char32_t, 0xFFFFFFFF, std::consume_header> C; in main() typedef
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dpop_front.pass.cpp24 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
50 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
51 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
63 typedef std::forward_list<T, min_allocator<T>> C; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp91 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
97 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
100 static Cursor skipComment(Cursor C) { in skipComment()
110 static bool isIdentifierChar(char C) { in isIdentifierChar()
120 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
146 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
160 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
251 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
263 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
298 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
[all …]
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
Ddecimal_point.pass.cpp29 typedef char C; in main() typedef
34 typedef wchar_t C; in main() typedef
42 typedef char C; in main() typedef
47 typedef wchar_t C; in main() typedef
55 typedef char C; in main() typedef
60 typedef wchar_t C; in main() typedef
Dgrouping.pass.cpp33 typedef char C; in main() typedef
38 typedef wchar_t C; in main() typedef
46 typedef char C; in main() typedef
51 typedef wchar_t C; in main() typedef
64 typedef char C; in main() typedef
69 typedef wchar_t C; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRPCSerialization.h287 static Error emitSeparator(ChannelT &C) { return Error::success(); } in emitSeparator()
288 static Error consumeSeparator(ChannelT &C) { return Error::success(); } in consumeSeparator()
306 static Error serialize(ChannelT &C) { return Error::success(); } in serialize()
307 static Error deserialize(ChannelT &C) { return Error::success(); } in deserialize()
315 static Error serialize(ChannelT &C, CArgT &&CArg) { in serialize()
322 static Error deserialize(ChannelT &C, CArgT &CArg) { in deserialize()
332 static Error serialize(ChannelT &C, CArgT &&CArg, in serialize()
345 static Error deserialize(ChannelT &C, CArgT &CArg, in deserialize()
357 Error serializeSeq(ChannelT &C, ArgTs &&... Args) { in serializeSeq()
363 Error deserializeSeq(ChannelT &C, ArgTs &... Args) { in deserializeSeq()
[all …]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.iter/
Dbefore_begin.pass.cpp26 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
/external/clang/test/SemaObjC/
Dqualified-protocol-method-conflicts.m6 +(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/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
91 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
94 static Cursor skipComment(Cursor C) { in skipComment()
104 static bool isIdentifierChar(char C) { in isIdentifierChar()
114 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
140 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
154 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
176 static Cursor maybeLexIntegerType(Cursor C, MIToken &Token) { in maybeLexIntegerType()
233 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
245 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h36 Constant *Fold(Constant *C) const { in Fold()
121 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
124 Constant *CreateNot(Constant *C) const { in CreateNot()
132 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
136 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
142 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
147 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
151 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
158 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
167 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
[all …]

12345678910>>...138