Home
last modified time | relevance | path

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

12345678910>>...158

/third_party/typescript/tests/baselines/reference/
DcollisionExportsRequireAndModule.js101 var C = /** @class */ (function () { class
102 function C() { class in anonymousFunction6e7356ce0100.anonymousFunction6e7356ce0200.C
114 var C = /** @class */ (function () { class
115 function C() { class in anonymousFunction6e7356ce0100.anonymousFunction6e7356ce0500.C
129 var C = /** @class */ (function () { class
130 function C() { class in anonymousFunction6e7356ce0100.anonymousFunction6e7356ce0800.anonymousFunction6e7356ce0900.C
138 var C = /** @class */ (function () { class
139 function C() { class in anonymousFunction6e7356ce0100.anonymousFunction6e7356ce0800.anonymousFunction6e7356ce0c00.C
150 var C = /** @class */ (function () { class
151 function C() { class in anonymousFunction6e7356ce0100.anonymousFunction6e7356ce1000.anonymousFunction6e7356ce1100.C
[all …]
DlocalTypes1.js43 class C { class
128 class C extends B { class
166 var C = /** @class */ (function () { class
167 function C() { class in f1.C
183 var C = /** @class */ (function () { class
184 function C() { class in f2.g.C
204 function C() { class in f3.C
232 var C = /** @class */ (function () { class
233 function C() { class in f5.z1.C
246 var C = /** @class */ (function () { class
[all …]
DlocalTypes3.js4 class C<X, Y> { class
17 class C<Y> { class
31 class C { class
48 function C(x, y) { class in f1.f.C
63 var C = /** @class */ (function () { class
64 function C(y) { class in f2.f.C
79 var C = /** @class */ (function () { class
80 function C() { class in f3.f.C
DstaticMemberAssignsToConstructorFunctionMembers.js2 class C { class
8 C.bar = () => { } // error field in C
9 C.bar = (x) => x; // ok field in C
10 C.bar = (x: number) => 1; // ok field in C
17 function C() { class in C
DnumericLiteralTypes3.js7 function f1(a: A, b: B, c: C, d: D) {
14 function f2(a: A, b: B, c: C, d: D) {
21 function f3(a: A, b: B, c: C, d: D) {
28 function f4(a: A, b: B, c: C, d: D) {
35 function f5(a: A, b: B, c: C, d: D) {
54 function f6(a: A, b: B, c: C, d: D) {
73 function f7(a: A, b: B, c: C, d: D) {
DassertInWrapSomeTypeParameter.js2 class C<T extends C<T>> { class
3 foo<U extends C<C<T>>(x: U) { field in C
10 function C() { class in C
/third_party/typescript/tests/cases/compiler/
DcollisionExportsRequireAndModule.ts6 export class C { class
15 export class C { class
25 export class C { class
31 export class C { class
39 export class C { class
45 export class C { class
54 export class C { class
60 export class C { class
67 export class C { class
73 export class C { class
[all …]
DcollisionExportsRequireAndAmbientModule.ts6 export class C { class
15 export class C { class
25 export class C { class
31 export class C { class
39 export class C { class
45 export class C { class
55 export class C { class
61 export class C { class
68 export class C { class
74 export class C { class
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
DDataExtractor.h37 inline uint24_t getSwappedBytes(uint24_t C) { in getSwappedBytes()
180 uint64_t getUnsigned(Cursor &C, uint32_t Size) const { in getUnsigned()
233 uint64_t getAddress(Cursor &C) const { return getUnsigned(C, AddressSize); } in getAddress()
260 uint8_t getU8(Cursor &C) const { return getU8(&C.Offset, &C.Err); } in getU8()
298 void getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const { in getU8()
334 uint16_t getU16(Cursor &C) const { return getU16(&C.Offset, &C.Err); } in getU16()
403 uint32_t getU32(Cursor &C) const { return getU32(&C.Offset, &C.Err); } in getU32()
455 uint64_t getU64(Cursor &C) const { return getU64(&C.Offset, &C.Err); } in getU64()
527 uint64_t getULEB128(Cursor &C) const { return getULEB128(&C.Offset, &C.Err); } in getULEB128()
537 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof()
[all …]
/third_party/python/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 …]
/third_party/skia/third_party/externals/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 …]
DRawByteChannel.h98 static Error serialize(ChannelT &C, T V) { in serialize()
103 static Error deserialize(ChannelT &C, T &V) { in deserialize()
116 static Error serialize(ChannelT &C, bool V) { in serialize()
124 static Error deserialize(ChannelT &C, bool &V) { in deserialize()
139 static Error serialize(RawByteChannel &C, StringRef S) { in serialize()
153 static Error serialize(RawByteChannel &C, const char *S) { in serialize()
165 static Error serialize(RawByteChannel &C, const std::string &S) { in serialize()
171 static Error deserialize(RawByteChannel &C, std::string &S) { in deserialize()
/third_party/skia/third_party/externals/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 …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass_with_typedef.rs11 pub struct C { struct
12 pub c: C_MyInt, argument
13 pub ptr: *mut C_MyInt, argument
14 pub arr: [C_MyInt; 10usize], argument
22 const UNINIT: ::std::mem::MaybeUninit<C> = in bindgen_test_layout_C() argument
70 pub fn C_method(this: *mut C, c: C_MyInt); in C_method()
74 pub fn C_methodRef(this: *mut C, c: *mut C_MyInt); in C_methodRef()
78 pub fn C_complexMethodRef(this: *mut C, c: *mut C_Lookup); in C_complexMethodRef()
82 pub fn C_anotherMethod(this: *mut C, c: AnotherInt); in C_anotherMethod()
84 impl Default for C { implementation
[all …]
Dconst_tparam.rs10 pub struct C<T> { struct
13 pub _phantom_0: ::std::marker::PhantomData<::std::cell::UnsafeCell<T>>, argument
15 impl<T> Default for C<T> { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dtemplate.hpp19 struct C { struct
21 B<const int*> mBConstPtr; argument
22 B<const mozilla::Foo*> mBConstStructPtr; argument
23 B<const mozilla::Foo*[1]> mBConstStructPtrArray; argument
24 B<const int> mBConst; argument
26 B<const bool> mBConstBool; argument
27 B<const char16_t> mBConstChar; argument
32 B<const int&> mBConstRef; argument
35 B<const int[1]> mBConstArray; argument
/third_party/skia/tests/
DSkTBlockListTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() argument
14 C(int id) : fID(id) { ++gInstCnt; } in C() function
15 C(C&& c) : C(c.fID) {} in C() function
16 C(const C& c) : C(c.fID) {} in C() function
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 …]
/third_party/skia/third_party/externals/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 …]
DNoFolder.h190 Instruction *CreateNSWNeg(Constant *C) const { in CreateNSWNeg()
194 Instruction *CreateNUWNeg(Constant *C) const { in CreateNUWNeg()
198 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg()
202 Instruction *CreateNot(Constant *C) const { in CreateNot()
206 Instruction *CreateUnOp(Instruction::UnaryOps Opc, Constant *C) const { in CreateUnOp()
214 Constant *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
219 Constant *CreateGetElementPtr(Type *Ty, Constant *C, Constant *Idx) const { in CreateGetElementPtr()
226 Instruction *CreateGetElementPtr(Type *Ty, Constant *C, in CreateGetElementPtr()
231 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
236 Constant *CreateInBoundsGetElementPtr(Type *Ty, Constant *C, in CreateInBoundsGetElementPtr()
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/flutter/skia/tests/
DGrAllocatorTest.cpp12 struct C { struct
13 C() : fID(-1) { ++gInstCnt; } in C() argument
14 C(int id) : fID(id) { ++gInstCnt; } in C() argument
15 ~C() { --gInstCnt; } in ~C()
16 int fID;
18 static int gInstCnt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h481 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerPeepholeEPCallback()
495 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLateLoopOptimizationsEPCallback()
505 const std::function<void(LoopPassManager &, OptimizationLevel)> &C) { in registerLoopOptimizerEndEPCallback()
515 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerScalarOptimizerLateEPCallback()
526 const std::function<void(CGSCCPassManager &, OptimizationLevel)> &C) { in registerCGSCCOptimizerLateEPCallback()
537 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerVectorizerStartEPCallback()
547 const std::function<void(ModulePassManager &)> &C) { in registerPipelineStartEPCallback()
559 const std::function<void(FunctionPassManager &, OptimizationLevel)> &C) { in registerOptimizerLastEPCallback()
566 const std::function<bool(StringRef Name, AAManager &AA)> &C) { in registerParseAACallback()
574 const std::function<void(CGSCCAnalysisManager &)> &C) { in registerAnalysisRegistrationCallback()
[all …]

12345678910>>...158