Home
last modified time | relevance | path

Searched refs:truthvalue_false_node (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c529 ? truthvalue_false_node in c_fully_fold_internal()
555 ? op0 == truthvalue_false_node in c_fully_fold_internal()
561 ? op0 == truthvalue_false_node in c_fully_fold_internal()
574 c_disable_warnings (op0 == truthvalue_false_node); in c_fully_fold_internal()
578 c_enable_warnings (op0 == truthvalue_false_node); in c_fully_fold_internal()
603 && op0 == truthvalue_false_node)) in c_fully_fold_internal()
607 && op0 == truthvalue_false_node)) in c_fully_fold_internal()
H A Dc-typeck.c5325 += (ifexp == truthvalue_false_node); in build_conditional_expr()
5329 -= (ifexp == truthvalue_false_node); in build_conditional_expr()
5493 if (ifexp_bcp && ifexp == truthvalue_false_node) in build_conditional_expr()
5506 || (ifexp == truthvalue_false_node in build_conditional_expr()
11905 && (op0 == truthvalue_false_node in build_binary_op()
11909 && (op0 == truthvalue_false_node in build_binary_op()
H A Dc-parser.c7698 c_inhibit_evaluation_warnings += cond.value == truthvalue_false_node; in c_parser_conditional_expression()
7703 - (cond.value == truthvalue_false_node)); in c_parser_conditional_expression()
7857 == truthvalue_false_node); \ in c_parser_binary_expression()
8031 == truthvalue_false_node); in c_parser_binary_expression()
H A Dc-decl.c4420 truthvalue_false_node = integer_zero_node; in c_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc530 ? truthvalue_false_node in c_fully_fold_internal()
556 ? op0 == truthvalue_false_node in c_fully_fold_internal()
562 ? op0 == truthvalue_false_node in c_fully_fold_internal()
575 c_disable_warnings (op0 == truthvalue_false_node); in c_fully_fold_internal()
579 c_enable_warnings (op0 == truthvalue_false_node); in c_fully_fold_internal()
604 && op0 == truthvalue_false_node)) in c_fully_fold_internal()
608 && op0 == truthvalue_false_node)) in c_fully_fold_internal()
H A Dc-typeck.cc5363 += (ifexp == truthvalue_false_node); in build_conditional_expr()
5367 -= (ifexp == truthvalue_false_node); in build_conditional_expr()
5533 if (ifexp_bcp && ifexp == truthvalue_false_node) in build_conditional_expr()
5546 || (ifexp == truthvalue_false_node in build_conditional_expr()
12117 && (op0 == truthvalue_false_node in build_binary_op()
12121 && (op0 == truthvalue_false_node in build_binary_op()
H A Dc-parser.cc7661 c_inhibit_evaluation_warnings += cond.value == truthvalue_false_node; in c_parser_conditional_expression()
7666 - (cond.value == truthvalue_false_node)); in c_parser_conditional_expression()
7831 == truthvalue_false_node); \ in c_parser_binary_expression()
8024 == truthvalue_false_node); in c_parser_binary_expression()
H A Dc-decl.cc4511 truthvalue_false_node = integer_zero_node; in c_init_decl_processing()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c2885 val = truthvalue_false_node; in shorten_compare()
2892 val = truthvalue_false_node; in shorten_compare()
2899 val = truthvalue_false_node; in shorten_compare()
2906 val = truthvalue_false_node; in shorten_compare()
2913 val = truthvalue_false_node; in shorten_compare()
2956 if (val == truthvalue_false_node) in shorten_compare()
3072 value = truthvalue_false_node; in shorten_compare()
3301 return integer_zerop (expr) ? truthvalue_false_node in c_common_truthvalue_conversion()
3307 : truthvalue_false_node; in c_common_truthvalue_conversion()
3313 : truthvalue_false_node; in c_common_truthvalue_conversion()
H A Dc-common.h494 #define truthvalue_false_node c_global_trees[CTI_TRUTHVALUE_FALSE] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3079 val = truthvalue_false_node; in shorten_compare()
3086 val = truthvalue_false_node; in shorten_compare()
3093 val = truthvalue_false_node; in shorten_compare()
3100 val = truthvalue_false_node; in shorten_compare()
3107 val = truthvalue_false_node; in shorten_compare()
3150 if (val == truthvalue_false_node) in shorten_compare()
3266 value = truthvalue_false_node; in shorten_compare()
3535 return integer_zerop (expr) ? truthvalue_false_node in c_common_truthvalue_conversion()
3541 : truthvalue_false_node; in c_common_truthvalue_conversion()
3547 : truthvalue_false_node; in c_common_truthvalue_conversion()
H A Dc-common.h513 #define truthvalue_false_node c_global_trees[CTI_TRUTHVALUE_FALSE] macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c9621 && cp_fully_fold (current.lhs) == truthvalue_false_node) in cp_parser_binary_expression()
9811 folded_logical_or_expr == truthvalue_false_node; in cp_parser_question_colon_clause()
9815 - (folded_logical_or_expr == truthvalue_false_node)); in cp_parser_question_colon_clause()
H A Ddecl.c4337 truthvalue_false_node = boolean_false_node; in cxx_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc10089 && cp_fully_fold (current.lhs) == truthvalue_false_node) in cp_parser_binary_expression()
10279 folded_logical_or_expr == truthvalue_false_node; in cp_parser_question_colon_clause()
10283 - (folded_logical_or_expr == truthvalue_false_node)); in cp_parser_question_colon_clause()
H A Ddecl.cc4580 truthvalue_false_node = boolean_false_node; in cxx_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312863 (truthvalue_false_node): Renamed from boolean_false_node.