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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 3498 get_constraint_for_address_of (tree t, vec<ce_s> *results) function
3571 get_constraint_for_address_of (TREE_OPERAND (t, 0), results);
4369 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc);
5065 get_constraint_for_address_of (lhsop, &rhsc);
5364 get_constraint_for_address_of (lhs, &rhsc);
5393 get_constraint_for_address_of (rhs, &rhsc);
5597 get_constraint_for_address_of (arg, &rhsc);
6454 get_constraint_for_address_of (ref->referred->decl, &rhsc);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 3465 get_constraint_for_address_of (tree t, vec<ce_s> *results) function
3538 get_constraint_for_address_of (TREE_OPERAND (t, 0), results);
4337 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc);
5033 get_constraint_for_address_of (lhsop, &rhsc);
5337 get_constraint_for_address_of (lhs, &rhsc);
5366 get_constraint_for_address_of (rhs, &rhsc);
5570 get_constraint_for_address_of (arg, &rhsc);
6428 get_constraint_for_address_of (ref->referred->decl, &rhsc);

Completed in 20 milliseconds