Home
last modified time | relevance | path

Searched refs:builtin_decl_implicit_p (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms.c138 if (builtin_decl_implicit_p (BUILT_IN_FWRITE)) in vms_patch_builtins()
141 if (builtin_decl_implicit_p (BUILT_IN_FWRITE_UNLOCKED)) in vms_patch_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms.cc138 if (builtin_decl_implicit_p (BUILT_IN_FWRITE)) in vms_patch_builtins()
141 if (builtin_decl_implicit_p (BUILT_IN_FWRITE_UNLOCKED)) in vms_patch_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c820 gcc_assert (builtin_decl_implicit_p (BUILT_IN_STPCPY)); in get_string_length()
2690 if (lhs != NULL_TREE || !builtin_decl_implicit_p (BUILT_IN_STPCPY)) in handle_builtin_strcpy()
3697 if (builtin_decl_implicit_p (BUILT_IN_STPCPY) && lhs == NULL_TREE) in handle_builtin_strcat()
3747 if (lhs == NULL_TREE && builtin_decl_implicit_p (BUILT_IN_STPCPY)) in handle_builtin_strcat()
H A Dasan.c2918 if (builtin_decl_implicit_p (BUILT_IN_ASAN_INIT)) in initialize_sanitizer_builtins()
3056 && !builtin_decl_implicit_p (BUILT_IN_OBJECT_SIZE)) in initialize_sanitizer_builtins()
H A Dbuiltins.c2171 if (implicit_p && !builtin_decl_implicit_p (fcode2)) in mathfn_built_in_1()
9247 || !builtin_decl_implicit_p (fn)) in fold_builtin_sincos()
H A Dtree.h5615 builtin_decl_implicit_p (enum built_in_function fncode) in builtin_decl_implicit_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc895 gcc_assert (builtin_decl_implicit_p (BUILT_IN_STPCPY)); in get_string_length()
2570 if (lhs != NULL_TREE || !builtin_decl_implicit_p (BUILT_IN_STPCPY)) in handle_builtin_strcpy()
3592 if (builtin_decl_implicit_p (BUILT_IN_STPCPY) && lhs == NULL_TREE) in handle_builtin_strcat()
3642 if (lhs == NULL_TREE && builtin_decl_implicit_p (BUILT_IN_STPCPY)) in handle_builtin_strcat()
H A Dasan.cc3371 if (builtin_decl_implicit_p (BUILT_IN_ASAN_INIT)) in initialize_sanitizer_builtins()
3519 && !builtin_decl_implicit_p (BUILT_IN_OBJECT_SIZE)) in initialize_sanitizer_builtins()
H A Dbuiltins.cc2072 if (implicit_p && !builtin_decl_implicit_p (fcode2)) in mathfn_built_in_1()
8443 || !builtin_decl_implicit_p (fn)) in fold_builtin_sincos()
H A Dtree.h5847 builtin_decl_implicit_p (enum built_in_function fncode) in builtin_decl_implicit_p() function
H A DChangeLog-20121277 builtin_decl_implicit_p (BUILT_IN_TSAN_INIT) is true.
H A DChangeLog-20118921 (builtin_decl_implicit_p): Ditto.
H A DChangeLog-201541997 builtin_decl_explicit_p, builtin_decl_implicit_p): Adjust.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc606 builtin_decl_implicit_p (BUILT_IN_PUTC_UNLOCKED)); in pa_init_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c593 builtin_decl_implicit_p (BUILT_IN_PUTC_UNLOCKED)); in pa_init_builtins()