Searched defs:TypeOf (Results 1 – 9 of 9) sorted by relevance
28 template <> struct TypeOf<bool> { static std::string name; }; struct29 template <> struct TypeOf<uint8_t> { static std::string name; }; argument30 template <> struct TypeOf<int8_t> { static std::string name; }; argument31 template <> struct TypeOf<uint16_t> { static std::string name; }; struct32 template <> struct TypeOf<int16_t> { static std::string name; }; argument33 template <> struct TypeOf<float> { static std::string name; }; struct34 template <> struct TypeOf<uint32_t> { static std::string name; }; struct35 template <> struct TypeOf<int32_t> { static std::string name; }; struct36 template <> struct TypeOf<double> { static std::string name; }; argument37 template <> struct TypeOf<uint64_t> { static std::string name; }; argument[all …]
92 const sem::Type* ProgramBuilder::TypeOf(const ast::Expression* expr) const { in TypeOf() function in tint::ProgramBuilder97 const sem::Type* ProgramBuilder::TypeOf(const ast::Variable* var) const { in TypeOf() function in tint::ProgramBuilder102 const sem::Type* ProgramBuilder::TypeOf(const ast::Type* type) const { in TypeOf() function in tint::ProgramBuilder106 const sem::Type* ProgramBuilder::TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function in tint::ProgramBuilder
117 const sem::Type* Program::TypeOf(const ast::Expression* expr) const { in TypeOf() function in tint::Program122 const sem::Type* Program::TypeOf(const ast::Type* type) const { in TypeOf() function in tint::Program126 const sem::Type* Program::TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function in tint::Program
198 const sem::Type* TypeOf(const ast::Expression* expr) const { in TypeOf() function204 const sem::Type* TypeOf(const ast::Type* type) const { in TypeOf() function210 const sem::Type* TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf() function
51 type TypeOf<C extends Any> = C["_A"]; alias
556 const sem::Type* TypeOf(const ast::Expression* expr) const { in TypeOf() function
57 TypeOf, enumerator
2004 sem::Type* Resolver::TypeOf(const ast::Expression* expr) { in TypeOf() function in tint::resolver::Resolver2017 sem::Type* Resolver::TypeOf(const ast::LiteralExpression* lit) { in TypeOf() function in tint::resolver::Resolver