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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-compiler.cc 50 cst = build_integer_cst (expr->toInteger (), build_ctype (expr->type));
65 tree value = build_integer_cst (e->toInteger (),
d-target.cc 493 return build_integer_cst (global.params.cplusplus);
typeinfo.cc 913 this->layout_field (build_integer_cst (flags, d_uint_type));
968 this->layout_field (build_integer_cst (flags, d_uint_type));
1095 this->layout_field (build_integer_cst (m_flags, d_uint_type));
1109 this->layout_field (build_integer_cst (ti->alignsize (), d_uint_type));
modules.cc 371 CONSTRUCTOR_APPEND_ELT (ve, NULL_TREE, build_integer_cst (1, size_type_node));
616 build_integer_cst (flags, d_uint_type));
619 build_integer_cst (0, d_uint_type));
d-tree.h 526 extern tree build_integer_cst (dinteger_t, tree = d_int_type);
intrinsics.cc 283 build_integer_cst (argsize - 1, type), result);
types.cc 1043 tree value = build_integer_cst (member->value ()->toInteger (),
toir.cc 893 casevalue = build_integer_cst (s->index, build_ctype (Type::tint32));
expr.cc 2520 this->result_ = build_integer_cst (e->value, ctype);
2576 tree value = build_integer_cst (e->getCodeUnit (i), etype);
d-codegen.cc 233 build_integer_cst (dinteger_t value, tree type) function
decl.cc 792 tree size = build_integer_cst (d->type->size (d->loc),

Completed in 36 milliseconds