Searched refs:value_a (Results 1 – 3 of 3) sorted by relevance
395 void test_8559831(enum E8559831b value_a, E8559831c value_c) { in test_8559831() argument396 …test_8559831_a(value_a); // expected-warning{{implicit conversion from enumeration type 'enum E855… in test_8559831()397 …enum E8559831a a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum … in test_8559831()398 …a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to d… in test_8559831()
572 addr_t value_a = addr_cache[index_a]; in operator ()() local573 if (value_a == LLDB_INVALID_ADDRESS) in operator ()()575 value_a = symbols[index_a].GetAddress().GetFileAddress(); in operator ()()576 addr_cache[index_a] = value_a; in operator ()()587 if (value_a == value_b) { in operator ()()596 } else if (value_a < value_b) in operator ()()
165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument169 const glsl_type *type_a = value_a->type; in arithmetic_result_type()190 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type()196 type_a = value_a->type; in arithmetic_result_type()496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in relational_result_type() argument499 const glsl_type *type_a = value_a->type; in relational_result_type()522 && !apply_implicit_conversion(type_b, value_a, state)) { in relational_result_type()528 type_a = value_a->type; in relational_result_type()