Home
last modified time | relevance | path

Searched refs:SIG_FUN (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DAPL_types.hh342 SIG_FUN = 0x08, ///< function (always set) enumerator
349 SIG_FUN_X = SIG_FUN | SIG_X, ///< function with axis
350 SIG_OP1 = SIG_LO | SIG_FUN, ///< monadic operator
365 SIG_F0 = SIG_FUN | SIG_NIL, ///< dito
371 SIG_F1_B = SIG_MON | SIG_FUN, ///< dito
385 SIG_A_F2_B = SIG_DYA | SIG_FUN, ///< dito
H A DFunction.cc136 int sig = SIG_FUN; in get_signature()
H A DUserFunction_header.cc252 if (signature & SIG_FUN) sym_FUN = symbols[sidx++]; in UserFunction_header()
317 Fun_signature sig1 = Fun_signature(sig | SIG_FUN); in UserFunction_header()
H A DExecutable.cc629 int signature = SIG_FUN; in compute_lambda_body()
H A DUserFunction.cc1119 int signature = SIG_FUN | SIG_Z; in fix_lambda()