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

  /src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc 311 ptr = indirect_ref (type, ptr);
722 tree result = indirect_ref (type, ptr);
750 tree result = indirect_ref (type, ptr);
expr.cc 1066 this->result_ = indirect_ref (build_ctype (e->type),
1183 result = indirect_ref (build_ctype (e->type),
1271 this->result_ = indirect_ref (build_ctype (e->type), result);
1300 this->result_ = indirect_ref (TREE_TYPE (TREE_TYPE (ptr)),
1408 this->result_ = indirect_ref (build_ctype (e->type), ptr);
1595 this->result_ = indirect_ref (build_ctype (e->type), build_expr (e->e1));
2049 ci = indirect_ref (ptr_type_node, ci);
2050 ci = indirect_ref (ptr_type_node, ci);
2054 ci = indirect_ref (ptr_type_node, ci);
2237 result = indirect_ref (build_ctype (e->var->type), result)
    [all...]
d-tree.h 574 extern tree indirect_ref (tree, tree);
d-codegen.cc 522 case INDIRECT_REF:
1416 return indirect_ref (type, build_address (exp));
1612 indirect_ref (tree type, tree exp) function
1621 exp = fold_build1 (INDIRECT_REF, type, exp);
2947 result = indirect_ref (ptr_type_node, result);
d-convert.cc 559 return indirect_ref (build_ctype (totype), d_array_ptr (exp));
decl.cc 1744 t = indirect_ref (build_ctype (fd->vthis->type), t);
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1726 <indirect_ref:S>
1737 tree indirect_ref = TREE_OPERAND (component_ref, 0);
1738 if (!INDIRECT_REF_P (indirect_ref))
1741 tree ptr = STRIP_NOPS (TREE_OPERAND (indirect_ref, 0));
1764 <indirect_ref:S>
1797 <indirect_ref:S
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1675 <indirect_ref:S>
1686 tree indirect_ref = TREE_OPERAND (component_ref, 0);
1687 if (!INDIRECT_REF_P (indirect_ref))
1690 tree ptr = STRIP_NOPS (TREE_OPERAND (indirect_ref, 0));
1713 <indirect_ref:S>
1746 <indirect_ref:S

Completed in 81 milliseconds