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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h 34 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
37 explicit operator internal_fn () const;
53 inline code_helper::operator internal_fn () const
385 internal_fn get_conditional_internal_fn (code_helper, tree);
genmatch.cc 238 enum internal_fn { enum
408 fn_id (enum internal_fn fn_, const char *id_)
tree-core.h 198 enum internal_fn { enum
1118 enum internal_fn ifn;
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 360 enum internal_fn { enum
530 fn_id (enum internal_fn fn_, const char *id_)
tree-core.h 200 enum internal_fn { enum
1143 enum internal_fn ifn;
tree.h 37 as_combined_fn (internal_fn fn)
71 inline internal_fn
75 return internal_fn (int (code) - int (END_BUILTINS));
86 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
89 explicit operator internal_fn () const;
126 inline code_helper::operator internal_fn () const
4863 extern tree build_call_expr_internal_loc (location_t, enum internal_fn,
4865 extern tree build_call_expr_internal_loc_array (location_t, enum internal_fn,
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 2157 struct type *internal_fn = nullptr; member in struct:builtin_type
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 2163 struct type *internal_fn = nullptr; member in struct:builtin_type

Completed in 51 milliseconds