Home
last modified time | relevance | path

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

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dcomp.c1086 OOP constantOOP; in compile_constant() local
1102 constantOOP = _gst_make_constant_oop (constExpr); in compile_constant()
1103 if (IS_INT (constantOOP)) in compile_constant()
1105 intVal = TO_INT (constantOOP); in compile_constant()
1114 index = add_literal (constantOOP); in compile_constant()