HomeSort by: relevance | last modified time | path
    Searched refs:ref_a (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
grant_table.h 572 grant_ref_t ref_a; member in struct:gnttab_swap_grant_ref
  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.cc 3089 /* REF_A and REF_B both satisfy access_fn_component_p. Return true
3094 access_fn_components_comparable_p (tree ref_a, tree ref_b)
3101 tree_code code_a = TREE_CODE (ref_a);
3110 if (TREE_CODE (ref_a) == COMPONENT_REF)
3114 return (DECL_CONTEXT (TREE_OPERAND (ref_a, 1))
3117 return types_compatible_p (TREE_TYPE (TREE_OPERAND (ref_a, 0)),
3199 - REF_A is what you get after applying DR_ACCESS_FN (A, INDEX_A) and
3203 tree ref_a = DR_REF (a);
3258 /* REF_A and REF_B must be one of the component access types
3260 gcc_checking_assert (access_fn_component_p (ref_a));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.cc 3055 /* REF_A and REF_B both satisfy access_fn_component_p. Return true
3060 access_fn_components_comparable_p (tree ref_a, tree ref_b)
3067 tree_code code_a = TREE_CODE (ref_a);
3076 if (TREE_CODE (ref_a) == COMPONENT_REF)
3080 return (DECL_CONTEXT (TREE_OPERAND (ref_a, 1))
3083 return types_compatible_p (TREE_TYPE (TREE_OPERAND (ref_a, 0)),
3165 - REF_A is what you get after applying DR_ACCESS_FN (A, INDEX_A) and
3169 tree ref_a = DR_REF (a);
3224 /* REF_A and REF_B must be one of the component access types
3226 gcc_checking_assert (access_fn_component_p (ref_a));
    [all...]

Completed in 28 milliseconds