Home
last modified time | relevance | path

Searched refs:needFullType (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddeclaration.c997 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1017 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h295 Expression *getConstInitializer(bool needFullType = true);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.c997 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1017 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h295 Expression *getConstInitializer(bool needFullType = true);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.c997 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1017 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h295 Expression *getConstInitializer(bool needFullType = true);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddeclaration.d1491 extern (D) final Expression getConstInitializer(bool needFullType = true)
1512 Expression e = _init.initializerToExpression(needFullType ? type : null);
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddeclaration.h286 Expression *getConstInitializer(bool needFullType = true);
H A Ddeclaration.c1957 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1977 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddeclaration.h286 Expression *getConstInitializer(bool needFullType = true);
H A Ddeclaration.c1950 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1970 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddeclaration.h286 Expression *getConstInitializer(bool needFullType = true);
H A Ddeclaration.c1957 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1977 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddeclaration.c1970 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1990 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h287 Expression *getConstInitializer(bool needFullType = true);
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddeclaration.c1977 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1997 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h287 Expression *getConstInitializer(bool needFullType = true);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddeclaration.c1977 Expression *VarDeclaration::getConstInitializer(bool needFullType) in getConstInitializer() argument
1997 Expression *e = initializerToExpression(_init, needFullType ? type : NULL); in getConstInitializer()
H A Ddeclaration.h287 Expression *getConstInitializer(bool needFullType = true);