/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | void.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Void); variable 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* Voi [all...] |
H A D | void.h | 26 class Void : public Castable<Void, Type> { class 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/ |
H A D | void_type.cc | 19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Void); variable 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 [all...] |
H A D | void_type.h | 26 class Void : public Castable<Void, Type> { class 29 Void(); 31 Void(Void&&); 32 ~Void() override;
|
/third_party/typescript/tests/baselines/reference/ |
H A 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
|
H A D | classExtendingPrimitive.js | 7 class C4 extends Void { } 61 }(Void));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 28 Void = 0x0003, // void member in llvm::codeview::SimpleTypeKind 139 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void); } in Void() function in llvm::codeview::SimpleTypeMode::TypeIndex 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/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 140 * maximum, Void us used as the type for unused arguments. 146 struct Void struct 148 typedef Void Element; 155 explicit Void (const T&) {} in Void() function 156 Void (void) {} in Void() function 160 Void& operator[] (int) { return *this; } in operator []() 161 const Void& operator[] (int) const { return *this; } in operator []() 164 ostream& operator<< (ostream& os, Void) { return os << "()"; } in operator <<() 166 //! Returns true for all other types except Void 168 template <> bool isTypeValid<Void> (voi in isTypeValid() 1399 call(const EvalContext& ctx, const typename F::IArg0& arg0 = Void(), const typename F::IArg1& arg1 = Void(), const typename F::IArg2& arg2 = Void(), const typename F::IArg3& arg3 = Void()) call() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Traits.hpp | 26 class Void; 76 using type = Void; 167 // Maps to Pointer<Byte> instead of Pointer<Void>. 279 struct CanBeUsedAsReturn<Void> 349 class AssertFunctionSignatureIsValid<Return(Void)>
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | JavaType.java | 36 VOID(Void.class, Void.class, null),
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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/skia/third_party/externals/tint/src/reader/wgsl/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 187 * maximum, Void us used as the type for unused arguments. 193 struct Void struct 195 typedef Void Element; 202 explicit Void (const T&) {} in Void() function 203 Void (void) {} in Void() function 207 Void& operator[] (int) { return *this; } in operator []() 208 const Void& operator[] (int) const { return *this; } in operator []() 211 ostream& operator<< (ostream& os, Void) { return os << "()"; } in operator <<() 213 //! Returns true for all other types except Void 215 template <> bool isTypeValid<Void> (voi in isTypeValid() 1961 call(const EvalContext& ctx, const typename F::IArg0& arg0 = Void(), const typename F::IArg1& arg1 = Void(), const typename F::IArg2& arg2 = Void(), const typename F::IArg3& arg3 = Void()) call() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 188 * maximum, Void us used as the type for unused arguments. 194 struct Void struct 196 typedef Void Element; 203 explicit Void (const T&) {} in Void() function 204 Void (void) {} in Void() function 208 Void& operator[] (int) { return *this; } in operator []() 209 const Void& operator[] (int) const { return *this; } in operator []() 212 ostream& operator<< (ostream& os, Void) { return os << "()"; } in operator <<() 214 //! Returns true for all other types except Void 216 template <> bool isTypeValid<Void> (voi in isTypeValid() 1934 call(const EvalContext& ctx, const typename F::IArg0& arg0 = Void(), const typename F::IArg1& arg1 = Void(), const typename F::IArg2& arg2 = Void(), const typename F::IArg3& arg3 = Void()) call() argument [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | gdtoa.h | 51 #define Void /*nothing*/ macro 54 #define Void void macro
|
H A D | gdtoaimp.h | 616 extern void hexdig_init_D2A(Void); 645 extern int strtopQ ANSI((CONST char *, char **, Void *)); 649 extern int strtopx ANSI((CONST char *, char **, Void *)); 650 extern int strtopxL ANSI((CONST char *, char **, Void *));
|
H A D | hd_init.c | 49 hexdig_init_D2A(Void) in hexdig_init_D2A()
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impossible.rs | 61 void: Void, 66 enum Void {} enum
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_type.cc | 26 TINT_INSTANTIATE_TYPEINFO(tint::reader::spirv::Void); variable 134 const ast::Type* Void::Build(ProgramBuilder& b) const { in Build() 272 /// The lazily-created Void type 273 spirv::Void const* void_ = nullptr; 411 const spirv::Void* TypeManager::Void() { in Void() function in TypeManager 413 state->void_ = state->allocator_.Create<spirv::Void>(); in Void() 546 std::string Void::String() const {
|
H A D | parser_type.h | 95 struct Void : public Castable<Void, Type> { struct 519 /// @return a Void type. Repeated calls will return the same pointer. 520 const spirv::Void* Void();
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 103 analysis::Void void_type; in GetVoidTypeId() 110 analysis::Void void_type; in GetVoidFunctionTypeId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | wrap_opkill.cpp | 103 analysis::Void void_type; in GetVoidTypeId() 110 analysis::Void void_type; in GetVoidFunctionTypeId()
|
/third_party/rust/crates/once_cell/src/ |
H A D | lib.rs | 560 enum Void {} in get_or_init() enum 561 match self.get_or_try_init(|| Ok::<T, Void>(f())) { in get_or_init() 1084 enum Void {} in get_or_init() enum 1085 match self.get_or_try_init(|| Ok::<T, Void>(f())) { in get_or_init()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Rasterizer.hpp | 26 class Rasterizer : public Function<Void(Pointer<Byte>, Int, Int, Pointer<Byte>)>
|