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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
grant_table.h 573 grant_ref_t ref_b; 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)
3102 tree_code code_b = TREE_CODE (ref_b);
3115 == DECL_CONTEXT (TREE_OPERAND (ref_b, 1)));
3118 TREE_TYPE (TREE_OPERAND (ref_b, 0)));
3200 - REF_B is what you get after applying DR_ACCESS_FN (B, INDEX_B). */
3204 tree ref_b = DR_REF (b);
3258 /* REF_A and REF_B must be one of the component access types
3261 gcc_checking_assert (access_fn_component_p (ref_b));
3263 /* Get the immediately-enclosing objects for REF_A and REF_B,
    [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)
3068 tree_code code_b = TREE_CODE (ref_b);
3081 == DECL_CONTEXT (TREE_OPERAND (ref_b, 1)));
3084 TREE_TYPE (TREE_OPERAND (ref_b, 0)));
3166 - REF_B is what you get after applying DR_ACCESS_FN (B, INDEX_B). */
3170 tree ref_b = DR_REF (b);
3224 /* REF_A and REF_B must be one of the component access types
3227 gcc_checking_assert (access_fn_component_p (ref_b));
3229 /* Get the immediately-enclosing objects for REF_A and REF_B,
    [all...]

Completed in 30 milliseconds