Lines Matching refs:abort_compile
517 abort_compile(RDEF_COMPILE_ERR, "duplicate symbol %s", name); in add_symbol()
529 abort_compile(RDEF_COMPILE_ERR, "unknown symbol %s", name); in get_symbol()
554 abort_compile(RDEF_COMPILE_ERR, "duplicate type %s", name); in add_user_type()
594 abort_compile(RDEF_COMPILE_ERR, "unknown type %s", name); in get_type()
613 abort_compile(RDEF_COMPILE_ERR, "unknown define %s", name); in get_define()
682 abort_compile(RDEF_COMPILE_ERR, "cannot import %s", filename); in import_data()
691 abort_compile(RDEF_COMPILE_ERR, "invalid size %lu", newSize); in resize_data()
851 abort_compile(RDEF_COMPILE_ERR, "too many fields"); in fill_slots()
868 abort_compile(RDEF_COMPILE_ERR, "unknown field %s", data.name); in fill_slots()
1035 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_uint8()
1074 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_uint16()
1113 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_uint32()
1152 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_uint64()
1195 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_float()
1238 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast_to_double()
1291 abort_compile(RDEF_COMPILE_ERR, "cannot cast to this type"); in cast()
1337 abort_compile(RDEF_COMPILE_ERR, "division by zero"); in binary_expr()
1344 abort_compile(RDEF_COMPILE_ERR, "division by zero"); in binary_expr()
1377 abort_compile(RDEF_COMPILE_ERR, "duplicate resource"); in add_resource()
1385 abort_compile(); in add_resource()