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

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.cc 1289 access_fn_component_p (tree op)
1306 /* Returns whether BASE can have a access_fn_component_p with BASE
1356 sync with access_fn_component_p. */
3089 /* REF_A and REF_B both satisfy access_fn_component_p. Return true
3260 gcc_checking_assert (access_fn_component_p (ref_a));
3261 gcc_checking_assert (access_fn_component_p (ref_b));
1288 access_fn_component_p (tree op) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.cc 1276 access_fn_component_p (tree op)
1293 /* Returns whether BASE can have a access_fn_component_p with BASE
1343 sync with access_fn_component_p. */
3055 /* REF_A and REF_B both satisfy access_fn_component_p. Return true
3226 gcc_checking_assert (access_fn_component_p (ref_a));
3227 gcc_checking_assert (access_fn_component_p (ref_b));
1275 access_fn_component_p (tree op) function

Completed in 23 milliseconds