HomeSort by: relevance | last modified time | path
    Searched defs:fncode (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sancov.cc 58 enum built_in_function fncode = END_BUILTINS; local
69 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP1
74 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP2
79 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP4
84 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP8
94 fncode = BUILT_IN_SANITIZER_COV_TRACE_CMPF;
99 fncode = BUILT_IN_SANITIZER_COV_TRACE_CMPD;
130 tree fndecl = builtin_decl_implicit (fncode);
tree-ssa-uninit.cc 509 built_in_function fncode = DECL_FUNCTION_CODE (fndecl); local
510 if (fncode > BEGIN_SANITIZER_BUILTINS
511 && fncode < END_SANITIZER_BUILTINS)
661 const built_in_function fncode = DECL_FUNCTION_CODE (fndecl); local
662 if (fncode == BUILT_IN_ALLOCA
663 || fncode == BUILT_IN_ALLOCA_WITH_ALIGN
664 || fncode == BUILT_IN_MALLOC)
789 const built_in_function fncode local
793 if (fncode == BUILT_IN_MEMCPY || fncode == BUILT_IN_MEMMOVE
    [all...]
gimple-ssa-warn-access.cc 404 int fncode = DECL_FUNCTION_CODE (fndecl); local
405 switch (fncode)
575 if (argno && fncode == BUILT_IN_STRNCAT)
579 If so, reset BOUND and FNCODE to trigger a warning. */
587 fncode = 0;
626 if (fncode == BUILT_IN_STRNCAT
634 fncode = 0;
661 else if (fncode == BUILT_IN_STRNCAT)
1945 built_in_function fncode = DECL_FUNCTION_CODE (adealloc); local
1946 if (fncode == BUILT_IN_FREE || fncode == BUILT_IN_REALLOC
1966 built_in_function fncode = DECL_FUNCTION_CODE (ddealloc); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sancov.cc 58 enum built_in_function fncode = END_BUILTINS; local
69 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP1
74 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP2
79 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP4
84 fncode = c ? BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP8
94 fncode = BUILT_IN_SANITIZER_COV_TRACE_CMPF;
99 fncode = BUILT_IN_SANITIZER_COV_TRACE_CMPD;
130 tree fndecl = builtin_decl_implicit (fncode);
tree-ssa-uninit.cc 490 built_in_function fncode = DECL_FUNCTION_CODE (fndecl); local
491 if (fncode > BEGIN_SANITIZER_BUILTINS
492 && fncode < END_SANITIZER_BUILTINS)
642 const built_in_function fncode = DECL_FUNCTION_CODE (fndecl); local
643 if (fncode == BUILT_IN_ALLOCA
644 || fncode == BUILT_IN_ALLOCA_WITH_ALIGN
645 || fncode == BUILT_IN_MALLOC)
772 const built_in_function fncode local
776 if (fncode == BUILT_IN_MEMCPY || fncode == BUILT_IN_MEMMOVE
    [all...]
gimple-ssa-warn-access.cc 402 int fncode = DECL_FUNCTION_CODE (fndecl); local
403 switch (fncode)
573 if (argno && fncode == BUILT_IN_STRNCAT)
577 If so, reset BOUND and FNCODE to trigger a warning. */
585 fncode = 0;
624 if (fncode == BUILT_IN_STRNCAT
632 fncode = 0;
659 else if (fncode == BUILT_IN_STRNCAT)
1920 built_in_function fncode = DECL_FUNCTION_CODE (adealloc); local
1921 if (fncode == BUILT_IN_FREE || fncode == BUILT_IN_REALLOC
1941 built_in_function fncode = DECL_FUNCTION_CODE (ddealloc); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 793 enum built_in_function fncode = DECL_FUNCTION_CODE (callee); local
794 switch (fncode)
889 if (strop && !cmp && fncode != BUILT_IN_STRNDUP && src)
c-common.cc 3837 static void def_builtin_1 (enum built_in_function fncode,
5023 def_builtin_1 (enum built_in_function fncode,
5040 decl = add_builtin_function (name, fntype, fncode, fnclass,
5044 set_builtin_decl (fncode, decl, implicit_p);
5049 add_builtin_function (libname, libtype, fncode, fnclass,
8312 enum built_in_function fncode
8315 if (fncode == BUILT_IN_NONE)
8324 new_function = builtin_decl_explicit (fncode);
8458 enum built_in_function fncode;
8467 fncode = (enum built_in_function)((int)orig_code + exact_log2 (n) + 1)
8294 enum built_in_function fncode local
8440 enum built_in_function fncode; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 69 rs6000_invalid_builtin (enum rs6000_gen_builtins fncode)
71 size_t j = (size_t) fncode;
151 rs6000_builtin_is_supported (enum rs6000_gen_builtins fncode)
153 switch (rs6000_builtin_info[(size_t) fncode].enable)
1065 size_t fncode = (size_t) fn_code; local
1067 if (!bif_is_mma (rs6000_builtin_info[fncode]))
1073 if (rs6000_builtin_info[fncode].assoc_bif == RS6000_BIF_NONE
1074 && fncode != RS6000_BIF_LXVP
1075 && fncode != RS6000_BIF_STXVP)
1078 bifdata *bd = &rs6000_builtin_info[fncode];
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 792 enum built_in_function fncode = DECL_FUNCTION_CODE (callee); local
793 switch (fncode)
888 if (strop && !cmp && fncode != BUILT_IN_STRNDUP && src)
c-common.cc 3776 static void def_builtin_1 (enum built_in_function fncode,
4938 def_builtin_1 (enum built_in_function fncode,
4955 decl = add_builtin_function (name, fntype, fncode, fnclass,
4959 set_builtin_decl (fncode, decl, implicit_p);
4964 add_builtin_function (libname, libtype, fncode, fnclass,
7873 enum built_in_function fncode
7876 if (fncode == BUILT_IN_NONE)
7885 new_function = builtin_decl_explicit (fncode);
8020 enum built_in_function fncode;
8025 fncode = (enum built_in_function)((int)orig_code + exact_log2 (n) + 1)
7855 enum built_in_function fncode local
8002 enum built_in_function fncode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 72 rs6000_invalid_builtin (enum rs6000_gen_builtins fncode)
74 size_t j = (size_t) fncode;
154 rs6000_builtin_is_supported (enum rs6000_gen_builtins fncode)
156 switch (rs6000_builtin_info[(size_t) fncode].enable)
1089 size_t fncode = (size_t) fn_code; local
1091 if (!bif_is_mma (rs6000_builtin_info[fncode]))
1097 if (rs6000_builtin_info[fncode].assoc_bif == RS6000_BIF_NONE
1098 && fncode != RS6000_BIF_LXVP
1099 && fncode != RS6000_BIF_STXVP)
1102 bifdata *bd = &rs6000_builtin_info[fncode];
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 3694 int fncode;
3698 fncode = BUILT_IN_ATOMIC_LOAD_N + exact_log2 (size) + 1;
3699 t = builtin_decl_implicit ((enum built_in_function) fncode);
3689 int fncode; local
decl.cc 1865 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1866 tree tmpdecl = builtin_decl_explicit (fncode);
3012 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
3013 if (builtin_decl_explicit_p (fncode))
3018 switch (fncode)
3021 set_builtin_decl_implicit_p (fncode, true);
3024 set_builtin_decl_declared_p (fncode, true);
1860 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl); local
3007 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 3511 int fncode;
3515 fncode = BUILT_IN_ATOMIC_LOAD_N + exact_log2 (size) + 1;
3516 t = builtin_decl_implicit ((enum built_in_function) fncode);
3506 int fncode; local
decl.cc 1739 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl);
1740 tree tmpdecl = builtin_decl_explicit (fncode);
2825 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2826 if (builtin_decl_explicit_p (fncode))
2831 switch (fncode)
2834 set_builtin_decl_implicit_p (fncode, true);
2837 set_builtin_decl_declared_p (fncode, true);
1734 enum built_in_function fncode = DECL_FUNCTION_CODE (olddecl); local
2820 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 3010 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
3011 switch (fncode)
3017 if (builtin_decl_explicit_p (fncode))
3018 set_builtin_decl_implicit_p (fncode, true);
3021 if (builtin_decl_explicit_p (fncode))
3022 set_builtin_decl_declared_p (fncode, true);
2997 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl); local
c-typeck.cc 4678 built_in_function fncode;
4683 fncode = (return_old_p
4688 fncode = (return_old_p
4693 fncode = (return_old_p
4698 fncode = (return_old_p
4703 fncode = (return_old_p
4736 fndecl = builtin_decl_explicit (fncode);
4662 built_in_function fncode; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2822 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl);
2823 switch (fncode)
2829 if (builtin_decl_explicit_p (fncode))
2830 set_builtin_decl_implicit_p (fncode, true);
2833 if (builtin_decl_explicit_p (fncode))
2834 set_builtin_decl_declared_p (fncode, true);
2809 enum built_in_function fncode = DECL_FUNCTION_CODE (newdecl); local
c-typeck.cc 4234 built_in_function fncode;
4239 fncode = (return_old_p
4244 fncode = (return_old_p
4249 fncode = (return_old_p
4254 fncode = (return_old_p
4259 fncode = (return_old_p
4292 fndecl = builtin_decl_explicit (fncode);
4220 built_in_function fncode; local

Completed in 241 milliseconds