Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dobjutl.c130 INIT_CATEGORY_OF_TEMP(result, ACTOBJECT); in bld_action_temp()
149 INIT_CATEGORY_OF_TEMP(result, ARRAYOBJECT); in bld_array_temp()
187 INIT_CATEGORY_OF_TEMP(result, INTOBJECT); in bld_binary_temp()
206 INIT_CATEGORY_OF_TEMP(result, BLOCKOBJECT); in bld_block_temp()
244 INIT_CATEGORY_OF_TEMP(result, CHAROBJECT); in bld_char_temp()
301 INIT_CATEGORY_OF_TEMP(result, FILEOBJECT); in bld_file_temp()
339 INIT_CATEGORY_OF_TEMP(result, HASHOBJECT); in bld_hash_temp()
358 INIT_CATEGORY_OF_TEMP(result, INTOBJECT); in bld_int_temp()
453 INIT_CATEGORY_OF_TEMP(result, REFOBJECT); in bld_reference_temp()
491 INIT_CATEGORY_OF_TEMP(result, SETOBJECT); in bld_set_temp()
[all …]
H A Drunerr.c406 INIT_CATEGORY_OF_TEMP(exception, SYMBOLOBJECT); in raise_with_arguments()
H A Ddata.h484 #define INIT_CATEGORY_OF_TEMP(O,CAT) (O)->objcategory = (categoryType) ((CAT) | TEMP_MASK) macro
H A Dhshlib.c1141 INIT_CATEGORY_OF_TEMP(result, CATEGORY_OF_OBJ(defaultValue)); in hsh_idx2()