OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t1elem
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
342
Type *
t1elem
= tb1->nextOf ()->toBasetype ();
local
350
if ((
t1elem
->isintegral () ||
t1elem
->ty == TY::Tvoid
351
|| (
t1elem
->ty == TY::Tstruct
352
&& !
t1elem
->isTypeStruct ()->sym->xeq))
353
&&
t1elem
->ty == t2elem->ty)
373
if (
t1elem
->ty != TY::Tstruct
374
|| identity_compare_p (
t1elem
->isTypeStruct ()->sym))
376
tree size = size_mult_expr (t1len, size_int (
t1elem
->size ()));
383
StructDeclaration *sd =
t1elem
->isTypeStruct ()->sym
[
all
...]
Completed in 26 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026