Searched refs:lhs_type (Results 1 – 5 of 5) sorted by relevance
/external/bison/src/ |
D | reader.c | 299 char const *lhs_type = r->content.sym->type_name; in grammar_rule_check() local 302 if (!UNIQSTR_EQ (lhs_type, rhs_type)) in grammar_rule_check() 305 lhs_type, rhs_type); in grammar_rule_check()
|
/external/dbus/dbus/ |
D | dbus-marshal-recursive-util.c | 72 int lhs_type; in equal_values_helper() local 75 lhs_type = _dbus_type_reader_get_current_type (lhs); in equal_values_helper() 78 if (lhs_type != rhs_type) in equal_values_helper() 81 if (lhs_type == DBUS_TYPE_INVALID) in equal_values_helper() 84 if (dbus_type_is_basic (lhs_type)) in equal_values_helper() 95 return basic_value_equal (lhs_type, &lhs_value, &rhs_value); in equal_values_helper()
|
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 625 const glsl_type *lhs_type, ir_rvalue *rhs, in validate_assignment() argument 636 if (rhs->type == lhs_type) in validate_assignment() 646 if (is_initializer && lhs_type->is_array() && rhs->type->is_array() in validate_assignment() 647 && (lhs_type->element_type() == rhs->type->element_type()) in validate_assignment() 648 && (lhs_type->array_size() == 0)) { in validate_assignment() 653 if (apply_implicit_conversion(lhs_type, rhs, state)) { in validate_assignment() 654 if (rhs->type == lhs_type) in validate_assignment()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 526 Register lhs_type = x13; in GenerateGeneric() local 530 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset)); in GenerateGeneric() 535 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14); in GenerateGeneric() 563 lhs_type, rhs_type, in GenerateGeneric() 570 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14, in GenerateGeneric() 2564 Register lhs_type = x11; in GenerateInternalizedStrings() local 2567 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset)); in GenerateInternalizedStrings() 2571 __ Orr(x12, lhs_type, rhs_type); in GenerateInternalizedStrings() 2644 Register lhs_type = x11; in GenerateStrings() local 2647 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset)); in GenerateStrings() [all …]
|
/external/lldb/source/Core/ |
D | Scalar.cpp | 47 Scalar::Type lhs_type = lhs.GetType(); in PromoteToMaxType() local 50 if (lhs_type > rhs_type) in PromoteToMaxType() 54 if (temp_value.Promote(lhs_type)) // Promote it in PromoteToMaxType() 57 else if (lhs_type < rhs_type) in PromoteToMaxType()
|