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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-compiler.cc 52 cst = build_float_cst (expr->toReal (), expr->type);
71 tree value = build_float_cst (e->toReal (), e->type);
d-tree.h 527 extern tree build_float_cst (const real_t &, Type *);
expr.cc 2527 this->result_ = build_float_cst (e->value, e->type->toBasetype ());
2555 build_float_cst (creall (e->value), tnext),
2556 build_float_cst (cimagl (e->value), tnext));
d-codegen.cc 245 build_float_cst (const real_t &value, Type *totype) function

Completed in 20 milliseconds