Home
last modified time | relevance | path

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

12345678910>>...146

/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/python/cpython3/Lib/test/
Dtest_dataclasses.py28 class C: class
36 class C: class
44 class C: class
54 class C: class
72 class C: class
80 class C: class
92 class C: class
105 class C(B): class
119 class C(B): class
126 class C: class
[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-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/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() argument
15 C(A x) : a(x) {} in C() argument
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-10.0/llvm/include/llvm/Support/
DSwapByteOrder.h98 inline unsigned char getSwappedBytes(unsigned char C) { return C; } in getSwappedBytes()
99 inline signed char getSwappedBytes(signed char C) { return C; } in getSwappedBytes()
100 inline char getSwappedBytes(char C) { return C; } in getSwappedBytes()
102 inline unsigned short getSwappedBytes(unsigned short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
103 inline signed short getSwappedBytes( signed short C) { return SwapByteOrder_16(C); } in getSwappedBytes()
105 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
106 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()
109 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
110 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()
112 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
[all …]
/external/perfetto/src/trace_processor/tables/
Dprofiler_tables.h50 #define PERFETTO_TP_PROFILER_SMAPS_DEF(NAME, PARENT, C) \ argument
80 #define PERFETTO_TP_PACKAGES_LIST_DEF(NAME, PARENT, C) \ argument
98 #define PERFETTO_TP_STACK_PROFILE_MAPPING_DEF(NAME, PARENT, C) \ argument
120 #define PERFETTO_TP_STACK_PROFILE_FRAME_DEF(NAME, PARENT, C) \ argument
137 #define PERFETTO_TP_STACK_PROFILE_CALLSITE_DEF(NAME, PARENT, C) \ argument
153 #define PERFETTO_TP_STACK_SAMPLE_DEF(NAME, PARENT, C) \ argument
166 #define PERFETTO_TP_CPU_PROFILE_STACK_SAMPLE_DEF(NAME, PARENT, C) \ argument
192 #define PERFETTO_TP_PERF_SAMPLE_DEF(NAME, PARENT, C) \ argument
225 #define PERFETTO_TP_SYMBOL_DEF(NAME, PARENT, C) \ argument
256 #define PERFETTO_TP_HEAP_PROFILE_ALLOCATION_DEF(NAME, PARENT, C) \ argument
[all …]
Dtrack_tables.h28 #define PERFETTO_TP_TRACK_TABLE_DEF(NAME, PARENT, C) \ argument
37 #define PERFETTO_TP_PROCESS_TRACK_TABLE_DEF(NAME, PARENT, C) \ argument
45 #define PERFETTO_TP_THREAD_TRACK_TABLE_DEF(NAME, PARENT, C) \ argument
53 #define PERFETTO_TP_GPU_TRACK_DEF(NAME, PARENT, C) \ argument
63 #define PERFETTO_TP_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
72 #define PERFETTO_TP_THREAD_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
80 #define PERFETTO_TP_PROCESS_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
88 #define PERFETTO_TP_CPU_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
96 #define PERFETTO_TP_IRQ_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
104 #define PERFETTO_TP_SOFTIRQ_COUNTER_TRACK_DEF(NAME, PARENT, C) \ argument
[all …]
Dslice_tables.h32 #define PERFETTO_TP_SLICE_TABLE_DEF(NAME, PARENT, C) \ argument
51 #define PERFETTO_TP_INSTANT_TABLE_DEF(NAME, PARENT, C) \ argument
66 #define PERFETTO_TP_SCHED_SLICE_TABLE_DEF(NAME, PARENT, C) \ argument
80 #define PERFETTO_TP_THREAD_STATE_TABLE_DEF(NAME, PARENT, C) \ argument
94 #define PERFETTO_TP_GPU_SLICES_DEF(NAME, PARENT, C) \ argument
112 #define PERFETTO_TP_GRAPHICS_FRAME_SLICES_DEF(NAME, PARENT, C) \ argument
123 #define PERFETTO_TP_DESCRIBE_SLICE_TABLE(NAME, PARENT, C) \ argument
132 #define PERFETTO_TP_EXPECTED_FRAME_TIMELINE_SLICES_DEF(NAME, PARENT, C) \ argument
142 #define PERFETTO_TP_ACTUAL_FRAME_TIMELINE_SLICES_DEF(NAME, PARENT, C) \ argument
162 #define PERFETTO_TP_THREAD_SLICE_DEF(NAME, PARENT, C) \ argument
[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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp90 static Cursor skipWhitespace(Cursor C) { in skipWhitespace()
96 static bool isNewlineChar(char C) { return C == '\n' || C == '\r'; } in isNewlineChar()
99 static Cursor skipComment(Cursor C) { in skipComment()
109 static bool isIdentifierChar(char C) { in isIdentifierChar()
119 Cursor C = Cursor(Value.substr(1, Value.size() - 2)); in unescapeQuotedString() local
145 static Cursor lexStringConstant(Cursor C, ErrorCallbackType ErrorCallback) { in lexStringConstant()
159 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
261 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
273 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
308 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCSerialization.h248 static Error emitSeparator(ChannelT &C) { return Error::success(); } in emitSeparator()
249 static Error consumeSeparator(ChannelT &C) { return Error::success(); } in consumeSeparator()
267 static Error serialize(ChannelT &C) { return Error::success(); } in serialize()
268 static Error deserialize(ChannelT &C) { return Error::success(); } in deserialize()
276 static Error serialize(ChannelT &C, CArgT &&CArg) { in serialize()
283 static Error deserialize(ChannelT &C, CArgT &CArg) { in deserialize()
293 static Error serialize(ChannelT &C, CArgT &&CArg, in serialize()
306 static Error deserialize(ChannelT &C, CArgT &CArg, in deserialize()
318 Error serializeSeq(ChannelT &C, ArgTs &&... Args) { in serializeSeq()
324 Error deserializeSeq(ChannelT &C, ArgTs &... Args) { in deserializeSeq()
[all …]
/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/skia/tests/
DSkTBlockListTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() argument
14 C(int id) : fID(id) { ++gInstCnt; } in C() argument
15 C(C&& c) : C(c.fID) {} in C() function
16 C(const C& c) : C(c.fID) {} in C() argument
21 ~C() { --gInstCnt; } in ~C()
23 int fID;
28 int fPadding[4];
30 static int gInstCnt;
43 static size_t ScratchBlockSize(SkTBlockList<C, N>& list) { in ScratchBlockSize()
[all …]
/external/webrtc/
Dstyle-guide.md23 ### C++ version
38 ### Abseil
45 ### <a name="h-cc-pairs"></a>`.h` and `.cc` files come in pairs
68 ### TODO comments
78 ### ArrayView
94 ### sigslot
133 ### std::bind
138 ### std::function
145 ### Forward declarations
/external/clang/lib/AST/
DStmtOpenMP.cpp58 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()
112 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
125 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
165 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
178 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
230 const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, in Create()
244 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp37 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
531 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
651 CXCursor C = { K, 0, { Parent, S, TU } }; in MakeCXCursor() local
660 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() local
665 cxcursor::getCursorObjCSuperClassRef(CXCursor C) { in getCursorObjCSuperClassRef()
676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() local
681 cxcursor::getCursorObjCProtocolRef(CXCursor C) { in getCursorObjCProtocolRef()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h129 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
133 Constant *CreateNot(Constant *C) const { in CreateNot()
137 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
150 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
157 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
162 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
167 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
175 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
184 Constant *CreateCast(Instruction::CastOps Op, Constant *C, in CreateCast()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h35 Constant *Fold(Constant *C) const { in Fold()
120 Constant *CreateFNeg(Constant *C) const { in CreateFNeg()
123 Constant *CreateNot(Constant *C) const { in CreateNot()
127 Constant *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
135 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
139 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
145 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
150 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
154 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
161 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp39 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
165 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
166 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
167 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
168 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
169 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
170 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
171 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
172 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty()
173 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
[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

12345678910>>...146