Searched refs:note_integer_operands (Results 1 – 4 of 4) sorted by relevance
147 note_integer_operands (tree expr) in note_integer_operands() function4912 ret = note_integer_operands (ret); in build_unary_op()5535 ret = note_integer_operands (ret); in build_conditional_expr()5632 ret = note_integer_operands (ret); in build_compound_expr()6041 value = note_integer_operands (value); in build_c_cast()12692 ? note_integer_operands (ret) in build_binary_op()12696 ret = note_integer_operands (ret); in build_binary_op()12760 expr = note_integer_operands (expr); in c_objc_common_truthvalue_conversion()12772 return note_integer_operands (expr); in c_objc_common_truthvalue_conversion()
151 note_integer_operands (tree expr) in note_integer_operands() function4946 ret = note_integer_operands (ret); in build_unary_op()5575 ret = note_integer_operands (ret); in build_conditional_expr()5750 ret = note_integer_operands (ret); in build_compound_expr()6159 value = note_integer_operands (value); in build_c_cast()12883 ? note_integer_operands (ret) in build_binary_op()12887 ret = note_integer_operands (ret); in build_binary_op()12951 expr = note_integer_operands (expr); in c_objc_common_truthvalue_conversion()12963 return note_integer_operands (expr); in c_objc_common_truthvalue_conversion()
710 * c-typeck.c (build_c_cast): Don't call note_integer_operands on1533 constant expression and call note_integer_operands as needed.8339 call note_integer_operands for arguments with integer operands
30831 * c-typeck.c (note_integer_operands): New function.