Home
last modified time | relevance | path

Searched refs:DECL_BUILT_IN (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/gcc/
HDprint-tree.c362 if (TREE_CODE (node) == FUNCTION_DECL && DECL_BUILT_IN (node)) in print_node()
443 || DECL_INLINE (node) || DECL_BUILT_IN (node)) in print_node()
454 if (TREE_CODE (node) == FUNCTION_DECL && DECL_BUILT_IN (node)) in print_node()
HDc-decl.c1163 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl))
1207 && DECL_BUILT_IN (olddecl) in diagnose_mismatched_decls()
1234 && DECL_BUILT_IN (olddecl) && !C_DECL_DECLARED_BUILTIN (olddecl)) in diagnose_mismatched_decls()
1328 if (DECL_BUILT_IN (olddecl) in diagnose_mismatched_decls()
1614 && !DECL_BUILT_IN (newdecl) in diagnose_mismatched_decls()
1615 && DECL_BUILT_IN (olddecl) in diagnose_mismatched_decls()
1866 if (DECL_BUILT_IN (olddecl)) in merge_decls()
2018 && DECL_BUILT_IN (old_decl)) in warn_if_shadowing()
2187 && DECL_BUILT_IN (b_use->decl)) in pushdecl()
2291 if (TREE_CODE (b->decl) == FUNCTION_DECL && DECL_BUILT_IN (b->decl)) in pushdecl()
[all …]
HDc-tree.h142 && !DECL_BUILT_IN (EXP)))
HDtree-ssa-ccp.c934 && DECL_BUILT_IN (TREE_OPERAND (TREE_OPERAND (rhs, 0), 0))) in ccp_fold()
2395 if (callee && DECL_BUILT_IN (callee)) in fold_stmt()
HDgimplify.c2046 if (decl && DECL_BUILT_IN (decl)) in gimplify_call_expr()
2106 if (decl && DECL_BUILT_IN (decl)) in gimplify_call_expr()
HDfold-const.c2896 && DECL_BUILT_IN (arg0) && DECL_BUILT_IN (arg1) in operand_equal_p()
11735 && DECL_BUILT_IN (TREE_OPERAND (op0, 0))) in fold_ternary()
HDtree.h3138 #define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN) macro
HDvarasm.c1896 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl)) in incorporeal_function_p()
HDtree.c4906 if (DECL_BUILT_IN (t)) in iterative_hash_expr()
HDexpr.c7711 && DECL_BUILT_IN (TREE_OPERAND (TREE_OPERAND (exp, 0), 0))) in expand_expr_real_1()
HDbuiltins.c6536 || ! DECL_BUILT_IN (fndecl) in builtin_mathfn_code()
HDChangeLog-1999761 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
6534 DECL_BUILT_IN.
6546 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
HDChangeLog.tree-ssa2237 (execute_fold_all_builtins): Fix DECL_BUILT_IN comparison.
HDChangeLog-20046899 * c-decl.c (start_function): Don't check for DECL_BUILT_IN when
42619 treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
HDChangeLog-200326739 implies DECL_BUILT_IN to simplify logic.
/NextBSD/contrib/gcc/cp/
HDdecl.c959 && (DECL_BUILT_IN (olddecl) in decls_match()
1193 DECL_BUILT_IN (olddecl) ? "built-in" : "library", in duplicate_decls()
1200 else if (! DECL_BUILT_IN (olddecl)) in duplicate_decls()
1266 DECL_BUILT_IN (olddecl) ? "built-in" : "library", in duplicate_decls()
1930 if (DECL_BUILT_IN (olddecl)) in duplicate_decls()
HDcall.c328 if (! decl || ! DECL_BUILT_IN (decl)) in build_call()
4752 if (DECL_BUILT_IN (fn)) in magic_varargs_p()
HDname-lookup.c5194 && DECL_BUILT_IN (t)) in cp_emit_debug_info_for_using()
HDChangeLog-19991683 DECL_BUILT_IN.
2205 Move code to set DECL_BUILT_IN and DECL_FUNCTION_CODE to...
4263 not DECL_BUILT_IN, to determine if a function is internally declared.
HDtypeck.c2960 if (fndecl && DECL_BUILT_IN (fndecl) in convert_arguments()