Searched defs:int_operands (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 4399 bool int_operands; in build_unary_op() local 5163 bool int_const, op1_int_operands, op2_int_operands, int_operands; in build_conditional_expr() local 5796 bool int_operands = EXPR_INT_CONST_OPERANDS (expr); in build_c_cast() local 11515 bool int_const, int_const_or_overflow, int_operands; in build_binary_op() local 12717 bool int_const, int_operands; in c_objc_common_truthvalue_conversion() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 4430 bool int_operands; in build_unary_op() local 5201 bool int_const, op1_int_operands, op2_int_operands, int_operands; in build_conditional_expr() local 5914 bool int_operands = EXPR_INT_CONST_OPERANDS (expr); in build_c_cast() local 11727 bool int_const, int_const_or_overflow, int_operands; in build_binary_op() local 12908 bool int_const, int_operands; in c_objc_common_truthvalue_conversion() local
|