/third_party/skia/third_party/externals/tint/src/ast/ |
D | void.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Void); 24 Void::Void(ProgramID pid, const Source& src) : Base(pid, src) {} in Void() function in tint::ast::Void 26 Void::Void(Void&&) = default; 28 Void::~Void() = default; 30 std::string Void::FriendlyName(const SymbolTable&) const { in FriendlyName() 34 const Void* Void::Clone(CloneContext* ctx) const { in Clone() 36 return ctx->dst->create<Void>(src); in Clone()
|
D | void.h | 26 class Void : public Castable<Void, Type> { 31 Void(ProgramID pid, const Source& src); 33 Void(Void&&); 34 ~Void() override; 44 const Void* Clone(CloneContext* ctx) const override;
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | void_type.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Void); 24 Void::Void() = default; 26 Void::Void(Void&&) = default; 28 Void::~Void() = default; 30 std::string Void::type_name() const { in type_name() 34 std::string Void::FriendlyName(const SymbolTable&) const { in FriendlyName()
|
D | void_type.h | 26 class Void : public Castable<Void, Type> { 29 Void(); 31 Void(Void&&); 32 ~Void() override;
|
/third_party/typescript/tests/baselines/reference/ |
D | conditionalTypeRelaxingConstraintAssignability.types | 5 | ElChildren.Void 12 export type Void = undefined; 13 >Void : undefined 37 new Elem(undefined as ElChildren.Void); 38 >new Elem(undefined as ElChildren.Void) : Elem<undefined> 40 >undefined as ElChildren.Void : undefined 51 new Elem('' as ElChildren.Void | ElChildren.Text); // error 52 >new Elem('' as ElChildren.Void | ElChildren.Text) : Elem<string | undefined> 54 >'' as ElChildren.Void | ElChildren.Text : string | undefined
|
D | conditionalTypeRelaxingConstraintAssignability.symbols | 5 | ElChildren.Void 7 >Void : Symbol(ElChildren.Void, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 3, 29)) 16 export type Void = undefined; 17 >Void : Symbol(Void, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 3, 29)) 52 new Elem(undefined as ElChildren.Void); 56 >Void : Symbol(ElChildren.Void, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 3, 29)) 63 new Elem('' as ElChildren.Void | ElChildren.Text); // error 66 >Void : Symbol(ElChildren.Void, Decl(conditionalTypeRelaxingConstraintAssignability.ts, 3, 29))
|
D | conditionalTypeRelaxingConstraintAssignability.js | 3 | ElChildren.Void 6 export type Void = undefined; 21 new Elem(undefined as ElChildren.Void); 23 new Elem('' as ElChildren.Void | ElChildren.Text); // error
|
D | jsdocTypeNongenericInstantiationAttempt.errors.txt | 2 tests/cases/compiler/index2.js(2,19): error TS2315: Type 'Void' is not generic. 23 * @param {<T>(m: Void<T>) => string} somebody 25 !!! error TS2315: Type 'Void' is not generic.
|
D | classExtendingPrimitive.types | 16 class C4 extends Void { } 18 >Void : any
|
D | classExtendingPrimitive.errors.txt | 4 …classHeritageSpecification/classExtendingPrimitive.ts(6,18): error TS2304: Cannot find name 'Void'. 24 class C4 extends Void { } 26 !!! error TS2304: Cannot find name 'Void'.
|
D | classExtendingPrimitive.js | 7 class C4 extends Void { } 61 }(Void));
|
/third_party/typescript/tests/cases/compiler/ |
D | conditionalTypeRelaxingConstraintAssignability.ts | 3 | ElChildren.Void 6 export type Void = undefined; alias 21 new Elem(undefined as ElChildren.Void); 23 new Elem('' as ElChildren.Void | ElChildren.Text); // error
|
D | reactDefaultPropsInferenceSuccess.tsx | 29 // Error: Void not assignable to boolean 45 // Error: Void not assignable to boolean 66 // Error: Void not assignable to boolean
|
/third_party/rust/crates/serde/test_suite/tests/expand/ |
D | void.expanded.rs | 2 enum Void {} enum 9 impl _serde::Serialize for Void { implementation 27 impl<'de> _serde::Deserialize<'de> for Void { implementation 96 marker: _serde::__private::PhantomData<Void>, in deserialize() 100 type Value = Void; in deserialize() 126 marker: _serde::__private::PhantomData::<Void>, in deserialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 28 Void = 0x0003, // void enumerator 139 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function 141 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer32); in VoidPointer32() 144 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer64); in VoidPointer64() 151 return TypeIndex(SimpleTypeKind::Void, SimpleTypeMode::NearPointer); in NullptrT()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 114 __OMP_TYPE(Void) 148 __OMP_FUNCTION_TYPE(ParallelTask, true, Void, Int32Ptr, Int32Ptr) 166 __OMP_RTL(__kmpc_barrier, false, Void, IdentPtr, Int32) 170 __OMP_RTL(__kmpc_fork_call, true, Void, IdentPtr, Int32, ParallelTaskPtr) 171 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32, 173 __OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32) 174 __OMP_RTL(__kmpc_serialized_parallel, false, Void, IdentPtr, Int32) 175 __OMP_RTL(__kmpc_end_serialized_parallel, false, Void, IdentPtr, Int32)
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 146 struct Void struct 148 typedef Void Element; argument 155 explicit Void (const T&) {} in Void() function 156 Void (void) {} in Void() function 160 Void& operator[] (int) { return *this; } in operator []() argument 161 const Void& operator[] (int) const { return *this; } in operator []() argument 164 ostream& operator<< (ostream& os, Void) { return os << "()"; } in operator <<() argument 168 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() 179 const char* dataTypeNameOf<Void> (void) in dataTypeNameOf() 193 VarType getVarTypeOf<Void> (Precision) in getVarTypeOf() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.hpp | 26 class Void; 76 using type = Void; 279 struct CanBeUsedAsReturn<Void> 349 class AssertFunctionSignatureIsValid<Return(Void)>
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | JavaType.java | 36 VOID(Void.class, Void.class, null),
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_function_decl_test.cc | 37 EXPECT_TRUE(f->return_type->Is<ast::Void>()); in TEST_F() 44 EXPECT_TRUE(f->return_type->Is<ast::Void>()); in TEST_F() 65 EXPECT_TRUE(f->return_type->Is<ast::Void>()); in TEST_F() 104 EXPECT_TRUE(f->return_type->Is<ast::Void>()); in TEST_F() 148 EXPECT_TRUE(f->return_type->Is<ast::Void>()); in TEST_F()
|
/third_party/rust/crates/once_cell/src/ |
D | race.rs | 76 enum Void {} in get_or_init() enum 77 match self.get_or_try_init(|| Ok::<NonZeroUsize, Void>(f())) { in get_or_init() 348 enum Void {} in get_or_init() enum 349 match self.get_or_try_init(|| Ok::<Box<T>, Void>(f())) { in get_or_init()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NumberingSystem.java | 336 private static CacheBase<String, NumberingSystem, Void> cachedStringData = 337 new SoftCache<String, NumberingSystem, Void>() { 339 protected NumberingSystem createInstance(String key, Void unused) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NumberingSystem.java | 352 private static CacheBase<String, NumberingSystem, Void> cachedStringData = 353 new SoftCache<String, NumberingSystem, Void>() { 355 protected NumberingSystem createInstance(String key, Void unused) {
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 95 struct Void : public Castable<Void, Type> { struct 520 const spirv::Void* Void();
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoa.h | 51 #define Void /*nothing*/ macro 54 #define Void void macro
|