/third_party/node/deps/v8/src/torque/ |
H A D | type-inference.cc | 59 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 D | type-inference.h | 70 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 D | test_general.c | 107 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 D | validate_function.cpp | 269 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 D | instruction.h | 143 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 D | validate_function.cpp | 269 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 D | instruction.h | 143 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 D | file_path.h | 383 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 D | instruction.h | 146 typedef spvtools::val::Instruction argument_type; typedef 148 result_type operator()(const argument_type& inst) const { in operator ()()
|
H A D | validate_function.cpp | 270 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 D | hash_map.h | 61 typedef StringPiece argument_type; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 30 using IndexT = typename ToIndexT::argument_type;
|
H A D | SparseSet.h | 128 using KeyT = typename KeyFunctorT::argument_type;
|
H A D | SparseMultiSet.h | 120 using KeyT = typename KeyFunctorT::argument_type;
|
H A D | STLExtras.h | 83 using argument_type = Ty;
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.h | 81 using argument_type = Key;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 516 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 D | spirv_hlsl.hpp | 243 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
|
H A D | spirv_glsl.hpp | 770 virtual std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type);
|
H A D | spirv_msl.hpp | 762 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 D | TargetRegisterInfo.h | 1131 using argument_type = unsigned;
|
H A D | MachineBasicBlock.h | 856 using argument_type = const MachineBasicBlock *;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | optional.h | 378 using argument_type = absl::optional<T>;
|
H A D | conformance_archetype.h | 957 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 D | gl4cGPUShaderFP64Tests.cpp | 14491 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...] |