Home
last modified time | relevance | path

Searched refs:has_result (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
266 resultPresent(has_result), in InstructionValue()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h261 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
266 resultPresent(has_result), in InstructionValue()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h273 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() argument
278 resultPresent(has_result), in InstructionValue()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c221 ecma_value_t has_result = ecma_proxy_object_has (obj_p, prop_name_p); in ecma_proxy_object_find() local
223 if (ECMA_IS_VALUE_ERROR (has_result)) in ecma_proxy_object_find()
225 return has_result; in ecma_proxy_object_find()
228 if (ecma_is_value_false (has_result)) in ecma_proxy_object_find()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Drun_perf_tests.py214 def has_result(self, test): member in Results
426 if not results.has_result(test):
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1927 bool has_result = (opcode != kArmCmp) && (opcode != kArmCmn) && in VisitWordCompare() local
1945 if (has_result) { in VisitWordCompare()

Completed in 11 milliseconds