Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/skia/third_party/externals/tint/src/ast/
Dvoid.cc19 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()
Dvoid.h26 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/
Dvoid_type.cc19 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()
Dvoid_type.h26 class Void : public Castable<Void, Type> {
29 Void();
31 Void(Void&&);
32 ~Void() override;
/third_party/typescript/tests/baselines/reference/
DconditionalTypeRelaxingConstraintAssignability.types5 | 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
DconditionalTypeRelaxingConstraintAssignability.symbols5 | 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))
DconditionalTypeRelaxingConstraintAssignability.js3 | ElChildren.Void
6 export type Void = undefined;
21 new Elem(undefined as ElChildren.Void);
23 new Elem('' as ElChildren.Void | ElChildren.Text); // error
DjsdocTypeNongenericInstantiationAttempt.errors.txt2 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.
DclassExtendingPrimitive.types16 class C4 extends Void { }
18 >Void : any
DclassExtendingPrimitive.errors.txt4 …classHeritageSpecification/classExtendingPrimitive.ts(6,18): error TS2304: Cannot find name 'Void'.
24 class C4 extends Void { }
26 !!! error TS2304: Cannot find name 'Void'.
DclassExtendingPrimitive.js7 class C4 extends Void { }
61 }(Void));
/third_party/typescript/tests/cases/compiler/
DconditionalTypeRelaxingConstraintAssignability.ts3 | ElChildren.Void
6 export type Void = undefined; alias
21 new Elem(undefined as ElChildren.Void);
23 new Elem('' as ElChildren.Void | ElChildren.Text); // error
DreactDefaultPropsInferenceSuccess.tsx29 // 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/
Dvoid.expanded.rs2 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/
DTypeIndex.h28 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/
DOMPKinds.def114 __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/
DglsBuiltinPrecisionTests.cpp146 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/
DTraits.hpp26 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/
DJavaType.java36 VOID(Void.class, Void.class, null),
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_function_decl_test.cc37 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/
Drace.rs76 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/
DNumberingSystem.java336 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/
DNumberingSystem.java352 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/
Dparser_type.h95 struct Void : public Castable<Void, Type> { struct
520 const spirv::Void* Void();
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoa.h51 #define Void /*nothing*/ macro
54 #define Void void macro

12345678910