OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tvalist
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
246
if (this->
tvalist
)
247
return this->
tvalist
;
250
this->
tvalist
= build_frontend_type (va_list_type_node);
251
if (!this->
tvalist
)
256
this->
tvalist
->ctype = va_list_type_node;
257
TYPE_LANG_SPECIFIC (va_list_type_node) = build_lang_type (this->
tvalist
);
259
return this->
tvalist
;
392
Type *
tvalist
= target.va_listType (Loc (), NULL);
local
393
if (type->ty == TY::Tsarray &&
tvalist
->ty == TY::Tsarray)
396
if (tb ==
tvalist
)
[
all
...]
types.cc
96
Type *
tvalist
= target.va_listType (Loc (), NULL);
local
97
if (
tvalist
->ty == TY::Tsarray)
100
if (same_type_p (tb,
tvalist
))
d-builtins.cc
621
Type *
tvalist
= target.va_listType (Loc (), NULL);
local
622
TypeStruct *ts =
tvalist
->isTypeStruct ();
624
members->push (build_alias_declaration ("__builtin_va_list",
tvalist
));
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
191
Type *
tvalist
;
member in struct:Target
Completed in 35 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026