Home | History | Annotate | Download | only in cp

Lines Matching refs:cst

30 cplus_expand_constant (tree cst)
32 switch (TREE_CODE (cst))
36 tree type = TREE_TYPE (cst);
40 member = PTRMEM_CST_MEMBER (cst);
44 return cst;
49 cst = byte_position (member);
58 cst = size_binop (PLUS_EXPR, cst, byte_position (member));
60 cst = fold (build_nop (type, cst));
67 expand_ptrmemfunc_cst (cst, &delta, &pfn);
68 cst = build_ptrmemfunc1 (type, delta, pfn);
77 FOR_EACH_VEC_SAFE_ELT (CONSTRUCTOR_ELTS (cst), idx, elt)
86 return cst;