Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/torque/
H A Dtype-inference.cc59 const Type* argument_type) { in Match()
72 if (maybe_inferred && *maybe_inferred != argument_type) { in Match()
75 inferred_[type_parameter_index] = {argument_type}; in Match()
82 MatchGeneric(basic, argument_type); in Match()
93 const Type* argument_type) { in MatchGeneric()
98 auto& specialized_from = argument_type->GetSpecializedFrom(); in MatchGeneric()
58 Match(TypeExpression* parameter, const Type* argument_type) Match() argument
92 MatchGeneric(BasicTypeExpression* parameter, const Type* argument_type) MatchGeneric() argument
H A Dtype-inference.h70 void Match(TypeExpression* parameter, const Type* argument_type);
71 void MatchGeneric(BasicTypeExpression* parameter, const Type* argument_type);
/third_party/node/test/js-native-api/test_general/
H A Dtest_general.c107 napi_valuetype argument_type; in testNapiTypeof() local
108 NODE_API_CALL(env, napi_typeof(env, args[0], &argument_type)); in testNapiTypeof()
111 if (argument_type == napi_number) { in testNapiTypeof()
114 } else if (argument_type == napi_string) { in testNapiTypeof()
117 } else if (argument_type == napi_function) { in testNapiTypeof()
120 } else if (argument_type == napi_object) { in testNapiTypeof()
123 } else if (argument_type == napi_boolean) { in testNapiTypeof()
126 } else if (argument_type == napi_undefined) { in testNapiTypeof()
129 } else if (argument_type == napi_symbol) { in testNapiTypeof()
132 } else if (argument_type in testNapiTypeof()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_function.cpp269 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
270 if (!argument_type) { in ValidateFunctionCall()
279 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
281 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
H A Dinstruction.h143 typedef spvtools::val::Instruction argument_type; typedef
145 result_type operator()(const argument_type& inst) const { in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp269 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
270 if (!argument_type) { in ValidateFunctionCall()
279 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
281 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
H A Dinstruction.h143 typedef spvtools::val::Instruction argument_type; typedef
145 result_type operator()(const argument_type& inst) const { in operator ()()
/third_party/gn/src/base/files/
H A Dfile_path.h383 typedef base::FilePath argument_type; typedef
385 result_type operator()(argument_type const& f) const { in operator ()()
/third_party/spirv-tools/source/val/
H A Dinstruction.h146 typedef spvtools::val::Instruction argument_type; typedef
148 result_type operator()(const argument_type& inst) const { in operator ()()
H A Dvalidate_function.cpp270 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
271 if (!argument_type) { in ValidateFunctionCall()
280 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
282 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
/third_party/ninja/src/
H A Dhash_map.h61 typedef StringPiece argument_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIndexedMap.h30 using IndexT = typename ToIndexT::argument_type;
H A DSparseSet.h128 using KeyT = typename KeyFunctorT::argument_type;
H A DSparseMultiSet.h120 using KeyT = typename KeyFunctorT::argument_type;
H A DSTLExtras.h83 using argument_type = Ty;
/third_party/skia/tools/gpu/
H A DMemoryCache.h81 using argument_type = Key;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h516 using argument_type = llvm::pdb::PDB_SymType;
519 result_type operator()(const argument_type &Arg) const { in operator ()()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.hpp243 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
H A Dspirv_glsl.hpp770 virtual std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type);
H A Dspirv_msl.hpp762 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1131 using argument_type = unsigned;
H A DMachineBasicBlock.h856 using argument_type = const MachineBasicBlock *;
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Doptional.h378 using argument_type = absl::optional<T>;
H A Dconformance_archetype.h957 using argument_type = Archetype<Prof>;
959 result_type operator()(const argument_type& arg) const { in operator ()()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp14491 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDMat() local
14494 switch (argument_type) in getUniformFunctionForDMat()
14532 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDVec() local
14535 switch (argument_type) in getUniformFunctionForDVec()
14562 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForIVec() local
14565 switch (argument_type) in getUniformFunctionForIVec()
14592 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForUVec() local
14595 switch (argument_type) in getUniformFunctionForUVec()
15029 Utils::_variable_type argument_type = function_object.getArgumentType(argument); in prepareVertexShaderCode() local
15031 std::string uniform_type = Utils::getVariableTypeString(argument_type); in prepareVertexShaderCode()
15192 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); testBegin() local
[all...]

Completed in 43 milliseconds

12