OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeBasic
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
32
class
TypeBasic
;
325
virtual
TypeBasic
*isTypeBasic();
389
class
TypeBasic
: public Type
396
TypeBasic
*syntaxCopy();
410
TypeBasic
*isTypeBasic();
431
TypeBasic
*elementType();
iasmgcc.d
387
import dmd.mtype :
TypeBasic
;
403
scope tint32 = new
TypeBasic
(ASTCodegen.Tint32);
argtypes.c
62
void visit(
TypeBasic
*t)
lambdacomp.d
387
override void visit(
TypeBasic
t)
visitor.h
63
class
TypeBasic
;
434
virtual void visit(
TypeBasic
*t) { visit((Type *)t); }
typesem.d
2476
Expression visitBasic(
TypeBasic
mt)
2498
//printf("
TypeBasic
::getProperty('%s')\n", ident.toChars());
2772
visitBasic(cast(
TypeBasic
)t) :
3435
Expression visitBasic(
TypeBasic
mt)
3439
printf("
TypeBasic
::dotExp(e = '%s', ident = '%s')\n", e.toChars(), ident.toChars());
4642
? visitBasic(cast(
TypeBasic
)mt)
4660
Expression visitBasic(
TypeBasic
mt)
4664
printf("
TypeBasic
::defaultInit() '%s' isCfile: %d\n", mt.toChars(), isCfile);
4820
visitBasic(cast(
TypeBasic
)mt) :
mtype.d
431
ubyte[TMAX] sizeTy = __traits(classInstanceSize,
TypeBasic
);
823
Type t = new
TypeBasic
(basetab[i]);
2662
TypeBasic
isTypeBasic()
3090
extern (C++) final class
TypeBasic
: Type
3234
override
TypeBasic
syntaxCopy()
3243
//printf("
TypeBasic
::size()\n");
3313
//printf("
TypeBasic
::size() = %d\n", size);
3324
//printf("
TypeBasic
::isintegral('%s') x%x\n", toChars(), flags);
3360
//printf("
TypeBasic
::implicitConvTo(%s) from %s\n", to.toChars(), toChars());
3381
TypeBasic
tob
[
all
...]
parsetimevisitor.d
141
void visit(AST.
TypeBasic
t) { visit(cast(AST.Type)t); }
cppmangle.d
1665
override void visit(
TypeBasic
t)
traits.d
228
override void visit(
TypeBasic
t)
dcast.d
375
TypeBasic
tb = tv.elementType();
678
if (
TypeBasic
tob = tn.toBasetype().isTypeBasic())
hdrgen.d
3750
void visitBasic(
TypeBasic
t)
3752
//printf("
TypeBasic
::toCBuffer2(t.mod = %d)\n", t.mod);
3758
//printf("
TypeBasic
::toCBuffer2(t.mod = %d)\n", t.mod);
3968
visitBasic(cast(
TypeBasic
)t) :
dtoh.d
1857
override void visit(AST.
TypeBasic
t)
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
698
void visit (
TypeBasic
*t)
typeinfo.cc
1747
void visit (
TypeBasic
*)
expr.cc
2539
tnext = (
TypeBasic
*) Type::tfloat32;
2543
tnext = (
TypeBasic
*) Type::tfloat64;
2547
tnext = (
TypeBasic
*) Type::tfloat80;
d-codegen.cc
248
TypeBasic
*tb = totype->isTypeBasic ();
Completed in 69 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026