OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_ctype
(Results
1 - 13
of
13
) 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));
66
build_ctype
(e->type));
81
tree vectype = build_vector_type (
build_ctype
(telem), nunits);
97
tree vectype = build_vector_type (
build_ctype
(elem), nunits);
109
cst = native_interpret_expr (
build_ctype
(type), buffer, len);
d-convert.cc
391
result = build_vconvert (
build_ctype
(totype), exp);
419
tree type =
build_ctype
(totype);
425
return build_condition (
build_ctype
(totype), cond,
444
result = d_convert (
build_ctype
(totype), null_pointer_node);
466
result = build_nop (
build_ctype
(totype), build_address (exp));
474
tree ptrtype =
build_ctype
(tbtype->nextOf ()->pointerTo ());
490
return d_array_value (
build_ctype
(totype), size_int (dim),
496
return build_nop (
build_ctype
(totype), exp);
503
result = build_vconvert (
build_ctype
(totype), exp);
508
tree type =
build_ctype
(totype)
[
all
...]
imports.cc
106
tree type =
build_ctype
(d->type);
117
tree type =
build_ctype
(d->type);
125
tree type = TREE_TYPE (
build_ctype
(d->type));
types.cc
184
tree t = build_array_type (
build_ctype
(type), index);
190
tree t = build_array_type (
build_ctype
(type),
537
tree objtype = TREE_TYPE (
build_ctype
(cd->type));
646
type->ctype =
build_ctype
(ad->type);
766
t->ctype = build_pointer_type (
build_ctype
(t->next));
779
build_ctype
(Type::tsize_t),
781
build_pointer_type (
build_ctype
(t->next)));
810
tree inner =
build_ctype
(t->elementType ());
814
inner =
build_ctype
(Type::tuns8);
849
tree type =
build_ctype
(Type::typeinfotypelist->type)
1201
build_ctype
(Type *t)
function
[
all
...]
expr.cc
198
rhs = binary_op (code,
build_ctype
(e1->type),
259
this->result_ = build_condition (
build_ctype
(e->type), cond, t1, t2);
279
this->result_ = d_convert (
build_ctype
(e->type),
322
this->result_ = d_convert (
build_ctype
(e->type),
433
result = build1 (TRUTH_NOT_EXPR,
build_ctype
(e->type), result);
458
result = build1 (TRUTH_NOT_EXPR,
build_ctype
(e->type), result);
469
this->result_ = d_convert (
build_ctype
(e->type),
535
this->result_ = d_convert (
build_ctype
(e->type), result);
554
this->result_ = d_convert (
build_ctype
(e->type),
566
this->result_ = build_condition (
build_ctype
(e->type)
[
all
...]
d-target.cc
214
return min_align_of_type (
build_ctype
(type));
231
align = ADJUST_FIELD_ALIGN (NULL_TREE,
build_ctype
(type), align);
284
tree ctype = build_vector_type (
build_ctype
(type), nunits);
378
tree ctype =
build_ctype
(type);
runtime.cc
243
args[i] =
build_ctype
(type);
249
tree tret =
build_ctype
(get_libcall_type (return_type));
319
return convert (
build_ctype
(type), result);
d-codegen.cc
100
tree context =
build_ctype
(ad->type);
151
return
build_ctype
(t->merge2 ());
159
return
build_ctype
(valist);
162
tree type =
build_ctype
(decl->type);
201
return
build_ctype
(t->merge2 ());
209
return
build_ctype
(valist);
212
tree type =
build_ctype
(arg->type);
252
tree type_node =
build_ctype
(tb);
341
tree ctype =
build_ctype
(cd->type);
363
tree ctype =
build_ctype
(cd->type)
[
all
...]
decl.cc
476
tree ctype =
build_ctype
(d->type);
642
tree ctype = TREE_TYPE (
build_ctype
(d->type));
685
tree ctype = TREE_TYPE (
build_ctype
(d->type));
724
tree ctype =
build_ctype
(d->type);
793
build_ctype
(Type::tsize_t));
1214
build_ctype
(ad->type);
1250
TREE_TYPE (decl->csym) =
build_ctype
(fd->type);
1419
tree handle =
build_ctype
(ad->handleType ());
1744
t = indirect_ref (
build_ctype
(fd->vthis->type), t);
2191
tree type =
build_ctype
(Type::tvoidptr->sarrayOf (decl->vtbl.length))
[
all
...]
toir.cc
824
tree ifcase = build2 (EQ_EXPR,
build_ctype
(condtype),
893
casevalue = build_integer_cst (s->index,
build_ctype
(Type::tint32));
1191
arg = build_nop (
build_ctype
(get_object_type ()), arg);
1220
tree catchtype =
build_ctype
(vcatch->type);
typeinfo.cc
411
value = d_array_value (
build_ctype
(Type::tchar->arrayOf ()),
1139
tree ctor = build_constructor (
build_ctype
(satype), elms);
1390
DECL_CONTEXT (decl->csym) = TREE_TYPE (
build_ctype
(decl->type));
1525
= TREE_TYPE (
build_ctype
(decl->type));
d-tree.h
711
extern tree
build_ctype
(Type *);
d-builtins.cc
67
back-end type symbol directly for complex types to save
build_ctype
()
874
/* Calling
build_ctype
() links the front-end Type to the GCC node,
879
build_ctype
(Type::basic[ty]);
Completed in 44 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026