Home
last modified time | relevance | path

Searched defs:TypeOf (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DTypeOf.hpp28 template <> struct TypeOf<bool> { static std::string name; }; struct
29 template <> struct TypeOf<uint8_t> { static std::string name; }; argument
30 template <> struct TypeOf<int8_t> { static std::string name; }; argument
31 template <> struct TypeOf<uint16_t> { static std::string name; }; struct
32 template <> struct TypeOf<int16_t> { static std::string name; }; argument
33 template <> struct TypeOf<float> { static std::string name; }; struct
34 template <> struct TypeOf<uint32_t> { static std::string name; }; struct
35 template <> struct TypeOf<int32_t> { static std::string name; }; struct
36 template <> struct TypeOf<double> { static std::string name; }; argument
37 template <> struct TypeOf<uint64_t> { static std::string name; }; argument
[all …]
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.cc92 const sem::Type* ProgramBuilder::TypeOf(const ast::Expression* expr) const { in TypeOf() function in tint::ProgramBuilder
97 const sem::Type* ProgramBuilder::TypeOf(const ast::Variable* var) const { in TypeOf() function in tint::ProgramBuilder
102 const sem::Type* ProgramBuilder::TypeOf(const ast::Type* type) const { in TypeOf() function in tint::ProgramBuilder
106 const sem::Type* ProgramBuilder::TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function in tint::ProgramBuilder
Dprogram.cc117 const sem::Type* Program::TypeOf(const ast::Expression* expr) const { in TypeOf() function in tint::Program
122 const sem::Type* Program::TypeOf(const ast::Type* type) const { in TypeOf() function in tint::Program
126 const sem::Type* Program::TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function in tint::Program
/third_party/skia/third_party/externals/tint/src/writer/
Dtext_generator.h198 const sem::Type* TypeOf(const ast::Expression* expr) const { in TypeOf() function
204 const sem::Type* TypeOf(const ast::Type* type) const { in TypeOf() function
210 const sem::Type* TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function
/third_party/typescript/tests/cases/compiler/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts51 type TypeOf<C extends Any> = C["_A"]; alias
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts51 type TypeOf<C extends Any> = C["_A"]; alias
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h556 const sem::Type* TypeOf(const ast::Expression* expr) const { in TypeOf() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource10.ts57 TypeOf, enumerator
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2004 sem::Type* Resolver::TypeOf(const ast::Expression* expr) { in TypeOf() function in tint::resolver::Resolver
2017 sem::Type* Resolver::TypeOf(const ast::LiteralExpression* lit) { in TypeOf() function in tint::resolver::Resolver