Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DTypeOf.hpp28 template <> struct TypeOf<bool> { static std::string name; }; argument
29 template <> struct TypeOf<uint8_t> { static std::string name; }; argument
30 template <> struct TypeOf<int8_t> { static std::string name; }; struct
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; }; argument
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; }; struct
[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
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.cc519 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { in TypeOf() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1308 IGNITION_HANDLER(TypeOf, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.cc369 Type TypeOf(Node* node) { in TypeOf() function in v8::internal::compiler::RepresentationSelector
/third_party/node/deps/v8/src/objects/
Dobjects.cc873 Handle<String> Object::TypeOf(Isolate* isolate, Handle<Object> object) { in TypeOf() function in v8::internal::Object
/third_party/node/deps/v8/src/api/
Dapi.cc4249 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { in TypeOf() function in v8::Value