Home
last modified time | relevance | path

Searched refs:note_integer_operands (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c147 note_integer_operands (tree expr) in note_integer_operands() function
4912 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc151 note_integer_operands (tree expr) in note_integer_operands() function
4946 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()
H A DChangeLog710 * c-typeck.c (build_c_cast): Don't call note_integer_operands on
1533 constant expression and call note_integer_operands as needed.
8339 call note_integer_operands for arguments with integer operands
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200930831 * c-typeck.c (note_integer_operands): New function.