Home
last modified time | relevance | path

Searched refs:TC_FUN12 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DTokenEnums.hh47 TC_FUN12 = 0x07, ///< ambivalent function enumerator
59 TC_FUN1 = TC_FUN12, ///< monadic function
60 TC_FUN2 = TC_FUN12, ///< dyadic function
95 SN_F = TC_FUN12,
96 SN_G = TC_FUN12,
H A DToken.cc95 tcc(TC_FUN12) in operator <<()
224 case TC_FUN12: in operator <<()
601 case TC_FUN12: in canonical()
662 case TC_FUN12: return "F12"; in short_class_name()
717 tcn( TC_FUN12 ) in class_name()
H A DPrefix.cc159 if (next == TC_FUN12) return false; in is_value_parenthesis()
363 case TC_FUN12: return false; // function in value_expected()
446 at(j - 1).tok.get_Class() == TC_FUN12) in reduce_statements()
749 else if (at0().get_Class() == TC_FUN12) in dont_reduce()
785 if (at1().get_Class() != TC_FUN12 && in locate_L()
832 if (at0().get_Class() != TC_FUN12 && in locate_R()
835 at1().get_Class() != TC_FUN12 && in locate_R()
1098 saved_lookahead.tok.get_Class() == TC_FUN12) in reduce_MISC_F_C_B()
H A Dlibapl.cc476 case TC_FUN12: in get_function_ucs()
488 case TC_FUN12: in get_function_ucs()
495 case TC_FUN12: in get_function_ucs()
H A DTokenizer.cc203 case TC_FUN12: in do_tokenize()
/dports/lang/gnu-apl/apl-1.8/tools/
H A Dphrase_gen.def15 F, G: TC_FUN12
H A Dphrase_gen.cc98 case TC_FUN12: len += fprintf(out, " F "); break; in print_phrase()