Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dprint-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()
Dc-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 …]
Dc-tree.h142 && !DECL_BUILT_IN (EXP)))
Dtree-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()
Dgimplify.c2046 if (decl && DECL_BUILT_IN (decl)) in gimplify_call_expr()
2106 if (decl && DECL_BUILT_IN (decl)) in gimplify_call_expr()
Dfold-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()
Dtree.h3138 #define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN) macro
Dvarasm.c1896 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_BUILT_IN (decl)) in incorporeal_function_p()
Dtree.c4906 if (DECL_BUILT_IN (t)) in iterative_hash_expr()
Dexpr.c7711 && DECL_BUILT_IN (TREE_OPERAND (TREE_OPERAND (exp, 0), 0))) in expand_expr_real_1()
Dbuiltins.c6536 || ! DECL_BUILT_IN (fndecl) in builtin_mathfn_code()
DChangeLog-1999761 (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
6534 DECL_BUILT_IN.
6546 (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
DChangeLog.tree-ssa2237 (execute_fold_all_builtins): Fix DECL_BUILT_IN comparison.
DChangeLog-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
DChangeLog-200326739 implies DECL_BUILT_IN to simplify logic.
/freebsd-10-stable/contrib/gcc/cp/
Ddecl.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()
Dcall.c328 if (! decl || ! DECL_BUILT_IN (decl)) in build_call()
4752 if (DECL_BUILT_IN (fn)) in magic_varargs_p()
Dname-lookup.c5194 && DECL_BUILT_IN (t)) in cp_emit_debug_info_for_using()
DChangeLog-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.
Dtypeck.c2960 if (fndecl && DECL_BUILT_IN (fndecl) in convert_arguments()