Home
last modified time | relevance | path

Searched refs:ops_ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-sccvn.c1657 vn_lookup_simplify_result (code_helper rcode, tree type, tree *ops_) in vn_lookup_simplify_result() argument
1661 tree *ops = ops_; in vn_lookup_simplify_result()
1666 && TREE_CODE (ops_[0]) == CONSTRUCTOR) in vn_lookup_simplify_result()
1668 length = CONSTRUCTOR_NELTS (ops_[0]); in vn_lookup_simplify_result()
1671 ops[i] = CONSTRUCTOR_ELT (ops_[0], i)->value; in vn_lookup_simplify_result()
/dragonfly/sys/sys/
H A Dsysproto.h194 int ops; char ops_[PAD_(int)]; member