HomeSort by relevance Sort by last modified time
    Searched refs:alias_set_type (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alias.h 29 typedef int alias_set_type; typedef
31 extern alias_set_type new_alias_set (void);
32 extern alias_set_type get_alias_set (tree);
33 extern alias_set_type get_deref_alias_set (tree);
34 extern alias_set_type get_varargs_alias_set (void);
35 extern alias_set_type get_frame_alias_set (void);
37 extern bool alias_set_subset_of (alias_set_type, alias_set_type);
38 extern void record_alias_subset (alias_set_type, alias_set_type);
    [all...]
tree-ssa-alias.h 82 alias_set_type ref_alias_set;
85 alias_set_type base_alias_set;
96 extern alias_set_type ao_ref_alias_set (ao_ref *);
tree-ssa-sccvn.h 108 alias_set_type set;
207 bool ao_ref_init_from_vn_reference (ao_ref *, alias_set_type, tree,
209 tree vn_reference_lookup_pieces (tree, alias_set_type, tree,
214 vn_reference_t vn_reference_insert_pieces (tree, alias_set_type, tree,
emit-rtl.h 24 extern void set_mem_alias_set (rtx, alias_set_type);
langhooks.h 326 alias_set_type (*get_alias_set) (tree);
rtl.h 155 alias_set_type alias;
    [all...]
gimple.h 891 extern alias_set_type gimple_get_alias_set (tree);
    [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 816 extern alias_set_type c_common_get_alias_set (tree);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]

Completed in 317 milliseconds