Home
last modified time | relevance | path

Searched refs:rhs_type (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dreader.c300 const char *rhs_type = 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/chromium_org/v8/src/arm64/
Dcode-stubs-arm64.cc558 Register rhs_type = x11; in GenerateGeneric() local
563 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateGeneric()
569 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14); in GenerateGeneric()
576 __ Cmp(rhs_type, HEAP_NUMBER_TYPE); in GenerateGeneric()
597 lhs_type, rhs_type, in GenerateGeneric()
604 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14, in GenerateGeneric()
3313 Register rhs_type = x10; in GenerateInternalizedStrings() local
3318 __ Ldrb(rhs_type, FieldMemOperand(rhs_map, Map::kInstanceTypeOffset)); in GenerateInternalizedStrings()
3321 __ Orr(x12, lhs_type, rhs_type); in GenerateInternalizedStrings()
3393 Register rhs_type = x10; in GenerateStrings() local
[all …]
/external/mesa3d/src/glsl/
Dast_function.cpp803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() local
806 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dast_function.cpp803 const glsl_type *rhs_type = glsl_type::get_instance(var->type->base_type, in emit_inline_vector_constructor() local
806 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor()
/external/lldb/source/Core/
DScalar.cpp48 Scalar::Type rhs_type = rhs.GetType(); in PromoteToMaxType() local
50 if (lhs_type > rhs_type) in PromoteToMaxType()
57 else if (lhs_type < rhs_type) in PromoteToMaxType()
61 if (temp_value.Promote(rhs_type)) // Promote it in PromoteToMaxType()