Lines Matching refs:cst
38 so we just lower the value to GCC and return the converted CST. */
45 tree cst;
50 cst = build_integer_cst (expr->toInteger (), build_ctype (expr->type));
52 cst = build_float_cst (expr->toReal (), expr->type);
83 cst = build_vector_from_ctor (vectype, elms);
88 /* Encode CST to buffer. */
89 int len = native_encode_expr (cst, buffer, sizeof (buffer));
99 cst = native_interpret_expr (vectype, buffer, len);
101 Expression *e = d_eval_constant_expression (expr->loc, cst);
109 cst = native_interpret_expr (build_ctype (type), buffer, len);
111 Expression *e = d_eval_constant_expression (expr->loc, cst);