Searched refs:reject_gcc_builtin (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | expr.c | 102 if (reject_builtin && reject_gcc_builtin (expr, loc)) in mark_use()
|
H A D | typeck.c | 2163 if (reject_builtin && reject_gcc_builtin (exp, loc)) in decay_conversion()
|
H A D | call.c | 8910 if (TREE_CODE (a) == FUNCTION_DECL && reject_gcc_builtin (a)) in build_over_call()
|
H A D | pt.c | 8472 && reject_gcc_builtin (TREE_OPERAND (inner, 0))) in convert_template_argument()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | expr.cc | 102 if (reject_builtin && reject_gcc_builtin (expr, loc)) in mark_use()
|
H A D | ChangeLog-2015 | 1758 * pt.c (convert_template_argument): Call reject_gcc_builtin.
|
H A D | ChangeLog-2016 | 3457 (build_over_call): If magic_varargs_p == 2, call reject_gcc_builtin,
|
H A D | typeck.cc | 2352 if (reject_builtin && reject_gcc_builtin (exp, loc)) in decay_conversion()
|
H A D | call.cc | 9624 if (TREE_CODE (a) == FUNCTION_DECL && reject_gcc_builtin (a)) in build_over_call()
|
H A D | pt.cc | 8702 && reject_gcc_builtin (TREE_OPERAND (inner, 0))) in convert_template_argument()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1295 extern bool reject_gcc_builtin (const_tree, location_t = UNKNOWN_LOCATION);
|
H A D | c-common.c | 8244 reject_gcc_builtin (const_tree expr, location_t loc /* = UNKNOWN_LOCATION */) in reject_gcc_builtin() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 3667 else if (TREE_CODE (val) == ADDR_EXPR && reject_gcc_builtin (val)) in convert_arguments() 3740 if (reject_gcc_builtin (arg.value)) in parser_build_unary_op() 5196 if (code1 == POINTER_TYPE && reject_gcc_builtin (op1)) in build_conditional_expr() 5199 if (code2 == POINTER_TYPE && reject_gcc_builtin (op2)) in build_conditional_expr() 6067 && reject_gcc_builtin (expr)) in c_cast_expr() 6871 if (coder == POINTER_TYPE && reject_gcc_builtin (rhs)) in convert_for_assignment() 11635 && reject_gcc_builtin (op0, EXPR_LOCATION (orig_op0))) in build_binary_op() 11639 && reject_gcc_builtin (op1, EXPR_LOCATION (orig_op1))) in build_binary_op() 12738 if (reject_gcc_builtin (expr)) in c_objc_common_truthvalue_conversion()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1399 extern bool reject_gcc_builtin (const_tree, location_t = UNKNOWN_LOCATION);
|
H A D | ChangeLog | 3993 (reject_gcc_builtin): Likewise. 4635 (reject_gcc_builtin): Strip any location wrapper from EXPR. 7184 * c-common.c (reject_gcc_builtin): Check for FUNCTION_DECL rather than 7886 * c-common.h (c_decl_implicit, reject_gcc_builtin): Declare new 7888 * c-common.c (reject_gcc_builtin): Define.
|
H A D | c-common.cc | 8696 reject_gcc_builtin (const_tree expr, location_t loc /* = UNKNOWN_LOCATION */) in reject_gcc_builtin() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 3692 else if (TREE_CODE (val) == ADDR_EXPR && reject_gcc_builtin (val)) in convert_arguments() 3765 if (reject_gcc_builtin (arg.value)) in parser_build_unary_op() 5234 if (code1 == POINTER_TYPE && reject_gcc_builtin (op1)) in build_conditional_expr() 5237 if (code2 == POINTER_TYPE && reject_gcc_builtin (op2)) in build_conditional_expr() 6185 && reject_gcc_builtin (expr)) in c_cast_expr() 6983 if (coder == POINTER_TYPE && reject_gcc_builtin (rhs)) in convert_for_assignment() 11847 && reject_gcc_builtin (op0, EXPR_LOCATION (orig_op0))) in build_binary_op() 11851 && reject_gcc_builtin (op1, EXPR_LOCATION (orig_op1))) in build_binary_op() 12929 if (reject_gcc_builtin (expr)) in c_objc_common_truthvalue_conversion()
|
H A D | ChangeLog | 5959 reject_gcc_builtin.
|