Home
last modified time | relevance | path

Searched refs:fp2_t (Results 1 – 21 of 21) sorted by relevance

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/transcoding/SPV_INTEL_function_pointers/
H A Dfp-in-recusive-type.ll9 ; typedef Desc *(*fp2_t)();
25 ; fp2_t ptr;
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dexpression.h729 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3040 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dexpression.h731 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3047 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dexpression.h731 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3047 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dexpression.h729 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3040 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dexpression.h731 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3038 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dexpression.h729 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3040 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.h850 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3045 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.h850 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3045 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.h850 typedef int (*fp2_t)(Loc loc, TOK, Expression *, Expression *); typedef
H A Ddinterpret.c3045 void interpretCompareCommon(BinExp *e, fp2_t fp) in interpretCompareCommon()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.d4265 alias fp2_t = bool function(const ref Loc loc, TOK, Expression, Expression);
H A Ddinterpret.d3100 extern (D) private void interpretCompareCommon(BinExp e, fp2_t fp) in interpretCompareCommon()