/* -- ANSI C code generated by : -- SmallEiffel The GNU Eiffel Compiler -- Release (- 0.79) -- -- Copyright (C), 1994-98 - LORIA - UHP - CRIN - INRIA - FRANCE -- -- Dominique COLNET and Suzanne COLLIN - colnet@loria.fr -- -- http://www.loria.fr/SmallEiffel -- */ /* -- This file is free software, which comes along with SmallEiffel. This -- software is distributed in the hope that it will be useful, but WITHOUT -- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- FITNESS FOR A PARTICULAR PURPOSE. You can modify it as you want, provided -- this header is kept unaltered, and a notification of the changes is added. -- You are allowed to redistribute it and sell it, alone or as a part of -- another product. -- Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE -- Dominique COLNET and Suzanne COLLIN - colnet@loria.fr -- http://www.loria.fr/SmallEiffel -- */ /* This file (base.h) is automatically included in the header for all modes of compilation : -boost, -no_check, -require_check, ... This file is also included in the header of any cecil file. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef O_RDONLY #include #endif #ifndef O_RDONLY #define O_RDONLY 0000 #endif /* On Linux glibc systems, we need to use sig.* versions of jmp_buf, setjmp and longjmp to preserve the signal handling context. Currently, the way I figured to detect this is if _SIGSET_H_types has been defined in /usr/include/setjmp.h. */ #ifdef _SIGSET_H_types # define JMP_BUF sigjmp_buf # define SETJMP(x) sigsetjmp( (x), 1) # define LONGJMP siglongjmp #else # define JMP_BUF jmp_buf # define SETJMP(x) setjmp( (x) ) # define LONGJMP longjmp #endif /* Type to store reference objects Id : */ typedef int Tid; typedef struct S0 T0; struct S0{ Tid id; }; /* The default channel used to print runtime error messages : */ #define SE_ERR stderr /* Eiffel type INTEGER is #2 : */ typedef int T2; #define M2 (0) #define T2BITS (CHAR_BIT*sizeof(int)) #define T2MIN INT_MIN #define T2MAX INT_MAX /* Eiffel type CHARACTER is #3 : */ typedef char T3; #define M3 (0) #define T3BITS CHAR_BIT #define T3MIN (0) #define T3MAX (255) /* Eiffel type REAL is #4 : */ typedef float T4; #define M4 (0.0) #define T4BITS (CHAR_BIT*sizeof(float)) #define T4MIN (-(FLT_MAX)) #define T4MAX FLT_MAX /* Eiffel type DOUBLE is #5 : */ typedef double T5; #define M5 (0.0) #define T5BITS (CHAR_BIT*sizeof(double)) #define T5MIN (-(DBL_MAX)) #define T5MAX DBL_MAX /* Eiffel type BOOLEAN is #6 : */ typedef int T6; #define M6 (0) #define T6BITS (CHAR_BIT*sizeof(int)) /* Eiffel type POINTER is #8 : */ typedef void* T8; #define M8 (NULL) #define T8BITS (CHAR_BIT*sizeof(void*)) /* --- Mangling Table Start --- D 2 T149 R BOOLEAN_CONSTANT 152,151 A 1 T156 R BIT_CONSTANT 156 A*1 T90 R TAG_NAME 90 A 1 T260 R TYPE_BIT_1 260 A*1 T57 R ARRAY[CREATION_CLAUSE] 57 D 2 T296 R ARRAY[LOCAL_ARGUMENT1] 175,169 A*1 T199 R E_ENSURE 199 A 1 T205 R ARRAY[MANIFEST_STRING] 205 A 1 T115 R CALL_INFIX_PLUS 115 A 1 T204 R E_DEBUG 204 A 1 T197 R CST_ATT_INTEGER 197 A 1 T153 R CHARACTER_CONSTANT 153 A 1 T267 R ASSIGNMENT 267 A*1 T54 R RUN_CONTROL 54 A*1 T306 R INDEX_LIST 306 A*1 T301 R EXPORT_ITEM 301 A*1 T49 R CLASS_NAME 49 A*1 T53 R DICTIONARY[STRING,STRING] 53 A 1 T333 E NATIVE_ARRAY[E_REQUIRE] 333 A 1 T320 E NATIVE_ARRAY[RUN_CLASS] 320 A 1 T9 E NATIVE_ARRAY[CHARACTER] 9 A 1 T91 E NATIVE_ARRAY[ASSERTION] 91 A 1 T82 E NATIVE_ARRAY[E_FEATURE] 82 A 1 T223 E NATIVE_ARRAY[WHEN_ITEM] 223 A 1 T295 R DECLARATION_GROUP 295 A*1 T271 R E_REQUIRE 271 A 1 T40 E NATIVE_ARRAY[POSITION] 40 A 1 T234 R CREATION_CALL_2 234 A 1 T102 R CALL_INFIX_XOR 102 A 1 T158 R INTEGER_CONSTANT 158 A 1 T254 R TYPE_POINTER 254 A 1 T252 R TYPE_INTEGER 252 A 1 T262 R TYPE_BIT_2 262 A 1 T327 R FIXED_ARRAY[TYPE_BIT_REF] 327 A*1 T68 R FIXED_ARRAY[FEATURE_NAME] 68 A 1 T121 R INFIX_NAME 121 A 1 T283 R NATIVE_JVM_INVOKESTATIC 283 A*1 T28 R SYSTEM_TOOLS 28 A 1 T265 R TYPE_FORMAL_GENERIC 265 A 1 T154 R MANIFEST_STRING 154 A 1 T171 R FORMAL_ARG_LIST 171 A*1 T44 R DICTIONARY[BASE_CLASS,STRING] 44 A 1 T345 R RUN_FEATURE_2 345 A*1 T67 R FEATURE_NAME_LIST 67 A*1 T86 R CLASS_INVARIANT 86 A*1 T179 R CLASS_NAME_LIST 179 A 1 T177 R IMPLICIT_CURRENT 177 D 8 T198 R ROUTINE 291,290,288,287,276,275,272,270 A*1 T92 R TMP_NAME 92 D 17 T144 R INSTRUCTION 268,267,238,236,234,231,228,216,215,206,209,161,147,146,202,148,204 A 1 T230 R LOOP_VARIANT_1 230 A*1 T51 R EIFFEL_PARSER 51 A 1 T96 R CALL_INFIX_IMPLIES 96 A 1 T358 R RUN_FEATURE_11 358 A 1 T148 R PROC_CALL_N 148 A 1 T259 R TYPE_EXPANDED 259 A 1 T355 E NATIVE_ARRAY[ADDRESS_OF] 355 A 1 T48 E NATIVE_ARRAY[BASE_CLASS] 48 A 1 T95 E NATIVE_ARRAY[EXPRESSION] 95 A 1 T181 E NATIVE_ARRAY[CLASS_NAME] 181 A*1 T79 R ARRAY[FEATURE_CLAUSE] 79 A 1 T175 R ARRAY[ARGUMENT_NAME1] 175 A 1 T186 R FIXED_ARRAY[INTEGER_CONSTANT] 186 A 1 T128 R CALL_PREFIX_NOT 128 A 1 T202 R E_CHECK 202 D 2 T137 R ABSTRACT_RESULT 138,139 A 1 T139 R ORDINARY_RESULT 139 A 1 T162 R LOCAL_VAR_LIST 162 A 1 T253 R TYPE_NONE 253 A 1 T104 R CALL_INFIX_OR_ELSE 104 A*1 T245 R ARRAY[TYPE] 245 A 1 T276 R EXTERNAL_FUNCTION 276 A 1 T349 E NATIVE_ARRAY[BOOLEAN] 349 D 7 T273 R NATIVE 277,285,280,278,282,281,283 A 1 T46 E NATIVE_ARRAY[INTEGER] 46 D 2 T226 R LOOP_VARIANT 229,230 A 1 T344 E NATIVE_ARRAY[RUN_FEATURE_6] 344 A 1 T341 E NATIVE_ARRAY[RUN_FEATURE_5] 341 A*1 T42 R SMALL_EIFFEL 42 A 1 T236 R CREATION_CALL_3 236 A*1 T45 R FIXED_ARRAY[INTEGER] 45 A 1 T106 R CALL_INFIX_AND_THEN 106 A 1 T314 R RUN_FEATURE_3 314 A 1 T281 R NATIVE_WITHOUT_CURRENT 281 A 1 T131 R SIMPLE_FEATURE_NAME 131 A 1 T257 R TYPE_CLASS 257 A 1 T125 R PREFIX_NAME 125 A 1 T140 R E_VOID 140 A*1 T70 R RENAME_PAIR 70 A 1 T300 R FROZEN_FEATURE_NAME 300 A*1 T36 R STD_OUTPUT 36 A 1 T6 E BOOLEAN 6 D 6 T249 R TYPE_BASIC_EIFFEL_EXPANDED 248,255,251,250,252,254 A 1 T229 R LOOP_VARIANT_2 229 A 1 T113 R CALL_INFIX_EQ 113 A 1 T105 R CALL_INFIX_AND 105 A*1 T323 R ARRAY[RUN_FEATURE] 323 A*1 T71 R ARRAY[RENAME_PAIR] 71 A 1 T169 R ARRAY[LOCAL_NAME1] 169 A*1 T303 R ARRAY[EXPORT_ITEM] 303 A*1 T293 R ARRAY[DECLARATION] 293 A*1 T7 R STRING 7 A 1 T151 R E_TRUE 151 A*1 T16 R INTEGER_REF 16 A 1 T129 R E_OLD 129 A 1 T299 R WRITABLE_ATTRIBUTE 299 A 1 T246 E NATIVE_ARRAY[TYPE] 246 A 1 T337 R RUN_FEATURE_4 337 A*1 T264 R ARRAY[FORMAL_GENERIC_ARG] 264 A 1 T195 R CST_ATT_REAL 195 A 1 T275 R EXTERNAL_PROCEDURE 275 A*1 T210 R IFTHEN 210 A 1 T187 E NATIVE_ARRAY[INTEGER_CONSTANT] 187 A*1 T83 R CLIENT_LIST 83 A 1 T288 R FUNCTION 288 A*1 T78 R FEATURE_CLAUSE 78 A*1 T66 R UNIQUE_STRING 66 A 1 T238 R CREATION_CALL_4 238 A 1 T266 E NATIVE_ARRAY[FORMAL_GENERIC_ARG] 266 A*1 T52 R PARSER_BUFFER 52 A 1 T103 R CALL_INFIX_OR 103 A 1 T136 R CALL_N 136 A 1 T72 E NATIVE_ARRAY[RENAME_PAIR] 72 A 1 T170 E NATIVE_ARRAY[LOCAL_NAME1] 170 A 1 T317 E NATIVE_ARRAY[RUN_FEATURE] 317 A 1 T304 E NATIVE_ARRAY[EXPORT_ITEM] 304 A 1 T294 E NATIVE_ARRAY[DECLARATION] 294 A 1 T208 E NATIVE_ARRAY[INSTRUCTION] 208 A*1 T69 R RENAME_LIST 69 D 2 T269 R DEFERRED_ROUTINE 270,272 A 1 T2 E INTEGER 2 D 2 T160 R E_PRECURSOR 159,161 A*1 T318 R DICTIONARY[RUN_CLASS,STRING] 318 A*1 T74 R DICTIONARY[E_FEATURE,STRING] 74 A 1 T250 R TYPE_CHARACTER 250 A*1 T59 R PARENT_LIST 59 A*1 T361 R DICTIONARY[TYPE_REF_TO_EXP,STRING] 361 A*1 T357 R DICTIONARY[MANIFEST_STRING,STRING] 357 A*1 T39 R POSITION 39 A 1 T343 R FIXED_ARRAY[RUN_FEATURE_6] 343 A 1 T340 R FIXED_ARRAY[RUN_FEATURE_5] 340 A 1 T120 R CALL_INFIX_FREEOP 120 A 1 T161 R E_PRECURSOR_PROCEDURE 161 A*1 T84 R ID_PROVIDER 84 A*1 T217 R E_WHEN 217 A 1 T189 R CST_ATT_BOOLEAN 189 A 1 T338 R RUN_FEATURE_5 338 A*1 T64 R COMMENT 64 A 1 T346 R PRECURSOR_NAME 346 A 1 T298 R DECLARATION_1 298 A*1 T85 R ASSERTION 85 A 1 T24 E NATIVE_ARRAY[STRING] 24 A 1 T63 E NATIVE_ARRAY[PARENT] 63 A 1 T220 E NATIVE_ARRAY[E_WHEN] 220 A 1 T213 E NATIVE_ARRAY[IFTHEN] 213 A 1 T268 R REVERSE_ASSIGNMENT 268 A 1 T362 R FIXED_ARRAY[TYPE_REF_TO_EXP] 362 A 1 T192 R FIXED_ARRAY[MANIFEST_STRING] 192 A*1 T182 R TMP_FEATURE 182 A 1 T141 R WRITTEN_CURRENT 141 D 3 T145 R PROC_CALL 147,146,148 A*1 T310 R FMT 310 A 1 T3 E CHARACTER 3 A*1 T188 R COUNTER 188 A 1 T290 R ONCE_PROCEDURE 290 D 11 T312 R RUN_FEATURE 358,347,345,342,338,337,314,324,335,329,325 A 1 T8 E POINTER 8 A*1 T37 R ERROR_HANDLER 37 A*1 T60 R PARENT 60 A 1 T228 R E_LOOP 228 A 1 T363 E NATIVE_ARRAY[TYPE_REF_TO_EXP] 363 A 1 T58 E NATIVE_ARRAY[CREATION_CLAUSE] 58 A 1 T297 E NATIVE_ARRAY[LOCAL_ARGUMENT1] 297 A 1 T193 E NATIVE_ARRAY[MANIFEST_STRING] 193 A 1 T122 R CALL_PREFIX_FREEOP 122 A*1 T348 R ARRAY[BOOLEAN] 348 A*1 T155 R ARRAY[INTEGER] 155 D 2 T221 R WHEN_ITEM 225,224 D 5 T65 R FEATURE_NAME 346,300,131,121,125 A 1 T130 R E_STRIP 130 A 1 T138 R ONCE_RESULT 138 A*1 T305 R INDEX_CLAUSE 305 A*1 T263 R FORMAL_GENERIC_ARG 263 A 1 T247 R TYPE_NATIVE_ARRAY 247 A 1 T251 R TYPE_DOUBLE 251 A 1 T196 R CST_ATT_DOUBLE 196 A 1 T183 R CST_ATT_UNIQUE 183 A*1 T350 R MANIFEST_ARRAY_POOL 350 A 1 T342 R RUN_FEATURE_6 342 A 1 T255 R TYPE_REAL 255 A*1 T77 R FEATURE_CLAUSE_LIST 77 A*1 T76 R FORMAL_GENERIC_LIST 76 D 8 T184 R CST_ATT 190,191,194,183,196,189,195,197 A 1 T194 R CST_ATT_BIT 194 A 1 T282 R NATIVE_INLINE_WITHOUT_CURRENT 282 A*1 T334 R RUN_REQUIRE 334 A 1 T116 R CALL_INFIX_DIV 116 A 1 T167 R LOCAL_NAME1 167 A*1 T302 R EXPORT_LIST 302 A 1 T359 R IMPLICIT_CAST 359 A 1 T107 R CALL_INFIX_GT 107 A 1 T109 R CALL_INFIX_LT 109 A*1 T227 R LOOP_INVARIANT 227 A 1 T241 R TYPE_LIKE_CURRENT 241 A*1 T309 R STD_FILE_WRITE 309 A*1 T322 R FIXED_ARRAY[PARENT] 322 A*1 T23 R FIXED_ARRAY[STRING] 23 A*1 T32 R ARRAY[STRING] 32 A*1 T61 R ARRAY[PARENT] 61 A*1 T219 R ARRAY[E_WHEN] 219 A*1 T212 R ARRAY[IFTHEN] 212 A 1 T244 R TYPE_ARRAY 244 D 2 T289 R ONCE_ROUTINE 291,290 A 1 T157 R REAL_CONSTANT 157 A*1 T332 R ARRAY[E_REQUIRE] 332 A*1 T321 R ARRAY[RUN_CLASS] 321 A*1 T88 R ARRAY[ASSERTION] 88 A 1 T164 R LOCAL_NAME2 164 A*1 T222 R ARRAY[WHEN_ITEM] 222 A 1 T335 R RUN_FEATURE_7 335 A 1 T159 R E_PRECURSOR_FUNCTION 159 A 1 T258 R TYPE_GENERIC 258 A*1 T331 R MEMO[COMMENT] 331 A 1 T256 R TYPE_STRING 256 A 1 T248 R TYPE_BOOLEAN 248 D 51 T89 R EXPRESSION 359,174,167,214,96,102,103,104,105,106,107,109,108,110,111,113,114,115,116,117,118,119,178,120,129,177,172,164,159,158,157,156,154,153,152,151,143,122,126,140,131,141,127,139,128,136,133,135,93,138,130 A 1 T278 R NATIVE_WITH_CURRENT 278 A*1 T10 R PRETTY 10 A*1 T356 R MANIFEST_STRING_POOL 356 A*1 T353 R ADDRESS_OF_POOL 353 A 1 T328 E NATIVE_ARRAY[TYPE_BIT_REF] 328 A 1 T73 E NATIVE_ARRAY[FEATURE_NAME] 73 A 1 T308 E NATIVE_ARRAY[INDEX_CLAUSE] 308 D 2 T292 R DECLARATION 298,295 A 1 T215 R E_RETRY 215 A 3 T352 R FIXED_ARRAY[TYPE] 362,352,327 D 2 T274 R EXTERNAL_ROUTINE 275,276 D 2 T261 R TYPE_BIT 262,260 A*1 T34 R STD_ERROR 34 D 2 T163 R DECLARATION_LIST 162,171 A 1 T280 R NATIVE_INLINE_WITH_CURRENT 280 A 1 T118 R CALL_INFIX_INT_DIV 118 A 1 T324 R RUN_FEATURE_8 324 A*1 T339 R ONCE_ROUTINE_POOL 339 A 1 T239 R TYPE_LIKE_FEATURE 239 A 1 T354 R FIXED_ARRAY[ADDRESS_OF] 354 A*1 T47 R FIXED_ARRAY[BASE_CLASS] 47 A 4 T134 R FIXED_ARRAY[EXPRESSION] 354,192,186,134 A*1 T180 R FIXED_ARRAY[CLASS_NAME] 180 A 1 T285 R NATIVE_JVM_INVOKEVIRTUAL 285 A 1 T178 R CALL_INFIX_POWER 178 A*1 T33 R ECHO 33 A 1 T146 R PROC_CALL_0 146 A 1 T80 E NATIVE_ARRAY[FEATURE_CLAUSE] 80 A 1 T176 E NATIVE_ARRAY[ARGUMENT_NAME1] 176 A*1 T307 R ARRAY[INDEX_CLAUSE] 307 A 1 T242 R TYPE_LIKE_ARGUMENT 242 A 1 T191 R CST_ATT_STRING 191 A*1 T319 R FIXED_ARRAY[RUN_CLASS] 319 A*1 T81 R FIXED_ARRAY[E_FEATURE] 81 A 1 T93 R MANIFEST_ARRAY 93 A 1 T272 R DEFERRED_FUNCTION 272 A*1 T351 R DICTIONARY[TYPE,INTEGER] 351 A 1 T277 R NATIVE_SMALL_EIFFEL 277 A*1 T56 R CREATION_CLAUSE 56 A 1 T224 R WHEN_ITEM_1 224 A*1 T336 R EXCEPTIONS_HANDLER 336 A 1 T135 R CALL_1_C 135 A 1 T133 R CALL_0_C 133 A*1 T55 R CREATION_CLAUSE_LIST 55 A*1 T313 R RUN_CLASS 313 A 1 T216 R E_INSPECT 216 A 1 T174 R ARGUMENT_NAME1 174 A 1 T147 R PROC_CALL_1 147 A 1 T117 R CALL_INFIX_INT_REM 117 A 3 T316 R FIXED_ARRAY[RUN_FEATURE] 343,340,316 A*1 T201 R FIXED_ARRAY[INSTRUCTION] 201 D 22 T62 R TYPE 360,326,265,262,260,259,258,257,256,255,254,253,252,251,250,248,247,244,243,242,241,239 A*1 T218 R WHEN_LIST 218 A 1 T329 R RUN_FEATURE_9 329 D 2 T168 R LOCAL_ARGUMENT1 174,167 A*1 T203 R CHECK_INVARIANT 203 D 17 T75 R E_FEATURE 299,291,290,288,287,276,275,272,270,197,196,195,194,191,190,189,183 A*1 T200 R COMPOUND 200 A 4 T94 R ARRAY[EXPRESSION] 175,169,205,94 A 1 T231 R CREATION_CALL_1 231 A*1 T315 R DICTIONARY[RUN_FEATURE,STRING] 315 A 1 T225 R WHEN_ITEM_2 225 A 1 T270 R DEFERRED_PROCEDURE 270 A 1 T108 R CALL_INFIX_GE 108 A 1 T110 R CALL_INFIX_LE 110 A 1 T111 R CALL_INFIX_NEQ 111 A 1 T287 R PROCEDURE 287 A 1 T360 R TYPE_REF_TO_EXP 360 A 1 T326 R TYPE_BIT_REF 326 A*1 T38 R FIXED_ARRAY[POSITION] 38 A 1 T114 R CALL_INFIX_MINUS 114 A 1 T119 R CALL_INFIX_TIMES 119 A*1 T132 R EFFECTIVE_ARG_LIST 132 A 1 T127 R CALL_PREFIX_PLUS 127 A 1 T143 R ADDRESS_OF 143 A 1 T190 R CST_ATT_CHARACTER 190 A 1 T243 R TYPE_ANY 243 A*1 T41 R BASE_CLASS 41 A*1 T211 R IFTHENLIST 211 A 1 T214 R EXPRESSION_WITH_COMMENT 214 D 4 T286 R EFFECTIVE_ROUTINE 291,287,290,288 A 1 T126 R CALL_PREFIX_MINUS 126 A 1 T152 R E_FALSE 152 A 1 T172 R ARGUMENT_NAME2 172 A 1 T209 R INSTRUCTION_WITH_COMMENT 209 A 1 T206 R IFTHENELSE 206 A 1 T325 R RUN_FEATURE_1 325 A 1 T291 R ONCE_FUNCTION 291 A*1 T29 R STD_FILE_READ 29 A 1 T311 E FILE_TOOLS 311 A 1 T347 R RUN_FEATURE_10 347 --- Mangling Table End --- */ /*C Header Pass 1 :*/ typedef struct S156 T156; typedef struct S90 T90; typedef struct S260 T260; typedef struct S57 T57; typedef struct S199 T199; typedef struct S205 T205; typedef struct S115 T115; typedef struct S204 T204; typedef struct S197 T197; typedef struct S153 T153; typedef struct S267 T267; typedef struct S54 T54; typedef struct S306 T306; typedef struct S301 T301; typedef struct S49 T49; typedef struct S53 T53; typedef struct S295 T295; typedef struct S271 T271; typedef struct S234 T234; typedef struct S102 T102; typedef struct S158 T158; typedef struct S254 T254; typedef struct S252 T252; typedef struct S262 T262; typedef struct S327 T327; typedef struct S68 T68; typedef struct S121 T121; typedef struct S283 T283; typedef struct S28 T28; typedef struct S265 T265; typedef struct S154 T154; typedef struct S171 T171; typedef struct S44 T44; typedef struct S345 T345; typedef struct S67 T67; typedef struct S86 T86; typedef struct S179 T179; typedef struct S177 T177; typedef struct S92 T92; typedef struct S230 T230; typedef struct S51 T51; typedef struct S96 T96; typedef struct S358 T358; typedef struct S148 T148; typedef struct S259 T259; typedef struct S79 T79; typedef struct S175 T175; typedef struct S186 T186; typedef struct S128 T128; typedef struct S202 T202; typedef struct S139 T139; typedef struct S162 T162; typedef struct S253 T253; typedef struct S104 T104; typedef struct S245 T245; typedef struct S276 T276; typedef struct S42 T42; typedef struct S236 T236; typedef struct S45 T45; typedef struct S106 T106; typedef struct S314 T314; typedef struct S281 T281; typedef struct S131 T131; typedef struct S257 T257; typedef struct S125 T125; typedef struct S140 T140; typedef struct S70 T70; typedef struct S300 T300; typedef void*T36; typedef struct S229 T229; typedef struct S113 T113; typedef struct S105 T105; typedef struct S323 T323; typedef struct S71 T71; typedef struct S169 T169; typedef struct S303 T303; typedef struct S293 T293; typedef struct S7 T7; typedef struct S151 T151; typedef struct S16 T16; typedef struct S129 T129; typedef struct S299 T299; typedef struct S337 T337; typedef struct S264 T264; typedef struct S195 T195; typedef struct S275 T275; typedef struct S210 T210; typedef struct S83 T83; typedef struct S288 T288; typedef struct S78 T78; typedef void*T66; typedef struct S238 T238; typedef struct S52 T52; typedef struct S103 T103; typedef struct S136 T136; typedef struct S69 T69; typedef struct S318 T318; typedef struct S74 T74; typedef struct S250 T250; typedef struct S59 T59; typedef struct S361 T361; typedef struct S357 T357; typedef struct S39 T39; typedef struct S343 T343; typedef struct S340 T340; typedef struct S120 T120; typedef struct S161 T161; typedef struct S84 T84; typedef struct S217 T217; typedef struct S189 T189; typedef struct S338 T338; typedef struct S64 T64; typedef struct S346 T346; typedef struct S298 T298; typedef struct S85 T85; typedef struct S268 T268; typedef struct S362 T362; typedef struct S192 T192; typedef struct S182 T182; typedef struct S141 T141; typedef struct S310 T310; typedef struct S188 T188; typedef struct S290 T290; typedef struct S37 T37; typedef struct S60 T60; typedef struct S228 T228; typedef struct S122 T122; typedef struct S348 T348; typedef struct S155 T155; typedef struct S130 T130; typedef struct S138 T138; typedef struct S305 T305; typedef struct S263 T263; typedef struct S247 T247; typedef struct S251 T251; typedef struct S196 T196; typedef struct S183 T183; typedef void*T350; typedef struct S342 T342; typedef struct S255 T255; typedef struct S77 T77; typedef struct S76 T76; typedef struct S194 T194; typedef struct S282 T282; typedef struct S334 T334; typedef struct S116 T116; typedef struct S167 T167; typedef struct S302 T302; typedef struct S359 T359; typedef struct S107 T107; typedef struct S109 T109; typedef struct S227 T227; typedef struct S241 T241; typedef struct S309 T309; typedef struct S322 T322; typedef struct S23 T23; typedef struct S32 T32; typedef struct S61 T61; typedef struct S219 T219; typedef struct S212 T212; typedef struct S244 T244; typedef struct S157 T157; typedef struct S332 T332; typedef struct S321 T321; typedef struct S88 T88; typedef struct S164 T164; typedef struct S222 T222; typedef struct S335 T335; typedef struct S159 T159; typedef struct S258 T258; typedef struct S331 T331; typedef struct S256 T256; typedef struct S248 T248; typedef struct S278 T278; typedef struct S10 T10; typedef void*T356; typedef void*T353; typedef struct S215 T215; typedef struct S352 T352; typedef void*T34; typedef struct S280 T280; typedef struct S118 T118; typedef struct S324 T324; typedef void*T339; typedef struct S239 T239; typedef struct S354 T354; typedef struct S47 T47; typedef struct S134 T134; typedef struct S180 T180; typedef struct S285 T285; typedef struct S178 T178; typedef struct S33 T33; typedef struct S146 T146; typedef struct S307 T307; typedef struct S242 T242; typedef struct S191 T191; typedef struct S319 T319; typedef struct S81 T81; typedef struct S93 T93; typedef struct S272 T272; typedef struct S351 T351; typedef struct S277 T277; typedef struct S56 T56; typedef struct S224 T224; typedef struct S336 T336; typedef struct S135 T135; typedef struct S133 T133; typedef struct S55 T55; typedef struct S313 T313; typedef struct S216 T216; typedef struct S174 T174; typedef struct S147 T147; typedef struct S117 T117; typedef struct S316 T316; typedef struct S201 T201; typedef struct S218 T218; typedef struct S329 T329; typedef struct S203 T203; typedef struct S200 T200; typedef struct S94 T94; typedef struct S231 T231; typedef struct S315 T315; typedef struct S225 T225; typedef struct S270 T270; typedef struct S108 T108; typedef struct S110 T110; typedef struct S111 T111; typedef struct S287 T287; typedef struct S360 T360; typedef struct S326 T326; typedef struct S38 T38; typedef struct S114 T114; typedef struct S119 T119; typedef struct S132 T132; typedef struct S127 T127; typedef struct S143 T143; typedef struct S190 T190; typedef struct S243 T243; typedef struct S41 T41; typedef struct S211 T211; typedef struct S214 T214; typedef struct S126 T126; typedef struct S152 T152; typedef struct S172 T172; typedef struct S209 T209; typedef struct S206 T206; typedef struct S325 T325; typedef struct S291 T291; typedef struct S29 T29; typedef int T311; typedef struct S347 T347; /*C Header Pass 2 :*/ typedef T0**T333; typedef T0**T320; typedef T3*T9; typedef T0**T91; typedef T0**T82; typedef T0**T223; typedef T0**T40; typedef T0**T355; typedef T0**T48; typedef T0**T95; typedef T0**T181; typedef T6*T349; typedef T2*T46; typedef T0**T344; typedef T0**T341; typedef T0**T246; typedef T0**T187; typedef T0**T266; typedef T0**T72; typedef T0**T170; typedef T0**T317; typedef T0**T304; typedef T0**T294; typedef T0**T208; typedef T0**T24; typedef T0**T63; typedef T0**T220; typedef T0**T213; typedef T0**T363; typedef T0**T58; typedef T0**T297; typedef T0**T193; typedef T0**T328; typedef T0**T73; typedef T0**T308; typedef T0**T80; typedef T0**T176; /*C Header Pass 3 :*/ /*C Header Pass 4 :*/ struct S156{int id;T0* _start_position;T0* _value;T0* _result_type;T0* _hexa;}; extern T156 M156; struct S90{T0* _to_string;T0* _start_position;}; extern T90 M90; struct S260{int id;T0* _start_position;T0* _written_mark;T0* _run_time_mark;T0* _n;}; extern T260 M260; struct S57{T58 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T57 M57; struct S199{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;T6 _is_ensure_then;}; extern T199 M199; struct S205{int id;T193 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T205 M205; struct S115{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T115 M115; struct S204{int id;T0* _start_position;T0* _list;T0* _compound;T0* _current_type;}; extern T204 M204; struct S197{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T197 M197; struct S153{int id;T0* _start_position;T3 _value;T2 _pretty_print_mode;}; extern T153 M153; struct S267{int id;T0* _left_side;T0* _right_side;}; extern T267 M267; struct S54{T2 _level;T6 _generating_type_used;T6 _generator_used;}; extern T54 M54; struct S306{T0* _list;}; extern T306 M306; struct S301{T0* _clients;T0* _list;}; extern T301 M301; struct S49{T0* _to_string;T0* _start_position;}; extern T49 M49; struct S53{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T53 M53; struct S295{int id;T0* _name_list;}; extern T295 M295; struct S271{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;T6 _is_require_else;}; extern T271 M271; struct S234{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _type;}; extern T234 M234; struct S102{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T102 M102; struct S158{int id;T0* _start_position;T2 _value;}; extern T158 M158; struct S254{int id;T0* _base_class_name;}; extern T254 M254; struct S252{int id;T0* _base_class_name;}; extern T252 M252; struct S262{int id;T0* _start_position;T0* _written_mark;T0* _run_time_mark;T0* _n;T2 _nb;}; extern T262 M262; struct S327{int id;T328 _storage;T2 _capacity;T2 _upper;}; extern T327 M327; struct S68{T73 _storage;T2 _capacity;T2 _upper;}; extern T68 M68; struct S121{int id;T0* _to_string;T0* _start_position;T0* _to_key;}; extern T121 M121; struct S283{int id;}; extern T283 M283; struct S28{T0* _system_name;T0* _sys_directory;T0* _bin_directory;}; extern T28 M28; struct S265{int id;T0* _formal_name;T2 _rank;T0* _run_type;}; extern T265 M265; struct S154{int id;T0* _start_position;T0* _to_string;T0* _break;T0* _ascii;T0* _percent;T0* _mangling;}; extern T154 M154; struct S171{int id;T0* _list;T0* _flat_list;}; extern T171 M171; struct S44{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T44 M44; struct S345{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T2 _use_current_state;T0* _base_feature;T0* _result_type;}; extern T345 M345; struct S67{T0* _first;T0* _remainder;}; extern T67 M67; struct S86{T0* _start_position;T0* _header_comment;T0* _list;}; extern T86 M86; struct S179{T0* _first;T0* _remainder;}; extern T179 M179; struct S177{int id;T0* _start_position;T0* _result_type;}; extern T177 M177; struct S92{T0* _unique_string_memory;T2 _li;T2 _co;}; extern T92 M92; struct S230{int id;T0* _comment;T0* _expression;T0* _current_type;}; extern T230 M230; struct S51{T6 _case_insensitive;T6 _drop_comments;T6 _is_running;T2 _column;T2 _line;T0* _current_line;T3 _cc;T0* _last_comments;T6 _inside_function;T6 _inside_once_function;T0* _formal_generic_list;T6 _in_ensure;T6 _in_rescue;T0* _arguments;T0* _local_vars;T6 _ok;T2 _last_ascii_code;T0* _last_base_class;T0* _last_base_type;T0* _last_binary;T0* _last_bit_constant;T0* _last_boolean_constant;T0* _last_character_constant;T0* _last_class_name;T0* _last_class_type;T0* _last_expression;T0* _last_feature_declaration;T0* _last_feature_name;T0* _last_feature_name_list;T0* _last_keyword;T0* _last_type_formal_generic;T0* _last_infix;T0* _last_prefix;T0* _last_integer_constant;T0* _last_instruction;T0* _last_index_value;T0* _last_manifest_constant;T0* _last_manifest_string;T0* _last_parent;T0* _last_real_constant;T0* _last_type;T0* _last_tag_mark;T2 _start_column;T2 _start_line;}; extern T51 M51; struct S96{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T96 M96; struct S358{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T358 M358; struct S148{int id;T0* _target;T0* _feature_name;T0* _run_feature;T0* _arguments;}; extern T148 M148; struct S259{int id;T0* _start_position;T0* _written_mark;T0* _mapped;T0* _run_time_mark;T0* _run_type;}; extern T259 M259; struct S79{T80 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T79 M79; struct S175{int id;T176 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T175 M175; struct S186{int id;T187 _storage;T2 _capacity;T2 _upper;}; extern T186 M186; struct S128{int id;T0* _target;T0* _run_feature;T0* _feature_name;}; extern T128 M128; struct S202{int id;T0* _check_invariant;T0* _current_type;}; extern T202 M202; struct S139{int id;T0* _start_position;T0* _run_feature;}; extern T139 M139; struct S162{int id;T0* _list;T0* _flat_list;}; extern T162 M162; struct S253{int id;T0* _base_class_name;}; extern T253 M253; struct S104{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T104 M104; struct S245{T246 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T245 M245; struct S276{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _native;T0* _alias_string;T0* _result_type;}; extern T276 M276; struct S42{T6 _short_flag;T2 _magic_count;T2 _top;}; extern T42 M42; struct S236{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _run_feature;T0* _call;}; extern T236 M236; struct S45{T46 _storage;T2 _capacity;T2 _upper;}; extern T45 M45; struct S106{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T106 M106; struct S314{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T314 M314; struct S281{int id;}; extern T281 M281; struct S131{int id;T0* _to_string;T0* _start_position;T0* _run_feature_2;}; extern T131 M131; struct S257{int id;T0* _base_class_name;}; extern T257 M257; struct S125{int id;T0* _to_string;T0* _start_position;T0* _to_key;}; extern T125 M125; struct S140{int id;T0* _start_position;}; extern T140 M140; struct S70{T0* _old_name;T0* _new_name;}; extern T70 M70; struct S300{int id;T0* _feature_name;}; extern T300 M300; extern T36 M36; struct S229{int id;T0* _comment;T0* _expression;T0* _current_type;T0* _tag;}; extern T229 M229; struct S113{int id;T0* _target;T0* _arguments;T0* _feature_name;}; extern T113 M113; struct S105{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T105 M105; struct S323{T317 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T323 M323; struct S71{T72 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T71 M71; struct S169{int id;T170 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T169 M169; struct S303{T304 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T303 M303; struct S293{T294 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T293 M293; struct S7{T9 _storage;T2 _count;T2 _capacity;}; extern T7 M7; struct S151{int id;T0* _start_position;}; extern T151 M151; struct S16{T2 _item;}; extern T16 M16; struct S129{int id;T0* _expression;T0* _current_type;}; extern T129 M129; struct S299{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T6 _isa_redefinition;}; extern T299 M299; struct S337{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T337 M337; struct S264{T266 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T264 M264; struct S195{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T195 M195; struct S275{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _native;T0* _alias_string;}; extern T275 M275; struct S210{T0* _expression;T0* _then_compound;T0* _current_type;}; extern T210 M210; struct S83{T0* _start_position;T0* _list;}; extern T83 M83; struct S288{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;T0* _result_type;}; extern T288 M288; struct S78{T0* _clients;T0* _comment;T0* _list;}; extern T78 M78; extern T66 M66; struct S238{int id;T0* _start_position;T0* _writable;T0* _current_type;T0* _run_feature;T0* _call;T0* _type;}; extern T238 M238; struct S52{T0* _path;T2 _count;}; extern T52 M52; struct S103{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T103 M103; struct S136{int id;T0* _target;T0* _feature_name;T0* _arguments;T0* _run_feature;}; extern T136 M136; struct S69{T0* _list;}; extern T69 M69; struct S318{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _cache_buckets_idx;T2 _count;}; extern T318 M318; struct S74{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T74 M74; struct S250{int id;T0* _base_class_name;}; extern T250 M250; struct S59{T0* _base_class;T0* _start_position;T0* _heading_comment;T0* _list;}; extern T59 M59; struct S361{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T361 M361; struct S357{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T357 M357; struct S39{T0* _base_class_name;T2 _mem_line_column;}; extern T39 M39; struct S343{int id;T344 _storage;T2 _capacity;T2 _upper;}; extern T343 M343; struct S340{int id;T341 _storage;T2 _capacity;T2 _upper;}; extern T340 M340; struct S120{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T120 M120; struct S161{int id;T0* _start_position;T0* _parent;T0* _current_type;T0* _arguments;T0* _run_feature;}; extern T161 M161; struct S84{T0* _mem_id;T0* _mem_str;}; extern T84 M84; struct S217{T0* _start_position;T0* _list;T0* _header_comment;T0* _compound;T0* _when_list;T0* _values;}; extern T217 M217; struct S189{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T189 M189; struct S338{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T338 M338; struct S64{T0* _start_position;T0* _list;}; extern T64 M64; struct S346{int id;T0* _enclosing;T0* _to_key;}; extern T346 M346; struct S298{int id;T0* _name;}; extern T298 M298; struct S85{T0* _tag;T0* _expression;T0* _comment;T0* _current_type;}; extern T85 M85; struct S268{int id;T0* _left_side;T0* _right_side;T0* _current_type;}; extern T268 M268; struct S362{int id;T363 _storage;T2 _capacity;T2 _upper;}; extern T362 M362; struct S192{int id;T193 _storage;T2 _capacity;T2 _upper;}; extern T192 M192; struct S182{T0* _arguments;T0* _type;T0* _header_comment;T0* _obsolete_mark;T0* _require_assertion;T0* _local_vars;T0* _routine_body;}; extern T182 M182; struct S141{int id;T0* _start_position;T0* _result_type;}; extern T141 M141; struct S310{T0* _sfw;T2 _mode;T2 _column;T2 _line;T2 _blank_lines;T3 _last_character;T2 _indent_level;T6 _semi_colon_flag;}; extern T310 M310; struct S188{T2 _value;}; extern T188 M188; struct S290{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;}; extern T290 M290; struct S37{T2 _nb_warnings;T2 _nb_errors;T6 _no_warning;}; extern T37 M37; struct S60{T0* _parent_list;T0* _type;T0* _comment;T0* _rename_list;T0* _export_list;T0* _undefine_list;T0* _redefine_list;T0* _select_list;T0* _undefine_memory1;T0* _undefine_memory2;}; extern T60 M60; struct S228{int id;T0* _start_position;T0* _initialize;T0* _invariant_clause;T0* _variant_clause;T0* _until_expression;T0* _loop_body;T0* _current_type;}; extern T228 M228; struct S122{int id;T0* _target;T0* _run_feature;T0* _feature_name;}; extern T122 M122; struct S348{T349 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T348 M348; struct S155{T46 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T155 M155; struct S130{int id;T0* _start_position;T0* _list;T0* _current_type;}; extern T130 M130; struct S138{int id;T0* _start_position;T0* _run_feature_6;}; extern T138 M138; struct S305{T0* _tag;T0* _list;}; extern T305 M305; struct S263{T0* _name;T0* _constraint;}; extern T263 M263; struct S247{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type;}; extern T247 M247; struct S251{int id;T0* _base_class_name;}; extern T251 M251; struct S196{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T196 M196; struct S183{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _values;}; extern T183 M183; extern T350 M350; struct S342{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T342 M342; struct S255{int id;T0* _base_class_name;}; extern T255 M255; struct S77{T0* _list;}; extern T77 M77; struct S76{T0* _start_position;T0* _list;}; extern T76 M76; struct S194{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T194 M194; struct S282{int id;}; extern T282 M282; struct S334{T0* _list;}; extern T334 M334; struct S116{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T116 M116; struct S167{int id;T0* _start_position;T0* _to_string;T0* _result_type;T2 _rank;T6 _is_used;}; extern T167 M167; struct S302{T0* _start_position;T0* _items;}; extern T302 M302; struct S359{int id;T0* _expression;T0* _result_type;}; extern T359 M359; struct S107{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T107 M107; struct S109{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T109 M109; struct S227{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;}; extern T227 M227; struct S241{int id;T0* _start_position;T0* _run_type;}; extern T241 M241; struct S309{T0* _path;T8 _output_stream;}; extern T309 M309; struct S322{T63 _storage;T2 _capacity;T2 _upper;}; extern T322 M322; struct S23{T24 _storage;T2 _capacity;T2 _upper;}; extern T23 M23; struct S32{T24 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T32 M32; struct S61{T63 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T61 M61; struct S219{T220 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T219 M219; struct S212{T213 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T212 M212; struct S244{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type_memory;}; extern T244 M244; struct S157{int id;T0* _start_position;T0* _to_string;}; extern T157 M157; struct S332{T333 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T332 M332; struct S321{T320 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T321 M321; struct S88{T91 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T88 M88; struct S164{int id;T0* _start_position;T2 _rank;T0* _local_var_list;}; extern T164 M164; struct S222{T223 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T222 M222; struct S335{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;}; extern T335 M335; struct S159{int id;T0* _start_position;T0* _parent;T0* _current_type;T0* _arguments;T0* _run_feature;}; extern T159 M159; struct S258{int id;T0* _base_class_name;T0* _generic_list;T0* _written_mark;T0* _run_type_memory;}; extern T258 M258; struct S331{T0* _item;}; extern T331 M331; struct S256{int id;T0* _base_class_name;}; extern T256 M256; struct S248{int id;T0* _base_class_name;}; extern T248 M248; struct S278{int id;}; extern T278 M278; struct S10{T2 _state;T0* _style;}; extern T10 M10; extern T356 M356; extern T353 M353; struct S215{int id;T0* _start_position;T0* _run_feature;}; extern T215 M215; struct S352{int id;T246 _storage;T2 _capacity;T2 _upper;}; extern T352 M352; extern T34 M34; struct S280{int id;}; extern T280 M280; struct S118{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T118 M118; struct S324{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;}; extern T324 M324; extern T339 M339; struct S239{int id;T0* _start_position;T0* _like_what;T0* _written_mark;T0* _run_type;}; extern T239 M239; struct S354{int id;T355 _storage;T2 _capacity;T2 _upper;}; extern T354 M354; struct S47{T48 _storage;T2 _capacity;T2 _upper;}; extern T47 M47; struct S134{int id;T95 _storage;T2 _capacity;T2 _upper;}; extern T134 M134; struct S180{T181 _storage;T2 _capacity;T2 _upper;}; extern T180 M180; struct S285{int id;}; extern T285 M285; struct S178{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T178 M178; struct S33{T6 _verbose;}; extern T33 M33; struct S146{int id;T0* _target;T0* _feature_name;T0* _run_feature;}; extern T146 M146; struct S307{T308 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T307 M307; struct S242{int id;T0* _start_position;T0* _like_what;T0* _written_mark;T0* _run_feature;}; extern T242 M242; struct S191{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _first_value;T0* _remainder;}; extern T191 M191; struct S319{T320 _storage;T2 _capacity;T2 _upper;}; extern T319 M319; struct S81{T82 _storage;T2 _capacity;T2 _upper;}; extern T81 M81; struct S93{int id;T0* _start_position;T0* _list;T0* _result_type;T0* _current_type;}; extern T93 M93; struct S272{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _result_type;}; extern T272 M272; struct S351{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T351 M351; struct S277{int id;}; extern T277 M277; struct S56{T0* _start_position;T0* _clients;T0* _comment;T0* _procedure_list;}; extern T56 M56; struct S224{int id;T0* _e_when;T0* _expression;T2 _expression_value;}; extern T224 M224; struct S336{T6 _used;}; extern T336 M336; struct S135{int id;T0* _target;T0* _feature_name;T0* _arguments;T0* _run_feature;}; extern T135 M135; struct S133{int id;T0* _target;T0* _feature_name;T0* _run_feature;}; extern T133 M133; struct S55{T0* _list;}; extern T55 M55; struct S313{T0* _current_type;T2 _id;T6 _at_run_time;T0* _running;T6 _compile_to_c_done;T0* _feature_dictionary;T6 _runnable_class_invariant_done;T6 _strip_used;T0* _actuals_clients;}; extern T313 M313; struct S216{int id;T0* _start_position;T0* _expression;T0* _when_list;T0* _else_position;T0* _else_compound;T0* _current_type;}; extern T216 M216; struct S174{int id;T0* _start_position;T0* _to_string;T0* _result_type;T2 _rank;}; extern T174 M174; struct S147{int id;T0* _target;T0* _feature_name;T0* _run_feature;T0* _arguments;}; extern T147 M147; struct S117{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T117 M117; struct S316{int id;T317 _storage;T2 _capacity;T2 _upper;}; extern T316 M316; struct S201{T208 _storage;T2 _capacity;T2 _upper;}; extern T201 M201; struct S218{T0* _e_inspect;T0* _list;}; extern T218 M218; struct S329{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _result_type;}; extern T329 M329; struct S203{T0* _start_position;T0* _header_comment;T0* _list;T0* _current_type;T0* _run_feature;}; extern T203 M203; struct S200{T0* _header_comment;T0* _current_type;T0* _first_one;T0* _remainder;}; extern T200 M200; struct S94{int id;T95 _storage;T2 _capacity;T2 _upper;T2 _lower;}; extern T94 M94; struct S231{int id;T0* _start_position;T0* _writable;T0* _current_type;}; extern T231 M231; struct S315{T0* _keys;T0* _store;T2 _modulus;T0* _buckets;T0* _chain;T2 _first_free_slot;T2 _cache_keys_idx;T2 _cache_user_idx;T2 _count;}; extern T315 M315; struct S225{int id;T0* _e_when;T0* _upper;T0* _lower;T2 _upper_value;T2 _lower_value;}; extern T225 M225; struct S270{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;}; extern T270 M270; struct S108{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T108 M108; struct S110{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T110 M110; struct S111{int id;T0* _target;T0* _arguments;T0* _feature_name;}; extern T111 M111; struct S287{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;}; extern T287 M287; struct S360{int id;T0* _run_class;T0* _written_mark;T0* _expanded_type;}; extern T360 M360; struct S326{int id;T0* _type_bit;T0* _written_mark;T0* _run_time_mark;}; extern T326 M326; struct S38{T40 _storage;T2 _capacity;T2 _upper;}; extern T38 M38; struct S114{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T114 M114; struct S119{int id;T0* _target;T0* _arguments;T0* _feature_name;T0* _run_feature;}; extern T119 M119; struct S132{T0* _first_one;T0* _remainder;T0* _current_type;}; extern T132 M132; struct S127{int id;T0* _target;T0* _run_feature;T0* _feature_name;}; extern T127 M127; struct S143{int id;T0* _feature_name;T0* _current_type;T0* _run_feature;}; extern T143 M143; struct S190{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _clients;T0* _result_type;T0* _value_mem;}; extern T190 M190; struct S243{int id;T0* _base_class_name;}; extern T243 M243; struct S41{T2 _id;T0* _path;T0* _index_list;T0* _heading_comment1;T6 _is_deferred;T6 _is_expanded;T0* _name;T0* _formal_generic_list;T0* _heading_comment2;T0* _obsolete_type_string;T0* _parent_list;T0* _creation_clause_list;T0* _feature_clause_list;T0* _class_invariant;T0* _end_comment;T0* _feature_dictionary;T0* _isom;}; extern T41 M41; struct S211{T0* _list;T0* _current_type;}; extern T211 M211; struct S214{int id;T0* _expression;T0* _comment;}; extern T214 M214; struct S126{int id;T0* _target;T0* _run_feature;T0* _feature_name;}; extern T126 M126; struct S152{int id;T0* _start_position;}; extern T152 M152; struct S172{int id;T0* _start_position;T2 _rank;T0* _formal_arg_list;}; extern T172 M172; struct S209{int id;T0* _instruction;T0* _comment;}; extern T209 M209; struct S206{int id;T0* _start_position;T0* _ifthenlist;T0* _else_compound;T0* _current_type;}; extern T206 M206; struct S325{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T2 _use_current_state;T0* _base_feature;T0* _value;T0* _result_type;}; extern T325 M325; struct S291{int id;T0* _base_class;T0* _names;T0* _header_comment;T0* _local_vars;T0* _clients;T0* _arguments;T0* _obsolete_mark;T0* _require_assertion;T0* _ensure_assertion;T0* _end_comment;T0* _routine_body;T0* _rescue_compound;T2 _use_current_state;T0* _result_type;}; extern T291 M291; struct S29{T6 _push_back_flag;T0* _path;T8 _input_stream;T2 _memory;}; extern T29 M29; extern T311 M311; struct S347{int id;T0* _current_type;T0* _clients_memory;T0* _actuals_clients;T0* _name;T0* _require_assertion;T0* _ensure_assertion;T2 _use_current_state;T0* _base_feature;T0* _arguments;T0* _local_vars;T0* _routine_body;T0* _rescue_compound;}; extern T347 M347; T7*se_ms(int c,char*e); T7*e2s(char*e); char*s2e(T7*s); /* -- This file is free software, which comes along with SmallEiffel. This -- software is distributed in the hope that it will be useful, but WITHOUT -- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- FITNESS FOR A PARTICULAR PURPOSE. You can modify it as you want, provided -- this header is kept unaltered, and a notification of the changes is added. -- You are allowed to redistribute it and sell it, alone or as a part of -- another product. -- Copyright (C) 1994-98 LORIA - UHP - CRIN - INRIA - FRANCE -- Dominique COLNET and Suzanne COLLIN - colnet@loria.fr -- http://www.loria.fr/SmallEiffel -- */ /* This file (boost.h) is automatically included when `run_control.boost' is true (ie. only for mode -boost). */ #define SE_BOOST 1 void se_print_run_time_stack (void); void sigrsp(int sig); T6 r6_ix_not(T6 C); T6 r6_px_and(T6 C,T6 a1); void r2append_in(T2 C,T0* a1); T0* r2to_string(T2 C); T3 r2hexadecimal_digit(T2 C); T2 r2min(T2 C,T2 a1); T3 r2digit(T2 C); T2 r2max(T2 C,T2 a1); T2 r2hash_code(T2 C); T3 r3to_upper(T3 C); T6 r3is_separator(T3 C); T3 r3to_lower(T3 C); T6 r3same_as(T3 C,T3 a1); T6 r3_px_6261(T3 C,T3 a1); T6 r3is_letter(T3 C); T6 r3is_digit(T3 C); T2 r3value(T3 C); T333 r333realloc(T333 C,T2 a1,T2 a2); void r333set_all_with(T333 C,T0* a1,T2 a2); T2 r333fast_index_of(T333 C,T0* a1,T2 a2); void r333copy_from(T333 C,T333 a1,T2 a2); T320 r320realloc(T320 C,T2 a1,T2 a2); void r320set_all_with(T320 C,T0* a1,T2 a2); T2 r320fast_index_of(T320 C,T0* a1,T2 a2); void r320copy_from(T320 C,T320 a1,T2 a2); T6 r9fast_memcmp(T9 C,T9 a1,T2 a2); T9 r9realloc(T9 C,T2 a1,T2 a2); void r9set_all_with(T9 C,T3 a1,T2 a2); void r9copy_at(T9 C,T2 a1,T9 a2,T2 a3); T2 r9fast_index_of(T9 C,T3 a1,T2 a2); void r9copy_from(T9 C,T9 a1,T2 a2); T91 r91realloc(T91 C,T2 a1,T2 a2); void r91set_all_with(T91 C,T0* a1,T2 a2); T2 r91fast_index_of(T91 C,T0* a1,T2 a2); void r91copy_from(T91 C,T91 a1,T2 a2); T82 r82realloc(T82 C,T2 a1,T2 a2); void r82clear_all(T82 C,T2 a1); void r82set_all_with(T82 C,T0* a1,T2 a2); void r82copy_from(T82 C,T82 a1,T2 a2); T223 r223realloc(T223 C,T2 a1,T2 a2); void r223copy_from(T223 C,T223 a1,T2 a2); T40 r40realloc(T40 C,T2 a1,T2 a2); T6 r40equal_like(T0* a1,T0* a2); T2 r40fast_index_of(T40 C,T0* a1,T2 a2); void r40copy_from(T40 C,T40 a1,T2 a2); T2 r40index_of(T40 C,T0* a1,T2 a2); T355 r355realloc(T355 C,T2 a1,T2 a2); void r355clear_all(T355 C,T2 a1); void r355copy_from(T355 C,T355 a1,T2 a2); T48 r48realloc(T48 C,T2 a1,T2 a2); void r48set_all_with(T48 C,T0* a1,T2 a2); T2 r48fast_index_of(T48 C,T0* a1,T2 a2); void r48copy_from(T48 C,T48 a1,T2 a2); T95 r95realloc(T95 C,T2 a1,T2 a2); void r95clear_all(T95 C,T2 a1); void r95copy_from(T95 C,T95 a1,T2 a2); T181 r181realloc(T181 C,T2 a1,T2 a2); void r181copy_from(T181 C,T181 a1,T2 a2); T349 r349realloc(T349 C,T2 a1,T2 a2); void r349set_all_with(T349 C,T6 a1,T2 a2); void r349move(T349 C,T2 a1,T2 a2,T2 a3); void r349copy_from(T349 C,T349 a1,T2 a2); void r349clear(T349 C,T2 a1,T2 a2); T46 r46realloc(T46 C,T2 a1,T2 a2); void r46set_all_with(T46 C,T2 a1,T2 a2); T2 r46fast_index_of(T46 C,T2 a1,T2 a2); void r46copy_from(T46 C,T46 a1,T2 a2); T344 r344realloc(T344 C,T2 a1,T2 a2); void r344set_all_with(T344 C,T0* a1,T2 a2); T2 r344fast_index_of(T344 C,T0* a1,T2 a2); void r344copy_from(T344 C,T344 a1,T2 a2); T341 r341realloc(T341 C,T2 a1,T2 a2); void r341set_all_with(T341 C,T0* a1,T2 a2); T2 r341fast_index_of(T341 C,T0* a1,T2 a2); void r341copy_from(T341 C,T341 a1,T2 a2); T246 r246realloc(T246 C,T2 a1,T2 a2); void r246set_all_with(T246 C,T0* a1,T2 a2); void r246copy_from(T246 C,T246 a1,T2 a2); T187 r187realloc(T187 C,T2 a1,T2 a2); void r187clear_all(T187 C,T2 a1); void r187set_all_with(T187 C,T0* a1,T2 a2); void r187copy_from(T187 C,T187 a1,T2 a2); T266 r266realloc(T266 C,T2 a1,T2 a2); void r266copy_from(T266 C,T266 a1,T2 a2); T72 r72realloc(T72 C,T2 a1,T2 a2); void r72copy_from(T72 C,T72 a1,T2 a2); T170 r170realloc(T170 C,T2 a1,T2 a2); void r170set_all_with(T170 C,T0* a1,T2 a2); void r170copy_from(T170 C,T170 a1,T2 a2); T317 r317realloc(T317 C,T2 a1,T2 a2); void r317set_all_with(T317 C,T0* a1,T2 a2); T2 r317fast_index_of(T317 C,T0* a1,T2 a2); void r317move(T317 C,T2 a1,T2 a2,T2 a3); void r317clear(T317 C,T2 a1,T2 a2); void r317copy_from(T317 C,T317 a1,T2 a2); T304 r304realloc(T304 C,T2 a1,T2 a2); void r304copy_from(T304 C,T304 a1,T2 a2); T294 r294realloc(T294 C,T2 a1,T2 a2); void r294copy_from(T294 C,T294 a1,T2 a2); T208 r208realloc(T208 C,T2 a1,T2 a2); void r208clear_all(T208 C,T2 a1); void r208copy_from(T208 C,T208 a1,T2 a2); T24 r24realloc(T24 C,T2 a1,T2 a2); void r24set_all_with(T24 C,T0* a1,T2 a2); T6 r24equal_like(T0* a1,T0* a2); T2 r24fast_index_of(T24 C,T0* a1,T2 a2); void r24copy_from(T24 C,T24 a1,T2 a2); T2 r24index_of(T24 C,T0* a1,T2 a2); T63 r63realloc(T63 C,T2 a1,T2 a2); void r63copy_from(T63 C,T63 a1,T2 a2); T220 r220realloc(T220 C,T2 a1,T2 a2); void r220copy_from(T220 C,T220 a1,T2 a2); T213 r213realloc(T213 C,T2 a1,T2 a2); void r213copy_from(T213 C,T213 a1,T2 a2); T363 r363realloc(T363 C,T2 a1,T2 a2); void r363set_all_with(T363 C,T0* a1,T2 a2); void r363copy_from(T363 C,T363 a1,T2 a2); T58 r58realloc(T58 C,T2 a1,T2 a2); void r58copy_from(T58 C,T58 a1,T2 a2); T193 r193realloc(T193 C,T2 a1,T2 a2); void r193clear_all(T193 C,T2 a1); void r193set_all_with(T193 C,T0* a1,T2 a2); void r193copy_from(T193 C,T193 a1,T2 a2); T328 r328realloc(T328 C,T2 a1,T2 a2); void r328set_all_with(T328 C,T0* a1,T2 a2); void r328copy_from(T328 C,T328 a1,T2 a2); T73 r73realloc(T73 C,T2 a1,T2 a2); void r73set_all_with(T73 C,T0* a1,T2 a2); void r73copy_from(T73 C,T73 a1,T2 a2); T308 r308realloc(T308 C,T2 a1,T2 a2); void r308copy_from(T308 C,T308 a1,T2 a2); T80 r80realloc(T80 C,T2 a1,T2 a2); void r80copy_from(T80 C,T80 a1,T2 a2); T176 r176realloc(T176 C,T2 a1,T2 a2); void r176set_all_with(T176 C,T0* a1,T2 a2); void r176copy_from(T176 C,T176 a1,T2 a2); T6 r7has(T7* C,T3 a1); T8 r7to_external(T7* C); void r7to_lower(T7* C); T3 r7last(T7* C); void r7extend(T7* C,T3 a1); void r7swap(T7* C,T2 a1,T2 a2); void r7copy(T7* C,T0* a1); T2 r7hash_code(T7* C); void r7to_upper(T7* C); T0* r7twin(T7* C); void r7set_last(T7* C,T3 a1); void r7remove_last(T7* C,T2 a1); T6 r7is_equal(T7* C,T0* a1); T6 r7has_suffix(T7* C,T0* a1); T6 r7same_as(T7* C,T0* a1); T2 r7index_of_string(T7* C,T0* a1); void r7prepend(T7* C,T0* a1); void r7to_hexadecimal(T7* C); void r7add_first(T7* C,T3 a1); T6 r7has_string(T7* C,T0* a1); void r7make(T7* C,T2 a1); void r7append(T7* C,T0* a1); void r7blank(T7* C,T2 a1); T2 r7index_of(T7* C,T3 a1); void r57add_last(T57* C,T0* a1); T0* r57item(T57* C,T2 a1); T0* r57first(T57* C); T2 r57count(T57* C); T0* r205twin(T205* C); void r205add_last(T205* C,T0* a1); T0* r205item(T205* C,T2 a1); T2 r205count(T205* C); void r205copy(T205* C,T0* a1); void r327with_capacity(T327* C,T2 a1); void r327add_last(T327* C,T0* a1); void r327resize(T327* C,T2 a1); void r327make(T327* C,T2 a1); void r68with_capacity(T68* C,T2 a1); void r68add_last(T68* C,T0* a1); void r68make(T68* C,T2 a1); void r79add_last(T79* C,T0* a1); T0* r79item(T79* C,T2 a1); T2 r79count(T79* C); T0* r175twin(T175* C); void r175add_last(T175* C,T0* a1); T0* r175item(T175* C,T2 a1); T0* r175first(T175* C); T2 r175count(T175* C); void r175make(T175* C,T2 a1,T2 a2); void r175copy(T175* C,T0* a1); void r186with_capacity(T186* C,T2 a1); T0* r186twin(T186* C); void r186add_last(T186* C,T0* a1); void r186make(T186* C,T2 a1); void r186copy(T186* C,T0* a1); T0* r245twin(T245* C); void r245add_last(T245* C,T0* a1); T0* r245item(T245* C,T2 a1); T0* r245first(T245* C); T2 r245count(T245* C); void r245copy(T245* C,T0* a1); void r45with_capacity(T45* C,T2 a1); void r45add_last(T45* C,T2 a1); T6 r45valid_index(T45* C,T2 a1); void r45resize(T45* C,T2 a1); T6 r45fast_has(T45* C,T2 a1); void r45make(T45* C,T2 a1); T2 r45fast_index_of(T45* C,T2 a1); void r323force(T323* C,T0* a1,T2 a2); T0* r323item(T323* C,T2 a1); void r323resize(T323* C,T2 a1,T2 a2); void r323make(T323* C,T2 a1,T2 a2); void r71add_last(T71* C,T0* a1); T0* r71item(T71* C,T2 a1); T2 r71count(T71* C); T0* r169twin(T169* C); void r169add_last(T169* C,T0* a1); T0* r169item(T169* C,T2 a1); T2 r169count(T169* C); void r169make(T169* C,T2 a1,T2 a2); void r169copy(T169* C,T0* a1); void r303add_last(T303* C,T0* a1); T0* r303item(T303* C,T2 a1); T2 r303count(T303* C); void r293add_last(T293* C,T0* a1); T0* r293item(T293* C,T2 a1); T0* r293first(T293* C); T2 r293count(T293* C); void r264add_last(T264* C,T0* a1); T0* r264item(T264* C,T2 a1); T2 r264count(T264* C); void r343with_capacity(T343* C,T2 a1); void r343add_last(T343* C,T0* a1); T6 r343valid_index(T343* C,T2 a1); void r343resize(T343* C,T2 a1); T6 r343fast_has(T343* C,T0* a1); void r343make(T343* C,T2 a1); T2 r343fast_index_of(T343* C,T0* a1); void r340with_capacity(T340* C,T2 a1); void r340add_last(T340* C,T0* a1); T6 r340valid_index(T340* C,T2 a1); void r340resize(T340* C,T2 a1); T6 r340fast_has(T340* C,T0* a1); void r340make(T340* C,T2 a1); T2 r340fast_index_of(T340* C,T0* a1); void r362resize(T362* C,T2 a1); void r362make(T362* C,T2 a1); void r192with_capacity(T192* C,T2 a1); T0* r192twin(T192* C); void r192add_last(T192* C,T0* a1); void r192resize(T192* C,T2 a1); void r192make(T192* C,T2 a1); void r192copy(T192* C,T0* a1); void r348force(T348* C,T6 a1,T2 a2); T6 r348item(T348* C,T2 a1); T6 r348valid_index(T348* C,T2 a1); void r348set_slice_with(T348* C,T6 a1,T2 a2,T2 a3); void r348resize(T348* C,T2 a1,T2 a2); void r348make(T348* C,T2 a1,T2 a2); void r155add_last(T155* C,T2 a1); T6 r155valid_index(T155* C,T2 a1); T2 r155count(T155* C); T6 r155fast_has(T155* C,T2 a1); T2 r155fast_index_of(T155* C,T2 a1); void r322with_capacity(T322* C,T2 a1); void r322add_last(T322* C,T0* a1); void r322remove_last(T322* C); T0* r322last(T322* C); T6 r322empty(T322* C); void r23with_capacity(T23* C,T2 a1); void r23add_last(T23* C,T0* a1); void r23resize(T23* C,T2 a1); void r23make(T23* C,T2 a1); T2 r23fast_index_of(T23* C,T0* a1); void r32with_capacity(T32* C,T2 a1,T2 a2); void r32add_last(T32* C,T0* a1); T0* r32item(T32* C,T2 a1); T6 r32valid_index(T32* C,T2 a1); T0* r32first(T32* C); T2 r32count(T32* C); void r32make(T32* C,T2 a1,T2 a2); T6 r32fast_has(T32* C,T0* a1); T2 r32fast_index_of(T32* C,T0* a1); void r32clear(T32* C); T6 r32empty(T32* C); T2 r32index_of(T32* C,T0* a1); void r61add_last(T61* C,T0* a1); T0* r61item(T61* C,T2 a1); T0* r61first(T61* C); T2 r61count(T61* C); T0* r219twin(T219* C); void r219add_last(T219* C,T0* a1); T0* r219item(T219* C,T2 a1); T2 r219count(T219* C); void r219copy(T219* C,T0* a1); T0* r212twin(T212* C); void r212add_last(T212* C,T0* a1); T0* r212item(T212* C,T2 a1); T2 r212count(T212* C); void r212copy(T212* C,T0* a1); void r332add_last(T332* C,T0* a1); T0* r332item(T332* C,T2 a1); T6 r332valid_index(T332* C,T2 a1); T2 r332count(T332* C); T6 r332fast_has(T332* C,T0* a1); void r332make(T332* C,T2 a1,T2 a2); T2 r332fast_index_of(T332* C,T0* a1); void r332clear(T332* C); T6 r332empty(T332* C); void r321add_last(T321* C,T0* a1); T6 r321valid_index(T321* C,T2 a1); T2 r321count(T321* C); T6 r321fast_has(T321* C,T0* a1); T2 r321fast_index_of(T321* C,T0* a1); T0* r88twin(T88* C); void r88add_last(T88* C,T0* a1); T0* r88item(T88* C,T2 a1); T6 r88valid_index(T88* C,T2 a1); T2 r88count(T88* C); T6 r88fast_has(T88* C,T0* a1); void r88make(T88* C,T2 a1,T2 a2); T2 r88fast_index_of(T88* C,T0* a1); void r88clear(T88* C); void r88copy(T88* C,T0* a1); T6 r88empty(T88* C); T0* r222twin(T222* C); void r222add_last(T222* C,T0* a1); T0* r222item(T222* C,T2 a1); T2 r222count(T222* C); void r222copy(T222* C,T0* a1); void r352clear_all(T352* C); T2 r352count(T352* C); void r352resize(T352* C,T2 a1); void r352make(T352* C,T2 a1); void r354with_capacity(T354* C,T2 a1); T0* r354twin(T354* C); void r354add_last(T354* C,T0* a1); void r354copy(T354* C,T0* a1); void r47with_capacity(T47* C,T2 a1); void r47add_last(T47* C,T0* a1); T6 r47valid_index(T47* C,T2 a1); void r47resize(T47* C,T2 a1); T6 r47fast_has(T47* C,T0* a1); void r47make(T47* C,T2 a1); T2 r47fast_index_of(T47* C,T0* a1); void r134with_capacity(T134* C,T2 a1); T0* r134twin(T134* C); void r134add_last(T134* C,T0* a1); T0* r134item(T134* C,T2 a1); void r134copy(T134* C,T0* a1); void r180with_capacity(T180* C,T2 a1); void r180add_last(T180* C,T0* a1); void r307add_last(T307* C,T0* a1); T0* r307item(T307* C,T2 a1); T2 r307count(T307* C); void r319with_capacity(T319* C,T2 a1); void r319add_last(T319* C,T0* a1); void r319resize(T319* C,T2 a1); void r319make(T319* C,T2 a1); T2 r319fast_index_of(T319* C,T0* a1); void r81with_capacity(T81* C,T2 a1); T0* r81twin(T81* C); void r81add_last(T81* C,T0* a1); void r81resize(T81* C,T2 a1); void r81make(T81* C,T2 a1); void r81copy(T81* C,T0* a1); T6 r81empty(T81* C); void r316with_capacity(T316* C,T2 a1); void r316clear_all(T316* C); void r316add_last(T316* C,T0* a1); T0* r316item(T316* C,T2 a1); T6 r316valid_index(T316* C,T2 a1); T2 r316count(T316* C); void r316resize(T316* C,T2 a1); T6 r316fast_has(T316* C,T0* a1); void r316make(T316* C,T2 a1); T2 r316fast_index_of(T316* C,T0* a1); void r201with_capacity(T201* C,T2 a1); T0* r201twin(T201* C); void r201add_last(T201* C,T0* a1); void r201copy(T201* C,T0* a1); T0* r94twin(T94* C); void r94add_last(T94* C,T0* a1); T0* r94item(T94* C,T2 a1); T2 r94count(T94* C); void r94copy(T94* C,T0* a1); void r38with_capacity(T38* C,T2 a1); T6 r38has(T38* C,T0* a1); void r38add_last(T38* C,T0* a1); T6 r38valid_index(T38* C,T2 a1); T6 r38fast_has(T38* C,T0* a1); T2 r38fast_index_of(T38* C,T0* a1); T2 r38index_of(T38* C,T0* a1); void r53with_capacity(T53* C,T2 a1); T6 r53has(T53* C,T0* a1); void r53expand(T53* C); void r53resize_buckets(T53* C,T2 a1); T0* r53at(T53* C,T0* a1); void r53put(T53* C,T0* a1,T0* a2); void r44with_capacity(T44* C,T2 a1); T6 r44has(T44* C,T0* a1); void r44expand(T44* C); void r44resize_buckets(T44* C,T2 a1); void r44remove(T44* C,T0* a1); T0* r44at(T44* C,T0* a1); void r44put(T44* C,T0* a1,T0* a2); void r318with_capacity(T318* C,T2 a1); T6 r318has(T318* C,T0* a1); void r318expand(T318* C); void r318resize_buckets(T318* C,T2 a1); T0* r318item(T318* C,T2 a1); void r318set_cache_user_idx(T318* C,T2 a1); T0* r318at(T318* C,T0* a1); void r318put(T318* C,T0* a1,T0* a2); void r74with_capacity(T74* C,T2 a1); T6 r74has(T74* C,T0* a1); void r74expand(T74* C); void r74resize_buckets(T74* C,T2 a1); T0* r74at(T74* C,T0* a1); void r74put(T74* C,T0* a1,T0* a2); void r361with_capacity(T361* C,T2 a1); T6 r361has(T361* C,T0* a1); void r361expand(T361* C); void r361resize_buckets(T361* C,T2 a1); void r361put(T361* C,T0* a1,T0* a2); void r357with_capacity(T357* C,T2 a1); T6 r357has(T357* C,T0* a1); void r357expand(T357* C); void r357resize_buckets(T357* C,T2 a1); void r357put(T357* C,T0* a1,T0* a2); void r351with_capacity(T351* C,T2 a1); T6 r351has(T351* C,T2 a1); void r351expand(T351* C); void r351resize_buckets(T351* C,T2 a1); void r351put(T351* C,T0* a1,T2 a2); void r315with_capacity(T315* C,T2 a1); T6 r315has(T315* C,T0* a1); void r315expand(T315* C); void r315resize_buckets(T315* C,T2 a1); T0* r315at(T315* C,T0* a1); void r315put(T315* C,T0* a1,T0* a2); T0* r156add_comment(T156* C,T0* a1); T2 r156to_integer(T156* C); void r156print_as_target(T156* C); void r156bracketed_pretty_print(T156* C); extern T0*oBC11eh; T0* r156to_runnable(T156* C,T0* a1); extern T0*oBC11fmt; void r156error(T0* a1,T0* a2); void r156make(T156* C,T0* a1,T0* a2); void r156pretty_print(T156* C); extern T0*oBC11unique_string; void r90make(T90* C,T0* a1,T0* a2); void r121declaration_pretty_print(T121* C); void r121undefine_in(T121* C,T0* a1); T0* r121origin_base_class(T121* C); void r121declaration_in(T121* C,T0* a1); void r121error(T0* a1,T0* a2); void r121make(T121* C,T0* a1,T0* a2); void r199add_into(T199* C,T0* a1); void r199make(T199* C,T0* a1,T0* a2,T0* a3); void r199pretty_print(T199* C); void r199make_runnable(T199* C,T0* a1,T0* a2,T0* a3); T0* r199name(T199* C); T0* r66for_infix(T0* a1); extern T0*oBC66memory; T0* r66read(T0* a1); T0* r66item(T0* a1); T0* r66for_precursor(T2 a1,T0* a2); extern int fBC66initialize; void r66initialize(void); T0* r66key_for_prefix_infix(T0* a1,T0* a2); extern T0*oBC66tmp_string; T0* r66for_prefix(T0* a1); void r66add2(T0* a1); extern T0*oBC11eiffel_parser; extern T0*oBC11run_control; T0* r204add_comment(T204* C,T0* a1); T0* r204to_runnable(T204* C,T0* a1); void r204make(T204* C,T0* a1,T0* a2,T0* a3); void r204pretty_print(T204* C); T0* r197start_position(T197* C); T6 r197is_merge_with(T197* C,T0* a1,T0* a2); void r197pretty_print_profile(T197* C); void r197add_into(T197* C,T0* a1); T6 r197can_hide(T197* C,T0* a1,T0* a2); T0* r197try_to_undefine(T197* C,T0* a1,T0* a2); extern T0*oBC75assertion_collector; extern T0*oBC11small_eiffel; T0* r197to_run_feature(T197* C,T0* a1,T0* a2); void r197merge_header_comments(T197* C,T0* a1); extern T0*oBC75header_comment_memory; extern T0*oBC75require_collector; T0* r197try_to_undefine_aux(T197* C,T0* a1,T0* a2); void r197error(T0* a1,T0* a2); void r197make(T197* C,T0* a1,T0* a2,T0* a3); void r197pretty_print_names(T197* C); void r197pretty_print(T197* C); void r197collect_for(T2 a1); void r197pretty_tail(T197* C); T0* r51a_alias(T51* C); T6 r51a_type_formal_generic(T51* C); void r51err_exp(T0* a1,T0* a2); T6 r51a_rename_pair(T51* C); T0* r51last_result(T51* C); void r51a_function_call(T51* C); T6 r51a_real_constant(T51* C); T6 r51a_assignment_or_call(T51* C); T6 r51a_strip(T51* C); extern T0*oBC51faof; void r51a_indexing(T51* C); T0* r51a_actuals(T51* C); T0* r51a_clients(T51* C); extern T0*oBC11echo; extern T0*oBC51tmp_name; void r51a_feature_clause(T51* C); T6 r51a_integer(T51* C); T0* r51current_position(T51* C); extern T0*oBC51forbidden_class; T6 r51a_manifest_string(T51* C); void r51a_class_declaration(T51* C); void r51a_after_a_dot(T51* C,T6 a1,T0* a2); T6 r51a_actual(T51* C); T6 r51a_infix(T51* C); extern T0*oBC11parser_buffer; void r51a_parent_list(T51* C,T0* a1,T0* a2); void r51prev_char(T51* C); T6 r51a_inspect(T51* C); T6 r51a_current(T51* C); void r51a_rename_list(T51* C); void r51next_char(T51* C); T6 r51a_unary(T51* C); T0* r51analyse_class(T51* C,T0* a1); void r51skip_comments(T51* C); T6 r51a_local_variable(T51* C); T6 r51a_retry(T51* C); T6 r51a_e10(T51* C); T6 r51a_conditional(T51* C); void r51a_r10(T51* C,T6 a1,T0* a2,T0* a3,T0* a4); extern T0*oBC51tmp_string; T6 r51a_tag_mark(T51* C); void r51a_base_class_name1(T51* C); T6 r51a_keyword(T51* C,T0* a1); T0* r51a_routine_body(T51* C); T6 r51a_void(T51* C); T6 r51a_class_type(T51* C); T0* r51a_assertion(T51* C); T6 r51a_feature_name(T51* C); T6 r51a_feature_declaration(T51* C); void r51a_ascii_code(T51* C); T0* r51to_proc_call(T51* C,T0* a1,T0* a2,T0* a3); T6 r51a_index_value(T51* C); T6 r51a_expression(T51* C); T6 r51a_feature_name_list(T51* C); T6 r51a_type(T51* C); T0* r51a_routine(T51* C); T6 r51a_creation(T51* C); T6 r51a_real(T51* C); void r51a_assignment_aux(T51* C,T6 a1); T0* r51a_external(T51* C); T6 r51a_debug(T51* C); T6 r51a_parent(T51* C); T6 r51a_bit_constant(T51* C); void r51a_formal_generic_list(T51* C); T6 r51skip1unless2(T51* C,T3 a1,T3 a2); void r51fcp(T51* C,T0* a1); T0* r51a_compound1(T51* C); T6 r51a_result(T51* C); T6 r51skip1(T51* C,T3 a1); extern T0*oBC51lcs; T6 r51skip2(T51* C,T3 a1,T3 a2); T6 r51a_boolean_constant(T51* C); T6 r51a_index_clause(T51* C); T6 r51a_instruction(T51* C); void r51wcpefnc(T51* C,T0* a1,T0* a2); T6 r51a_base_type(T51* C); void r51a_procedure_call(T51* C); T0* r51pos(T2 a1,T2 a2); void r51show_nb(T2 a1,T0* a2); T6 r51a_identifier(T51* C); T0* r51a_compound2(T51* C,T0* a1,T0* a2); T6 r51a_loop(T51* C); T6 r51a_base_class_name(T51* C); T6 r51a_manifest_constant(T51* C); T6 r51a_identifier1(T51* C); void r51a_formal_arg_list(T51* C); T6 r51a_check(T51* C); void r51to_frozen_feature_name(T51* C); T6 r51a_binary(T51* C,T0* a1); void r51a_new_export_list(T51* C); void r51a_creation_clause(T51* C,T0* a1); T6 r51a_integer_constant(T51* C); T6 r51a_prefix(T51* C); void r51a_local_var_list(T51* C); T6 r51a_precursor(T51* C,T6 a1); T6 r51a_character_constant(T51* C); T6 r51a_free_operator(T51* C); void r51a_then_part_list(T51* C,T0* a1); void r51warning(T0* a1,T0* a2); T6 r51a_identifier2(T51* C); void r51error(T0* a1,T0* a2); T0* r51to_call(T0* a1,T0* a2,T0* a3); extern T0*oBC51tmp_feature; T6 r51a_e0(T51* C); T0* r51get_comments(T51* C); T6 r51a_e1(T51* C); T6 r51a_e2(T51* C); T6 r51a_then_part(T51* C,T0* a1); T6 r51a_e3(T51* C); T6 r51a_e4(T51* C); T6 r51a_e5(T51* C); T6 r51a_e6(T51* C); void r51go_back_at(T51* C,T2 a1,T2 a2); T6 r51a_e7(T51* C); T6 r51a_e8(T51* C); T6 r51a_e9(T51* C); T6 r51a_when_part(T51* C,T0* a1); T6 r51a_argument(T51* C); void r51a_r1(T51* C,T0* a1); void r51a_r2(T51* C,T0* a1); void r51a_r3(T51* C,T0* a1); void r51a_r4(T51* C,T0* a1); void r51a_r5(T51* C,T0* a1); void r51a_r6(T51* C,T0* a1); void r51a_r7(T51* C,T0* a1); void r51a_r8(T51* C,T0* a1); T6 r51a_constant(T51* C); T0* r267start_position(T267* C); T0* r267add_comment(T267* C,T0* a1); T0* r267right_type(T267* C); void r267implicit_conversion(T267* C); T0* r267to_runnable(T267* C,T0* a1); void r267warning(T0* a1,T0* a2); T0* r267left_type(T267* C); void r267make(T267* C,T0* a1,T0* a2); void r267pretty_print_assignment(T0* a1,T0* a2,T0* a3); T6 r54ensure_check(T54* C); T6 r54debug_check(T54* C); T6 r54all_check(T54* C); T6 r54boost(T54* C); T6 r54require_check(T54* C); T6 r54loop_check(T54* C); void r306pretty_print(T306* C); void r301make(T301* C,T0* a1,T0* a2); void r301make_all(T301* C,T0* a1); T6 r301affect(T301* C,T0* a1); void r301pretty_print(T301* C); T6 r42is_used(T0* a1); T0* r42base_class(T42* C,T0* a1); T6 r42re_load_class(T42* C,T0* a1); extern T0*oBC11tmp_file_read; void r42add_class(T42* C,T0* a1); T0* r42load_class(T42* C,T0* a1); T0* r42run_class(T0* a1); T0* r42get_class(T0* a1); void r42pop(T42* C); extern T0*oBC42run_class_dictionary; extern T0*oBC42parser_buffer_path; extern T0*oBC42tmp_tail; extern int fBC42rename_dictionary; extern T0*oBC42rename_dictionary; T0* r42rename_dictionary(T42* C); void r42incr_magic_count(T42* C); extern int fBC42loading_path; extern T0*oBC42loading_path; T0* r42loading_path(void); void r42push(T42* C,T0* a1); T6 r42parser_buffer_for(T42* C,T0* a1); extern int fBC11system_tools; extern T0*oBC11system_tools; T0* r42system_tools(void); T0* r42top_rf(T42* C); extern T0*oBC42stack_rf; extern T0*oBC42base_class_dictionary; extern int fBC42tmp_class_name; extern T0*oBC42tmp_class_name; T0* r42tmp_class_name(void); void r295append_in(T295* C,T0* a1); T2 r295count(T295* C); void r295make(T295* C,T0* a1,T0* a2); void r295pretty_print(T295* C); void r271make(T271* C,T0* a1,T0* a2,T0* a3); void r271pretty_print(T271* C); void r271make_runnable(T271* C,T0* a1,T0* a2,T0* a3); T0* r271name(T271* C); T0* r234add_comment(T234* C,T0* a1); void r234check_created_type(T234* C,T0* a1); T0* r234to_runnable(T234* C,T0* a1); void r234warning(T0* a1,T0* a2); void r234error(T0* a1,T0* a2); void r234make(T234* C,T0* a1,T0* a2,T0* a3); void r234check_explicit_type(T234* C); void r234pretty_print(T234* C); void r234check_writable(T234* C,T0* a1); void r234check_creation_clause(T234* C,T0* a1); T0* r102start_position(T102* C); T0* r102add_comment(T102* C,T0* a1); T2 r102to_integer(T102* C); void r102bracketed_pretty_print(T102* C); void r102print_op(T102* C); T0* r102to_runnable(T102* C,T0* a1); T0* r102result_type(T102* C); T0* r102runnable_args(T0* a1,T0* a2); void r102with(T102* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r102run_feature_match(T102* C,T0* a1); T0* r102runnable_expression(T0* a1,T0* a2); void r102print_as_target(T102* C); void r102run_feature_has_result(T102* C); T0* r102run_feature_for(T102* C,T0* a1,T0* a2); void r102error(T0* a1,T0* a2); void r102make(T102* C,T0* a1,T0* a2,T0* a3); void r102pretty_print(T102* C); T0* r102operator(void); T0* r158add_comment(T158* C,T0* a1); void r158print_as_target(T158* C); T0* r158to_real_constant(T158* C); extern int fBC158result_type; extern T0*oBC158result_type; T0* r158result_type(void); void r158error(T0* a1,T0* a2); void r158make(T158* C,T2 a1,T0* a2); void r158unary_minus(T158* C); T0* r254generic_list(T254* C); T0* r254base_class(T254* C); extern int fBC254used_as_reference; void r254used_as_reference(void); T6 r254is_a_in(T254* C,T0* a1,T0* a2); T0* r254look_up_for(T254* C,T0* a1,T0* a2); T0* r254to_runnable(T254* C,T0* a1); T0* r254run_class(T254* C); T6 r254has_creation(T254* C,T0* a1); T0* r254smallest_ancestor(T254* C,T0* a1); T0* r254run_time_mark(void); extern int fBC11type_pointer_ref; extern T0*oBC11type_pointer_ref; T0* r254type_pointer_ref(void); T6 r254is_a(T254* C,T0* a1); T0* r254written_mark(void); void r254error(T0* a1,T0* a2); void r254make(T254* C,T0* a1); void r254fatal_error_generic_list(T254* C); void r254load_ref(T0* a1); extern int fBC254check_type; void r254check_type(T254* C); T0* r252generic_list(T252* C); T0* r252base_class(T252* C); extern int fBC252used_as_reference; void r252used_as_reference(void); T6 r252is_a_in(T252* C,T0* a1,T0* a2); T0* r252look_up_for(T252* C,T0* a1,T0* a2); T0* r252to_runnable(T252* C,T0* a1); T0* r252run_class(T252* C); T6 r252has_creation(T252* C,T0* a1); T0* r252smallest_ancestor(T252* C,T0* a1); T0* r252run_time_mark(void); extern int fBC11type_integer_ref; extern T0*oBC11type_integer_ref; T0* r252type_integer_ref(void); T6 r252is_a(T252* C,T0* a1); T0* r252written_mark(void); void r252error(T0* a1,T0* a2); void r252make(T252* C,T0* a1); void r252fatal_error_generic_list(T252* C); void r252load_ref(T0* a1); extern int fBC252check_type; void r252check_type(T252* C); T0* r262generic_list(T262* C); T0* r262base_class(T262* C); extern int fBC261base_class_name; extern T0*oBC261base_class_name; T0* r262base_class_name(void); void r262used_as_reference(T262* C); T6 r262is_a_in(T262* C,T0* a1,T0* a2); T2 r262id(T262* C); T0* r262look_up_for(T262* C,T0* a1,T0* a2); T0* r262to_runnable(T262* C,T0* a1); void r262set_run_time_mark(T262* C); T0* r262run_class(T262* C); extern T0*oBC261mem_ref_nb; extern T0*oBC261mem_type_bit_ref; T0* r262smallest_ancestor(T262* C,T0* a1); extern int fBC11type_any; extern T0*oBC11type_any; T0* r262type_any(void); T6 r262is_a(T262* C,T0* a1); void r262make(T262* C,T0* a1,T0* a2); void r262fatal_error_generic_list(T262* C); void r262to_runnable_1_2(T262* C); T0* r283language_name(void); void r28loading_path_add(T28* C,T0* a1,T0* a2,T2 a3); void r28parent_directory(T28* C,T0* a1); T0* r28get_environment_variable(T28* C,T0* a1); extern T0*oBC28system_list; void r28read_loading_path_in(T28* C,T0* a1); void r28bad_use_exit(T28* C,T0* a1); void r28append_lp_in(T28* C,T0* a1,T0* a2); void r28add_directory(T28* C,T0* a1,T0* a2); void r28make(T28* C); T6 r28colon_separator(T28* C); T6 r28slash_separator(T28* C); T6 r28backslash_separator(T28* C); T0* r265generic_list(T265* C); T0* r265base_class(T265* C); T0* r265base_class_name(T265* C); void r265used_as_reference(T265* C); T6 r265is_a_in(T265* C,T0* a1,T0* a2); T2 r265id(T265* C); T6 r265is_pointer(T265* C); T0* r265look_up_for(T265* C,T0* a1,T0* a2); T0* r265formal_arg(T265* C); T0* r265to_runnable(T265* C,T0* a1); T0* r265run_class(T265* C); T6 r265has_creation(T265* C,T0* a1); T0* r265expanded_initializer(T265* C); T0* r265formal_generic_list(T265* C); T6 r265is_boolean(T265* C); T6 r265is_generic(T265* C); T0* r265make_runnable(T265* C,T0* a1); T6 r265is_bit(T265* C); T6 r265is_real(T265* C); T0* r265smallest_ancestor(T265* C,T0* a1); T6 r265is_any(T265* C); T0* r265run_time_mark(T265* C); T0* r265twin(T265* C); T6 r265is_expanded(T265* C); T6 r265is_basic_eiffel_expanded(T265* C); void r265warning(T0* a1,T0* a2); T6 r265is_string(T265* C); T6 r265is_integer(T265* C); T6 r265is_a(T265* C,T0* a1); T6 r265is_character(T265* C); T6 r265is_reference(T265* C); void r265error(T0* a1,T0* a2); void r265make(T265* C,T0* a1,T2 a2); T6 r265is_none(T265* C); T6 r265is_array(T265* C); void r265fatal_error_generic_list(T265* C); T0* r265constraint(T265* C); T6 r265is_double(T265* C); extern T0*oBC11manifest_string_pool; T0* r154add_comment(T154* C,T0* a1); T2 r154to_integer(T154* C); void r154bracketed_pretty_print(T154* C); void r154pretty_print_character(T154* C,T2 a1); void r154character_coding(T3 a1,T0* a2); T0* r154to_runnable(T154* C,T0* a1); void r154break_line(T154* C); T6 r154is_on_next_line(T154* C,T2 a1); T0* r154twin(T154* C); void r154print_as_target(T154* C); void r154error(T0* a1,T0* a2); void r154make(T154* C,T0* a1); void r154add_percent(T154* C,T3 a1); void r154pretty_print(T154* C); extern T0*oBC154tmp_string; void r154add_ascii(T154* C,T3 a1); extern int fBC11type_string; extern T0*oBC11type_string; T0* r154type_string(void); T0* r171start_position(T171* C); T0* r171type(T171* C,T2 a1); T6 r171is_a_in(T171* C,T0* a1,T0* a2); void r171add_last(T171* C,T0* a1); T2 r171rank_of(T171* C,T0* a1); void r171dynamic_runnable(T171* C,T0* a1); T6 r171is_runnable(T171* C,T0* a1); void r171error(T0* a1,T0* a2); void r171make(T171* C,T0* a1); void r171declaration_list_make(T171* C,T0* a1); void r171pretty_print(T171* C); void r171check_name_clash(T171* C,T0* a1); void r171with(T171* C,T0* a1,T0* a2); void r345initialize(T345* C); T0* r345start_position(T345* C); void r345add_client(T345* C,T0* a1); T0* r345run_class(T345* C); void r345make(T345* C,T0* a1,T0* a2,T0* a3); T2 r345arg_count(void); T0* r345clients(T345* C); T6 r345is_exported_in(T345* C,T0* a1); void r67make_n(T67* C,T0* a1); T0* r67feature_name(T67* C,T0* a1); void r67fe_multiple(T0* a1,T0* a2); T6 r67has(T67* C,T0* a1); void r67add_last(T67* C,T0* a1); T0* r67item(T67* C,T2 a1); T2 r67count(T67* C); void r67pretty_print(T67* C); T2 r67index_of(T67* C,T0* a1); void r86make(T86* C,T0* a1,T0* a2,T0* a3); void r86pretty_print(T86* C); T0* r86name(void); T6 r179gives_permission_to_any(T179* C); void r179add_last(T179* C,T0* a1); void r179merge(T179* C,T0* a1,T0* a2); T0* r179item(T179* C,T2 a1); void r179warning(T0* a1,T0* a2); T2 r179count(T179* C); T6 r179gives_permission_to(T179* C,T0* a1); void r179pretty_print(T179* C); T2 r179index_of(T179* C,T0* a1); T0* r177add_comment(T177* C,T0* a1); T2 r177to_integer(T177* C); T0* r177to_runnable(T177* C,T0* a1); void r177error(T0* a1,T0* a2); T6 r92look_in(T0* a1); T0* r92start_position(T92* C); T0* r92to_string(T92* C); T0* r92to_prefix_name(T92* C); extern T0*oBC92keyword_p; extern T0*oBC92keyword_u; T0* r92to_argument_name1(T92* C); T0* r92to_infix_name(T0* a1); T0* r92to_simple_feature_name(T92* C); extern T0*oBC92keyword_l; T6 r92is_result(void); T0* r92to_local_name1(T92* C); extern T0*oBC92keyword_c; T6 r92is_current(void); T0* r92to_infix_name_use(T92* C); extern T0*oBC92tmp_string; extern T0*oBC92keyword_r; extern T0*oBC92keyword_d; T0* r92to_tag_name(T92* C); T0* r92to_e_void(T92* C); extern T0*oBC92keyword_i; T0* r92pos(T2 a1,T2 a2); extern T0*oBC92keyword_s; extern T0*oBC92keyword_e; void r92initialize(T92* C,T2 a1,T2 a2); T0* r92to_local_name2(T92* C,T0* a1,T2 a2); T6 r92isa_keyword(void); T0* r92to_class_name(T92* C); extern T0*oBC92keyword_o; T0* r92to_argument_name2(T92* C,T0* a1,T2 a2); extern T0*oBC92keyword_a; extern T0*oBC92keyword_t; T6 r92is_void(void); extern T0*oBC92keyword_f; T0* r230start_position(T230* C); T0* r230twin(T230* C); T0* r230to_runnable(T230* C,T0* a1); void r230error(T0* a1,T0* a2); void r230make(T230* C,T0* a1,T0* a2); void r230pretty_print(T230* C); T0* r96start_position(T96* C); T0* r96add_comment(T96* C,T0* a1); T2 r96to_integer(T96* C); void r96bracketed_pretty_print(T96* C); void r96print_op(T96* C); T0* r96to_runnable(T96* C,T0* a1); T0* r96result_type(T96* C); T0* r96runnable_args(T0* a1,T0* a2); void r96with(T96* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r96run_feature_match(T96* C,T0* a1); T0* r96runnable_expression(T0* a1,T0* a2); void r96print_as_target(T96* C); void r96run_feature_has_result(T96* C); T0* r96run_feature_for(T96* C,T0* a1,T0* a2); void r96error(T0* a1,T0* a2); void r96make(T96* C,T0* a1,T0* a2,T0* a3); void r96pretty_print(T96* C); T0* r96operator(void); void r358initialize(T358* C); T0* r358start_position(T358* C); extern T0*oBC11exceptions_handler; void r358add_client(T358* C,T0* a1); T0* r358run_class(T358* C); void r358make(T358* C,T0* a1,T0* a2,T0* a3); T2 r358arg_count(T358* C); T0* r358clients(T358* C); T6 r358is_exported_in(T358* C,T0* a1); void r148run_feature_match(T148* C,T0* a1); T0* r148runnable_expression(T0* a1,T0* a2); T0* r148start_position(T148* C); T0* r148add_comment(T148* C,T0* a1); void r148run_feature_has_no_result(T148* C); T0* r148to_runnable(T148* C,T0* a1); T0* r148run_feature_for(T148* C,T0* a1,T0* a2); void r148make(T148* C,T0* a1,T0* a2,T0* a3); T0* r148runnable_args(T0* a1,T0* a2); void r148pretty_print(T148* C); T0* r148make_runnable(T148* C,T0* a1,T0* a2,T0* a3); void r148with(T148* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r259generic_list(T259* C); T0* r259base_class(T259* C); T0* r259base_class_name(T259* C); void r259used_as_reference(T259* C); T6 r259is_a_in(T259* C,T0* a1,T0* a2); T2 r259id(T259* C); T6 r259is_pointer(T259* C); T0* r259look_up_for(T259* C,T0* a1,T0* a2); T0* r259to_runnable(T259* C,T0* a1); T0* r259run_class(T259* C); T6 r259has_creation(T259* C,T0* a1); T0* r259expanded_initializer(T259* C); T6 r259is_boolean(T259* C); T6 r259is_generic(T259* C); T6 r259is_bit(T259* C); T6 r259is_real(T259* C); T0* r259compute_mark(T0* a1); T0* r259smallest_ancestor(T259* C,T0* a1); T6 r259is_basic_eiffel_expanded(T259* C); T6 r259is_integer(T259* C); T6 r259is_a(T259* C,T0* a1); T6 r259is_character(T259* C); void r259from_other(T259* C,T0* a1,T0* a2); extern T0*oBC259tmp_written_mark; void r259make(T259* C,T0* a1,T0* a2); T6 r259is_double(T259* C); void r128run_feature_match(T128* C); T0* r128runnable_expression(T0* a1,T0* a2); T0* r128start_position(T128* C); T0* r128add_comment(T128* C,T0* a1); T2 r128to_integer(T128* C); void r128print_as_target(T128* C); void r128bracketed_pretty_print(T128* C); T0* r128to_runnable(T128* C,T0* a1); void r128run_feature_has_result(T128* C); T0* r128run_feature_for(T128* C,T0* a1,T0* a2); T0* r128result_type(T128* C); void r128error(T0* a1,T0* a2); void r128make(T128* C,T0* a1,T0* a2); void r128pretty_print(T128* C); T0* r128operator(void); void r128with(T128* C,T0* a1,T0* a2,T0* a3); T0* r202add_comment(T202* C,T0* a1); T0* r202to_runnable(T202* C,T0* a1); void r202error(T0* a1,T0* a2); void r202make(T202* C,T0* a1,T0* a2,T0* a3); void r202pretty_print(T202* C); T0* r139add_comment(T139* C,T0* a1); T2 r139to_integer(T139* C); T0* r139to_runnable(T139* C,T0* a1); T0* r139result_type(T139* C); void r139error(T0* a1,T0* a2); T0* r162twin(T162* C); T0* r162type(T162* C,T2 a1); void r162add_last(T162* C,T0* a1); T2 r162rank_of(T162* C,T0* a1); void r162dynamic_runnable(T162* C,T0* a1); T0* r162to_runnable(T162* C,T0* a1); T6 r162is_runnable(T162* C,T0* a1); void r162error(T0* a1,T0* a2); void r162declaration_list_make(T162* C,T0* a1); void r162pretty_print(T162* C); void r162check_name_clash(T162* C,T0* a1); T0* r253generic_list(T253* C); T0* r253base_class(T253* C); T6 r253is_a_in(T253* C,T0* a1,T0* a2); T0* r253look_up_for(T253* C,T0* a1,T0* a2); T6 r253has_creation(T253* C,T0* a1); T0* r253smallest_ancestor(T0* a1); T0* r253run_time_mark(void); T0* r253written_mark(void); void r253error(T0* a1,T0* a2); void r253make(T253* C,T0* a1); void r253fatal_error_generic_list(T253* C); T0* r104start_position(T104* C); T0* r104add_comment(T104* C,T0* a1); T2 r104to_integer(T104* C); void r104bracketed_pretty_print(T104* C); void r104print_op(T104* C); T0* r104to_runnable(T104* C,T0* a1); T0* r104result_type(T104* C); T0* r104runnable_args(T0* a1,T0* a2); void r104with(T104* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r104run_feature_match(T104* C,T0* a1); T0* r104runnable_expression(T0* a1,T0* a2); void r104print_as_target(T104* C); void r104run_feature_has_result(T104* C); T0* r104run_feature_for(T104* C,T0* a1,T0* a2); void r104error(T0* a1,T0* a2); void r104make(T104* C,T0* a1,T0* a2,T0* a3); void r104pretty_print(T104* C); T0* r104operator(void); T0* r276run_require(T0* a1); void r276set_rescue_compound(T276* C,T0* a1); T0* r276start_position(T276* C); T6 r276is_merge_with(T276* C,T0* a1,T0* a2); T0* r276runnable(T0* a1,T0* a2,T0* a3); void r276pretty_print_profile(T276* C); void r276make_external_routine(T276* C,T0* a1,T0* a2); void r276add_into(T276* C,T0* a1); T6 r276can_hide(T276* C,T0* a1,T0* a2); T0* r276run_ensure(T0* a1); void r276check_obsolete(T276* C); T0* r276try_to_undefine(T276* C,T0* a1,T0* a2); void r276make_routine(T276* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r276to_run_feature(T276* C,T0* a1,T0* a2); void r276merge_header_comments(T276* C,T0* a1); void r276pretty_print_routine_body(T276* C); T0* r276external_c_name(T276* C); void r276pretty_print_arguments(T276* C); void r276warning(T0* a1,T0* a2); T0* r276try_to_undefine_aux(T276* C,T0* a1,T0* a2); void r276error(T0* a1,T0* a2); void r276make(T276* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8); void r276pretty_print_names(T276* C); void r276pretty_print(T276* C); void r276collect_for(T276* C,T2 a1); void r276set_header_comment(T276* C,T0* a1); T0* r236add_comment(T236* C,T0* a1); void r236check_created_type(T236* C,T0* a1); T0* r236to_runnable(T236* C,T0* a1); void r236warning(T0* a1,T0* a2); void r236error(T0* a1,T0* a2); void r236make(T236* C,T0* a1,T0* a2,T0* a3); void r236pretty_print(T236* C); void r236cp_not_found(T236* C,T0* a1); void r236check_writable(T236* C,T0* a1); void r236check_creation_clause(T236* C,T0* a1); T2 r236arg_count(T236* C); T0* r106start_position(T106* C); T0* r106add_comment(T106* C,T0* a1); T2 r106to_integer(T106* C); void r106bracketed_pretty_print(T106* C); void r106print_op(T106* C); T0* r106to_runnable(T106* C,T0* a1); T0* r106result_type(T106* C); T0* r106runnable_args(T0* a1,T0* a2); void r106with(T106* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r106run_feature_match(T106* C,T0* a1); T0* r106runnable_expression(T0* a1,T0* a2); void r106print_as_target(T106* C); void r106run_feature_has_result(T106* C); T0* r106run_feature_for(T106* C,T0* a1,T0* a2); void r106error(T0* a1,T0* a2); void r106make(T106* C,T0* a1,T0* a2,T0* a3); void r106pretty_print(T106* C); T0* r106operator(void); void r314initialize(T314* C); T0* r314start_position(T314* C); void r314add_client(T314* C,T0* a1); T0* r314run_class(T314* C); void r314make(T314* C,T0* a1,T0* a2,T0* a3); T2 r314arg_count(T314* C); T0* r314clients(T314* C); T6 r314is_exported_in(T314* C,T0* a1); T0* r281language_name(void); void r131undefine_in(T131* C,T0* a1); T0* r131origin_base_class(T131* C); T0* r131add_comment(T131* C,T0* a1); T2 r131to_integer(T131* C); void r131print_as_target(T131* C); T0* r131to_runnable(T131* C,T0* a1); void r131error(T0* a1,T0* a2); T0* r131run_feature(T131* C,T0* a1); void r131make(T131* C,T0* a1,T0* a2); void r131with(T131* C,T0* a1,T0* a2); T0* r257generic_list(T257* C); T0* r257base_class(T257* C); void r257used_as_reference(T257* C); T6 r257is_a_in(T257* C,T0* a1,T0* a2); T2 r257id(T257* C); T0* r257look_up_for(T257* C,T0* a1,T0* a2); T0* r257to_runnable(T257* C,T0* a1); T0* r257run_class(T257* C); T6 r257has_creation(T257* C,T0* a1); T0* r257expanded_initializer(T257* C); T0* r257smallest_ancestor(T257* C,T0* a1); extern T0*oBC257check_memory; T6 r257is_expanded(T257* C); T0* r257type_any(void); T6 r257is_a(T257* C,T0* a1); T6 r257is_reference(T257* C); void r257fatal_error_generic_list(T257* C); void r125declaration_pretty_print(T125* C); void r125undefine_in(T125* C,T0* a1); T0* r125origin_base_class(T125* C); void r125declaration_in(T125* C,T0* a1); void r125error(T0* a1,T0* a2); void r125make(T125* C,T0* a1,T0* a2); T0* r140add_comment(T140* C,T0* a1); T2 r140to_integer(T140* C); extern int fBC140result_type; extern T0*oBC140result_type; T0* r140result_type(void); void r140error(T0* a1,T0* a2); void r70make(T70* C,T0* a1,T0* a2); void r70pretty_print(T70* C); void r300declaration_pretty_print(T300* C); void r300undefine_in(T300* C,T0* a1); T0* r300origin_base_class(T300* C); T0* r300start_position(T300* C); T0* r300to_string(T300* C); void r300declaration_in(T300* C,T0* a1); T0* r300to_key(T300* C); void r300error(T0* a1,T0* a2); void r300pretty_print(T300* C); void r36put_string(T36* C,T0* a1); extern T0*oBC35tmp_string; void r36put_integer(T36* C,T2 a1); T0* r229start_position(T229* C); T0* r229twin(T229* C); T0* r229to_runnable(T229* C,T0* a1); void r229error(T0* a1,T0* a2); void r229make(T229* C,T0* a1,T0* a2,T0* a3); void r229pretty_print(T229* C); T0* r113start_position(T113* C); void r113error_comparison(T113* C,T0* a1,T0* a2); T0* r113add_comment(T113* C,T0* a1); T2 r113to_integer(T113* C); void r113bracketed_pretty_print(T113* C); void r113print_op(T113* C); T0* r113to_runnable(T113* C,T0* a1); T0* r113runnable_args(T0* a1,T0* a2); void r113check_comparison(T113* C,T0* a1); void r113bit_limitation(T113* C,T0* a1,T0* a2); void r113with(T113* C,T0* a1,T0* a2,T0* a3); extern int fBC11type_boolean; extern T0*oBC11type_boolean; T0* r113type_boolean(void); T0* r113runnable_expression(T0* a1,T0* a2); void r113print_as_target(T113* C); void r113error(T0* a1,T0* a2); void r113make(T113* C,T0* a1,T0* a2,T0* a3); void r113pretty_print(T113* C); T0* r113operator(void); T0* r105start_position(T105* C); T0* r105add_comment(T105* C,T0* a1); T2 r105to_integer(T105* C); void r105bracketed_pretty_print(T105* C); void r105print_op(T105* C); T0* r105to_runnable(T105* C,T0* a1); T0* r105result_type(T105* C); T0* r105runnable_args(T0* a1,T0* a2); void r105with(T105* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r105run_feature_match(T105* C,T0* a1); T0* r105runnable_expression(T0* a1,T0* a2); void r105print_as_target(T105* C); void r105run_feature_has_result(T105* C); T0* r105run_feature_for(T105* C,T0* a1,T0* a2); void r105error(T0* a1,T0* a2); void r105make(T105* C,T0* a1,T0* a2,T0* a3); void r105pretty_print(T105* C); T0* r105operator(void); T0* r151type_boolean(void); T0* r151to_string(void); T0* r151add_comment(T151* C,T0* a1); void r151error(T0* a1,T0* a2); T0* r129start_position(T129* C); T0* r129add_comment(T129* C,T0* a1); T2 r129to_integer(T129* C); void r129print_as_target(T129* C); void r129bracketed_pretty_print(T129* C); T0* r129to_runnable(T129* C,T0* a1); T0* r129result_type(T129* C); void r129error(T0* a1,T0* a2); void r129pretty_print(T129* C); T0* r299start_position(T299* C); T6 r299is_merge_with(T299* C,T0* a1,T0* a2); void r299pretty_print_profile(T299* C); void r299add_into(T299* C,T0* a1); T6 r299can_hide(T299* C,T0* a1,T0* a2); T0* r299try_to_undefine(T299* C,T0* a1,T0* a2); T0* r299to_run_feature(T299* C,T0* a1,T0* a2); void r299merge_header_comments(T299* C,T0* a1); T0* r299try_to_undefine_aux(T299* C,T0* a1,T0* a2); void r299error(T0* a1,T0* a2); void r299make(T299* C,T0* a1,T0* a2); void r299pretty_print_names(T299* C); void r299pretty_print(T299* C); void r299collect_for(T2 a1); void r337initialize(T337* C); T0* r337start_position(T337* C); void r337add_client(T337* C,T0* a1); T0* r337run_class(T337* C); void r337make(T337* C,T0* a1,T0* a2,T0* a3); T2 r337arg_count(T337* C); T0* r337clients(T337* C); T6 r337is_exported_in(T337* C,T0* a1); T0* r195start_position(T195* C); T6 r195is_merge_with(T195* C,T0* a1,T0* a2); void r195pretty_print_profile(T195* C); void r195add_into(T195* C,T0* a1); T6 r195can_hide(T195* C,T0* a1,T0* a2); T0* r195try_to_undefine(T195* C,T0* a1,T0* a2); T0* r195to_run_feature(T195* C,T0* a1,T0* a2); void r195merge_header_comments(T195* C,T0* a1); T0* r195try_to_undefine_aux(T195* C,T0* a1,T0* a2); void r195error(T0* a1,T0* a2); void r195make(T195* C,T0* a1,T0* a2,T0* a3); void r195pretty_print_names(T195* C); void r195pretty_print(T195* C); void r195collect_for(T2 a1); void r195pretty_tail(T195* C); T0* r275run_require(T0* a1); void r275set_rescue_compound(T275* C,T0* a1); T0* r275start_position(T275* C); T6 r275is_merge_with(T275* C,T0* a1,T0* a2); T0* r275runnable(T0* a1,T0* a2,T0* a3); void r275pretty_print_profile(T275* C); void r275make_external_routine(T275* C,T0* a1,T0* a2); void r275add_into(T275* C,T0* a1); T6 r275can_hide(T275* C,T0* a1,T0* a2); T0* r275run_ensure(T0* a1); void r275check_obsolete(T275* C); T0* r275try_to_undefine(T275* C,T0* a1,T0* a2); void r275make_routine(T275* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r275to_run_feature(T275* C,T0* a1,T0* a2); void r275merge_header_comments(T275* C,T0* a1); void r275pretty_print_routine_body(T275* C); T0* r275external_c_name(T275* C); void r275pretty_print_arguments(T275* C); void r275warning(T0* a1,T0* a2); T0* r275try_to_undefine_aux(T275* C,T0* a1,T0* a2); void r275error(T0* a1,T0* a2); void r275make(T275* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7); void r275pretty_print_names(T275* C); void r275pretty_print(T275* C); void r275collect_for(T275* C,T2 a1); void r275set_header_comment(T275* C,T0* a1); T0* r210to_runnable(T210* C,T0* a1); void r210error(T0* a1,T0* a2); void r210make(T210* C,T0* a1,T0* a2); void r210pretty_print(T210* C); T6 r83gives_permission_to_any(T83* C); void r83merge(T83* C,T0* a1,T0* a2,T0* a3); T6 r83gives_permission_to(T83* C,T0* a1); void r83make(T83* C,T0* a1,T0* a2); T0* r83append(T83* C,T0* a1); void r83pretty_print(T83* C); T0* r83merge_with(T83* C,T0* a1); T0* r288run_require(T0* a1); T0* r288start_position(T288* C); T6 r288is_merge_with(T288* C,T0* a1,T0* a2); void r288pretty_print_profile(T288* C); void r288add_into(T288* C,T0* a1); void r288make_routine(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r288to_run_feature(T288* C,T0* a1,T0* a2); void r288pretty_print_routine_body(T288* C); void r288make_effective_routine(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7); void r288pretty_print_rescue(T288* C); void r288warning(T0* a1,T0* a2); T0* r288try_to_undefine_aux(T288* C,T0* a1,T0* a2); void r288error(T0* a1,T0* a2); void r288make(T288* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8); void r288pretty_print(T288* C); void r288collect_for(T288* C,T2 a1); void r288set_header_comment(T288* C,T0* a1); T0* r288runnable(T0* a1,T0* a2,T0* a3); T6 r288can_hide(T288* C,T0* a1,T0* a2); T0* r288run_ensure(T0* a1); void r288check_obsolete(T288* C); T0* r288try_to_undefine(T288* C,T0* a1,T0* a2); void r288merge_header_comments(T288* C,T0* a1); void r288pretty_print_arguments(T288* C); void r288pretty_print_names(T288* C); void r78make(T78* C,T0* a1,T0* a2,T0* a3); void r78add_into(T78* C,T0* a1); void r78pretty_print(T78* C); T0* r238add_comment(T238* C,T0* a1); void r238check_created_type(T238* C,T0* a1); T0* r238to_runnable(T238* C,T0* a1); void r238warning(T0* a1,T0* a2); void r238error(T0* a1,T0* a2); void r238make(T238* C,T0* a1,T0* a2,T0* a3,T0* a4); void r238check_explicit_type(T238* C); void r238pretty_print(T238* C); void r238cp_not_found(T238* C,T0* a1); void r238check_writable(T238* C,T0* a1); void r238check_creation_clause(T238* C,T0* a1); T2 r238arg_count(T238* C); T0* r52get_line(T2 a1); extern T0*oBC52text; T0* r52item(T2 a1); void r52load_file(T52* C,T0* a1); T0* r103start_position(T103* C); T0* r103add_comment(T103* C,T0* a1); T2 r103to_integer(T103* C); void r103bracketed_pretty_print(T103* C); void r103print_op(T103* C); T0* r103to_runnable(T103* C,T0* a1); T0* r103result_type(T103* C); T0* r103runnable_args(T0* a1,T0* a2); void r103with(T103* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r103run_feature_match(T103* C,T0* a1); T0* r103runnable_expression(T0* a1,T0* a2); void r103print_as_target(T103* C); void r103run_feature_has_result(T103* C); T0* r103run_feature_for(T103* C,T0* a1,T0* a2); void r103error(T0* a1,T0* a2); void r103make(T103* C,T0* a1,T0* a2,T0* a3); void r103pretty_print(T103* C); T0* r103operator(void); void r136run_feature_match(T136* C,T0* a1); T0* r136runnable_expression(T0* a1,T0* a2); T0* r136start_position(T136* C); T0* r136add_comment(T136* C,T0* a1); T2 r136to_integer(T136* C); void r136print_as_target(T136* C); void r136bracketed_pretty_print(T136* C); T0* r136to_runnable(T136* C,T0* a1); void r136run_feature_has_result(T136* C); T0* r136run_feature_for(T136* C,T0* a1,T0* a2); T0* r136result_type(T136* C); void r136error(T0* a1,T0* a2); void r136make(T136* C,T0* a1,T0* a2,T0* a3); T0* r136runnable_args(T0* a1,T0* a2); void r136pretty_print(T136* C); void r136with(T136* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r69to_old_name(T69* C,T0* a1); T0* r69to_new_name(T69* C,T0* a1); void r69get_started(T69* C,T0* a1); void r69pretty_print(T69* C); T6 r69affect(T69* C,T0* a1); T0* r250generic_list(T250* C); T0* r250base_class(T250* C); extern int fBC250used_as_reference; void r250used_as_reference(void); T6 r250is_a_in(T250* C,T0* a1,T0* a2); T0* r250look_up_for(T250* C,T0* a1,T0* a2); T0* r250to_runnable(T250* C,T0* a1); T0* r250run_class(T250* C); T6 r250has_creation(T250* C,T0* a1); T0* r250smallest_ancestor(T250* C,T0* a1); T0* r250run_time_mark(void); extern int fBC11type_character_ref; extern T0*oBC11type_character_ref; T0* r250type_character_ref(void); T6 r250is_a(T250* C,T0* a1); T0* r250written_mark(void); void r250error(T0* a1,T0* a2); void r250make(T250* C,T0* a1); void r250fatal_error_generic_list(T250* C); void r250load_ref(T0* a1); extern int fBC250check_type; void r250check_type(T250* C); T6 r59has_redefine(T59* C,T0* a1); void r59inherit_cycle_check(T59* C); T0* r59up_to_original(T59* C,T0* a1,T0* a2); T6 r59has(T59* C,T0* a1); T0* r59next_parent_for(T59* C,T0* a1,T0* a2); T0* r59precursor_for(T59* C,T0* a1,T0* a2); T0* r59going_up(T59* C,T0* a1,T0* a2,T0* a3); T0* r59clients_for(T59* C,T0* a1); T0* r59repeated_inheritance(T59* C,T0* a1,T0* a2,T0* a3); T0* r59look_up_for(T59* C,T0* a1,T0* a2); void r59get_started(T59* C); T0* r59first_parent_for(T59* C,T0* a1); void r59make(T59* C,T0* a1,T0* a2,T0* a3,T0* a4); void r59pretty_print(T59* C); void r59collect_for(T59* C,T2 a1,T0* a2); T6 r59is_a_vncg(T59* C,T0* a1,T0* a2); T6 r59has_parent(T59* C,T0* a1); T0* r59smallest_ancestor(T59* C,T0* a1); T0* r49base_class(T49* C); T6 r49is_subclass_of(T49* C,T0* a1); void r49identify(T49* C,T0* a1); void r49make_unknown(T49* C); void r49make(T49* C,T0* a1,T0* a2); T0* r120start_position(T120* C); T0* r120add_comment(T120* C,T0* a1); T2 r120to_integer(T120* C); void r120bracketed_pretty_print(T120* C); void r120print_op(T120* C); T0* r120to_runnable(T120* C,T0* a1); T0* r120result_type(T120* C); T0* r120runnable_args(T0* a1,T0* a2); void r120with(T120* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r120run_feature_match(T120* C,T0* a1); T0* r120runnable_expression(T0* a1,T0* a2); void r120print_as_target(T120* C); void r120run_feature_has_result(T120* C); T0* r120run_feature_for(T120* C,T0* a1,T0* a2); void r120error(T0* a1,T0* a2); void r120make(T120* C,T0* a1,T0* a2,T0* a3); void r120pretty_print(T120* C); T0* r161add_comment(T161* C,T0* a1); T0* r161to_runnable(T161* C,T0* a1); T0* r161super_feature(T161* C,T0* a1); T0* r161precursor_name(T0* a1,T0* a2); void r161error(T0* a1,T0* a2); void r161make(T161* C,T0* a1,T0* a2,T0* a3); void r161pretty_print(T161* C); void r161prepare_arguments(T161* C,T0* a1); T2 r84max_id(T84* C); T2 r84item(T84* C,T0* a1); void r84make(T84* C); void r84add2(T84* C,T0* a1,T2 a2); T2 r84hash_code(T0* a1); void r217add_when_item_1(T217* C,T0* a1); T0* r217to_runnable_integer(T217* C,T0* a1); void r217add_slice(T217* C,T0* a1,T0* a2); void r217from_e_when(T217* C,T0* a1); T6 r217includes_integer(T217* C,T2 a1); void r217add_when_item_2(T217* C,T0* a1); void r217add_value(T217* C,T0* a1); void r217err_occ(T217* C,T2 a1,T0* a2); void r217error(T0* a1,T0* a2); void r217make(T217* C,T0* a1,T0* a2); void r217pretty_print(T217* C); T0* r217to_runnable_character(T217* C,T0* a1); T0* r189start_position(T189* C); T6 r189is_merge_with(T189* C,T0* a1,T0* a2); void r189pretty_print_profile(T189* C); void r189add_into(T189* C,T0* a1); T6 r189can_hide(T189* C,T0* a1,T0* a2); T0* r189try_to_undefine(T189* C,T0* a1,T0* a2); T0* r189to_run_feature(T189* C,T0* a1,T0* a2); void r189merge_header_comments(T189* C,T0* a1); T0* r189try_to_undefine_aux(T189* C,T0* a1,T0* a2); void r189error(T0* a1,T0* a2); void r189make(T189* C,T0* a1,T0* a2,T0* a3); void r189pretty_print_names(T189* C); void r189pretty_print(T189* C); void r189collect_for(T2 a1); void r189pretty_tail(T189* C); void r338initialize(T338* C); T0* r338start_position(T338* C); extern T0*oBC11once_routine_pool; void r338add_client(T338* C,T0* a1); T0* r338run_class(T338* C); void r338make(T338* C,T0* a1,T0* a2,T0* a3); T2 r338arg_count(T338* C); T0* r338clients(T338* C); T6 r338is_exported_in(T338* C,T0* a1); void r64good_end(T64* C,T0* a1); void r64warning(T0* a1,T0* a2); void r64make(T64* C,T0* a1,T0* a2); void r64append(T64* C,T0* a1); T6 r64dummy(T64* C); void r64pretty_print(T64* C); T6 r346is_frozen(T346* C); void r346undefine_in(T346* C,T0* a1); T0* r346origin_base_class(T346* C); T0* r346start_position(T346* C); T0* r346to_string(T346* C); void r346refer_to(T346* C,T2 a1,T0* a2); void r346error(T0* a1,T0* a2); void r298append_in(T298* C,T0* a1); void r298make(T298* C,T0* a1,T0* a2); void r298pretty_print(T298* C); T0* r85start_position(T85* C); T0* r85to_runnable(T85* C,T0* a1); void r85error(T0* a1,T0* a2); void r85make(T85* C,T0* a1,T0* a2,T0* a3); void r85pretty_print(T85* C); T0* r268start_position(T268* C); T0* r268add_comment(T268* C,T0* a1); T0* r268right_type(T268* C); T0* r268to_runnable(T268* C,T0* a1); void r268warning(T0* a1,T0* a2); T0* r268left_type(T268* C); void r268error(T0* a1,T0* a2); void r268make(T268* C,T0* a1,T0* a2); void r268pretty_print_assignment(T0* a1,T0* a2,T0* a3); void r182set_require_else(T182* C,T0* a1,T0* a2,T0* a3); T0* r182to_cst_att_integer(T182* C,T0* a1); T0* r182to_external_routine(T182* C,T0* a1,T0* a2); T0* r182to_deferred_routine(T182* C); extern T0*oBC182names; T0* r182to_cst_att_boolean(T182* C,T0* a1); T0* r182to_writable_attribute(T182* C); T0* r182to_procedure_or_function(T182* C); void r182set_require(T182* C,T0* a1,T0* a2,T0* a3); void r182initialize(T182* C); T0* r182n(void); T0* r182to_cst_att_bit(T182* C,T0* a1); void r182add_synonym(T0* a1); T0* r182to_cst_att_real(T182* C,T0* a1); void r182to_cst_att_check_result_type(T182* C); T0* r182to_cst_att_unique(T182* C); void r182error(T0* a1,T0* a2); T0* r182to_cst_att_string(T182* C,T0* a1); T0* r182to_cst_att_character(T182* C,T0* a1); T0* r182to_once_routine(T182* C); T0* r141add_comment(T141* C,T0* a1); T2 r141to_integer(T141* C); T0* r141to_runnable(T141* C,T0* a1); void r141error(T0* a1,T0* a2); T6 r310print_end_loop(T310* C); void r310level_incr(T310* C); void r310level_decr(T310* C); T6 r310print_end_check(T310* C); T6 r310print_end_inspect(T310* C); T6 r310print_end_if(T310* C); void r310connect_to(T310* C,T0* a1); void r310put_string(T310* C,T0* a1); void r310skip(T310* C,T2 a1); T6 r310print_end_debug(T310* C); void r310keyword(T310* C,T0* a1); void r310indent(T310* C); T6 r310zen_mode(T310* C); T6 r310print_end_routine(T310* C); void r310put_end(T310* C,T0* a1); T6 r310print_current(T310* C); void r310put_character(T310* C,T3 a1); extern T0*oBC310tmp_string; void r310put_integer(T310* C,T2 a1); void r188increment(T188* C); T0* r290run_require(T0* a1); T0* r290start_position(T290* C); T6 r290is_merge_with(T290* C,T0* a1,T0* a2); T0* r290runnable(T0* a1,T0* a2,T0* a3); void r290pretty_print_profile(T290* C); void r290add_into(T290* C,T0* a1); T6 r290can_hide(T290* C,T0* a1,T0* a2); T0* r290run_ensure(T0* a1); void r290check_obsolete(T290* C); T0* r290try_to_undefine(T290* C,T0* a1,T0* a2); void r290make_routine(T290* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r290to_run_feature(T290* C,T0* a1,T0* a2); void r290merge_header_comments(T290* C,T0* a1); void r290pretty_print_routine_body(T290* C); void r290pretty_print_arguments(T290* C); void r290pretty_print_rescue(T290* C); void r290warning(T0* a1,T0* a2); T0* r290try_to_undefine_aux(T290* C,T0* a1,T0* a2); void r290error(T0* a1,T0* a2); void r290make(T290* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7); void r290pretty_print_names(T290* C); void r290pretty_print(T290* C); void r290collect_for(T290* C,T2 a1); void r290set_header_comment(T290* C,T0* a1); void r37print_as_warning(T37* C); extern T0*oBC1std_error; extern T0*oBC37explanation; void r37print_as_fatal_error(T37* C); void r37print_as_error(T37* C); void r37incr_nb_errors(T37* C); void r37incr_nb_warnings(T37* C); void r37warning(T37* C,T0* a1); void r37error(T37* C,T0* a1); extern T0*oBC37positions; void r37add_position(T0* a1); void r37add_type(T0* a1,T0* a2); void r37do_print(T0* a1); void r37fatal_error(T37* C,T0* a1); T6 r60has(T60* C,T0* a1); extern T0*oBC60forbidden_parent_list; void r60select_conflict(T0* a1,T0* a2); T0* r60start_position(T60* C); T0* r60precursor_for(T60* C,T0* a1,T0* a2); T0* r60going_up(T60* C,T0* a1,T0* a2,T0* a3); T0* r60look_up_for(T60* C,T0* a1,T0* a2); void r60get_started(T60* C,T0* a1); T0* r60apply_undefine(T60* C,T0* a1,T0* a2); T0* r60smallest_ancestor(T60* C,T0* a1); T6 r60has_redefine(T60* C,T0* a1); T0* r60get_new_name(T60* C,T0* a1); T0* r60up_to_original(T60* C,T0* a1,T0* a2); void r60missing_select(T0* a1,T0* a2); T0* r60get_old_name(T60* C,T0* a1); T0* r60clients_for(T60* C,T0* a1); T0* r60has_undefine(T60* C,T0* a1); T0* r60do_rename(T60* C,T0* a1); void r60add_rename(T60* C,T0* a1); T0* r60going_down(T60* C,T0* a1,T0* a2); void r60multiple_check(T60* C,T0* a1); T6 r60has_select_for(T60* C,T0* a1); void r60make(T60* C,T0* a1); void r60pretty_print(T60* C); void r60collect_for(T60* C,T2 a1,T0* a2); T6 r60is_a_vncg(T60* C,T0* a1,T0* a2); T0* r228add_comment(T228* C,T0* a1); T0* r228to_runnable(T228* C,T0* a1); void r228error(T0* a1,T0* a2); void r228make(T228* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6); void r228pretty_print(T228* C); void r122run_feature_match(T122* C); T0* r122runnable_expression(T0* a1,T0* a2); T0* r122start_position(T122* C); T0* r122add_comment(T122* C,T0* a1); T2 r122to_integer(T122* C); void r122print_as_target(T122* C); void r122bracketed_pretty_print(T122* C); T0* r122to_runnable(T122* C,T0* a1); void r122run_feature_has_result(T122* C); T0* r122run_feature_for(T122* C,T0* a1,T0* a2); T0* r122result_type(T122* C); void r122error(T0* a1,T0* a2); void r122make(T122* C,T0* a1,T0* a2); void r122pretty_print(T122* C); void r122with(T122* C,T0* a1,T0* a2,T0* a3); T0* r130add_comment(T130* C,T0* a1); T2 r130to_integer(T130* C); void r130print_as_target(T130* C); void r130bracketed_pretty_print(T130* C); T0* r130type_any(void); T0* r130to_runnable(T130* C,T0* a1); extern T0*oBC11manifest_array_pool; extern int fBC130result_type; extern T0*oBC130result_type; T0* r130result_type(void); void r130error(T0* a1,T0* a2); void r130make(T130* C,T0* a1,T0* a2); void r130pretty_print(T130* C); T0* r138add_comment(T138* C,T0* a1); T2 r138to_integer(T138* C); T0* r138to_runnable(T138* C,T0* a1); void r138error(T0* a1,T0* a2); void r305add_last(T305* C,T0* a1); void r305pretty_print(T305* C); void r263make(T263* C,T0* a1,T0* a2); void r263pretty_print(T263* C); T0* r247base_class(T247* C); T6 r247is_a_in(T247* C,T0* a1,T0* a2); T2 r247id(T247* C); T0* r247look_up_for(T247* C,T0* a1,T0* a2); T0* r247to_runnable(T247* C,T0* a1); void r247load_basic_features(T247* C); T0* r247run_class(T247* C); void r247make_runnable(T247* C,T0* a1,T0* a2); T0* r247smallest_ancestor(T247* C,T0* a1); T0* r247run_time_mark(T247* C); T0* r247twin(T247* C); T0* r247type_any(void); T6 r247is_a(T247* C,T0* a1); T6 r247is_run_type(T247* C); void r247make(T247* C,T0* a1,T0* a2); T0* r251generic_list(T251* C); T0* r251base_class(T251* C); extern int fBC251used_as_reference; void r251used_as_reference(void); T6 r251is_a_in(T251* C,T0* a1,T0* a2); T0* r251look_up_for(T251* C,T0* a1,T0* a2); T0* r251to_runnable(T251* C,T0* a1); extern int fBC11type_double_ref; extern T0*oBC11type_double_ref; T0* r251type_double_ref(void); T0* r251run_class(T251* C); T6 r251has_creation(T251* C,T0* a1); T0* r251smallest_ancestor(T251* C,T0* a1); T0* r251run_time_mark(void); T6 r251is_a(T251* C,T0* a1); T0* r251written_mark(void); void r251error(T0* a1,T0* a2); void r251make(T251* C,T0* a1); void r251fatal_error_generic_list(T251* C); void r251load_ref(T0* a1); extern int fBC251check_type; void r251check_type(T251* C); T0* r196start_position(T196* C); T6 r196is_merge_with(T196* C,T0* a1,T0* a2); void r196pretty_print_profile(T196* C); void r196add_into(T196* C,T0* a1); T6 r196can_hide(T196* C,T0* a1,T0* a2); T0* r196try_to_undefine(T196* C,T0* a1,T0* a2); T0* r196to_run_feature(T196* C,T0* a1,T0* a2); void r196merge_header_comments(T196* C,T0* a1); T0* r196try_to_undefine_aux(T196* C,T0* a1,T0* a2); void r196error(T0* a1,T0* a2); void r196make(T196* C,T0* a1,T0* a2,T0* a3); void r196pretty_print_names(T196* C); void r196pretty_print(T196* C); void r196collect_for(T2 a1); void r196pretty_tail(T196* C); T0* r183start_position(T183* C); T6 r183is_merge_with(T183* C,T0* a1,T0* a2); void r183pretty_print_profile(T183* C); void r183add_into(T183* C,T0* a1); T6 r183can_hide(T183* C,T0* a1,T0* a2); T0* r183try_to_undefine(T183* C,T0* a1,T0* a2); T0* r183to_run_feature(T183* C,T0* a1,T0* a2); void r183merge_header_comments(T183* C,T0* a1); T0* r183try_to_undefine_aux(T183* C,T0* a1,T0* a2); extern T0*oBC183counter; void r183error(T0* a1,T0* a2); void r183make(T183* C,T0* a1,T0* a2); void r183pretty_print_names(T183* C); void r183pretty_print(T183* C); void r183collect_for(T2 a1); void r350register(T0* a1); extern T0*oBC350manifest_array_types; void r342fe_vffd7(T342* C); void r342initialize(T342* C); T0* r342start_position(T342* C); void r342add_client(T342* C,T0* a1); T0* r342run_class(T342* C); void r342make(T342* C,T0* a1,T0* a2,T0* a3); T2 r342arg_count(T342* C); T0* r342clients(T342* C); T6 r342is_exported_in(T342* C,T0* a1); T0* r255generic_list(T255* C); T0* r255base_class(T255* C); extern int fBC255used_as_reference; void r255used_as_reference(void); T6 r255is_a_in(T255* C,T0* a1,T0* a2); T0* r255look_up_for(T255* C,T0* a1,T0* a2); T0* r255to_runnable(T255* C,T0* a1); T0* r255run_class(T255* C); T6 r255has_creation(T255* C,T0* a1); T0* r255smallest_ancestor(T255* C,T0* a1); T0* r255run_time_mark(void); extern int fBC11type_real_ref; extern T0*oBC11type_real_ref; T0* r255type_real_ref(void); extern int fBC11type_double; extern T0*oBC11type_double; T0* r255type_double(void); T6 r255is_a(T255* C,T0* a1); T0* r255written_mark(void); void r255error(T0* a1,T0* a2); void r255make(T255* C,T0* a1); void r255fatal_error_generic_list(T255* C); void r255load_ref(T0* a1); extern int fBC255check_type; void r255check_type(T255* C); void r77get_started(T77* C,T0* a1); void r77pretty_print(T77* C); void r76make(T76* C,T0* a1,T0* a2); void r76pretty_print(T76* C); T2 r76index_of(T76* C,T0* a1); T0* r194start_position(T194* C); T6 r194is_merge_with(T194* C,T0* a1,T0* a2); void r194pretty_print_profile(T194* C); void r194add_into(T194* C,T0* a1); T6 r194can_hide(T194* C,T0* a1,T0* a2); T0* r194try_to_undefine(T194* C,T0* a1,T0* a2); T0* r194to_run_feature(T194* C,T0* a1,T0* a2); void r194merge_header_comments(T194* C,T0* a1); T0* r194try_to_undefine_aux(T194* C,T0* a1,T0* a2); void r194error(T0* a1,T0* a2); void r194make(T194* C,T0* a1,T0* a2,T0* a3); void r194pretty_print_names(T194* C); void r194pretty_print(T194* C); void r194collect_for(T2 a1); void r194pretty_tail(T194* C); T0* r282language_name(void); T0* r116start_position(T116* C); T0* r116add_comment(T116* C,T0* a1); T2 r116to_integer(T116* C); void r116bracketed_pretty_print(T116* C); void r116print_op(T116* C); T0* r116to_runnable(T116* C,T0* a1); T0* r116result_type(T116* C); T0* r116runnable_args(T0* a1,T0* a2); void r116with(T116* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r116run_feature_match(T116* C,T0* a1); T0* r116runnable_expression(T0* a1,T0* a2); void r116print_as_target(T116* C); void r116run_feature_has_result(T116* C); T0* r116run_feature_for(T116* C,T0* a1,T0* a2); void r116error(T0* a1,T0* a2); void r116make(T116* C,T0* a1,T0* a2,T0* a3); void r116pretty_print(T116* C); T0* r116operator(void); T0* r167twin(T167* C); T0* r167add_comment(T167* C,T0* a1); T2 r167to_integer(T167* C); void r167print_as_target(T167* C); T0* r167to_runnable(T167* C,T0* a1); T0* r167written_in(T167* C); void r167name_clash_for(T167* C,T0* a1,T0* a2); void r167error(T0* a1,T0* a2); void r167make(T167* C,T0* a1,T0* a2); T0* r167base_class_written(T167* C); T0* r302clients_for(T302* C,T0* a1); void r302make(T302* C,T0* a1,T0* a2); void r302pretty_print(T302* C); T0* r359start_position(T359* C); T0* r359add_comment(T359* C,T0* a1); void r359print_as_target(T359* C); T2 r359to_integer(T359* C); void r359bracketed_pretty_print(T359* C); T0* r359to_runnable(T359* C,T0* a1); void r359error(T0* a1,T0* a2); T2 r359precedence(T359* C); void r359make(T359* C,T0* a1,T0* a2); T6 r359is_current(T359* C); void r359pretty_print(T359* C); T0* r107start_position(T107* C); T0* r107add_comment(T107* C,T0* a1); T2 r107to_integer(T107* C); void r107bracketed_pretty_print(T107* C); void r107print_op(T107* C); T0* r107to_runnable(T107* C,T0* a1); T0* r107result_type(T107* C); T0* r107runnable_args(T0* a1,T0* a2); void r107with(T107* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r107run_feature_match(T107* C,T0* a1); T0* r107runnable_expression(T0* a1,T0* a2); void r107print_as_target(T107* C); void r107run_feature_has_result(T107* C); T0* r107run_feature_for(T107* C,T0* a1,T0* a2); void r107error(T0* a1,T0* a2); void r107make(T107* C,T0* a1,T0* a2,T0* a3); void r107pretty_print(T107* C); T0* r107operator(void); T0* r109start_position(T109* C); T0* r109add_comment(T109* C,T0* a1); T2 r109to_integer(T109* C); void r109bracketed_pretty_print(T109* C); void r109print_op(T109* C); T0* r109to_runnable(T109* C,T0* a1); T0* r109result_type(T109* C); T0* r109runnable_args(T0* a1,T0* a2); void r109with(T109* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r109run_feature_match(T109* C,T0* a1); T0* r109runnable_expression(T0* a1,T0* a2); void r109print_as_target(T109* C); void r109run_feature_has_result(T109* C); T0* r109run_feature_for(T109* C,T0* a1,T0* a2); void r109error(T0* a1,T0* a2); void r109make(T109* C,T0* a1,T0* a2,T0* a3); void r109pretty_print(T109* C); T0* r109operator(void); T0* r227twin(T227* C); T0* r227runnable(T0* a1,T0* a2,T0* a3); T0* r227to_runnable(T227* C,T0* a1); void r227error(T0* a1,T0* a2); void r227make(T227* C,T0* a1,T0* a2,T0* a3); void r227pretty_print(T227* C); T0* r227name(void); T0* r241generic_list(T241* C); T0* r241base_class(T241* C); T0* r241base_class_name(T241* C); void r241used_as_reference(T241* C); T6 r241is_a_in(T241* C,T0* a1,T0* a2); T2 r241id(T241* C); T6 r241is_pointer(T241* C); T0* r241look_up_for(T241* C,T0* a1,T0* a2); T0* r241to_runnable(T241* C,T0* a1); T0* r241run_class(T241* C); T6 r241has_creation(T241* C,T0* a1); T0* r241expanded_initializer(T241* C); T6 r241is_boolean(T241* C); T6 r241is_generic(T241* C); T6 r241is_bit(T241* C); T6 r241is_real(T241* C); void r241with(T241* C,T0* a1,T0* a2); T0* r241smallest_ancestor(T241* C,T0* a1); T6 r241is_any(T241* C); T0* r241run_time_mark(T241* C); T6 r241is_expanded(T241* C); T6 r241is_basic_eiffel_expanded(T241* C); T6 r241is_string(T241* C); T6 r241is_integer(T241* C); T6 r241is_a(T241* C,T0* a1); T6 r241is_character(T241* C); T6 r241is_reference(T241* C); T0* r241written_mark(void); T6 r241is_none(T241* C); T6 r241is_array(T241* C); void r241fatal_error_generic_list(T241* C); T6 r241is_double(T241* C); void r309connect_to(T309* C,T0* a1); void r309disconnect(T309* C); T0* r244base_class(T244* C); T6 r244is_a_in(T244* C,T0* a1,T0* a2); T2 r244id(T244* C); T0* r244look_up_for(T244* C,T0* a1,T0* a2); T0* r244to_runnable(T244* C,T0* a1); void r244load_basic_features(T244* C); T0* r244run_type(T244* C); T0* r244run_class(T244* C); T6 r244has_creation(T244* C,T0* a1); void r244with(T244* C,T0* a1,T0* a2,T0* a3); T0* r244smallest_ancestor(T244* C,T0* a1); T0* r244run_time_mark(T244* C); T6 r244is_a(T244* C,T0* a1); T6 r244is_run_type(T244* C); extern T0*oBC244tmp_written_mark; void r244make(T244* C,T0* a1,T0* a2); void r244final(T244* C,T0* a1,T0* a2); T0* r157add_comment(T157* C,T0* a1); T2 r157to_integer(T157* C); void r157print_as_target(T157* C); extern int fBC157result_type; extern T0*oBC157result_type; T0* r157result_type(void); void r157error(T0* a1,T0* a2); void r157make(T157* C,T0* a1,T0* a2); T0* r164to_string(T164* C); T0* r164add_comment(T164* C,T0* a1); T2 r164to_integer(T164* C); void r164print_as_target(T164* C); T0* r164to_runnable(T164* C,T0* a1); void r164refer_to(T164* C,T0* a1,T0* a2,T2 a3); T0* r164result_type(T164* C); void r164error(T0* a1,T0* a2); void r335initialize(T335* C); T0* r335start_position(T335* C); void r335add_client(T335* C,T0* a1); T0* r335run_class(T335* C); void r335make(T335* C,T0* a1,T0* a2,T0* a3); T2 r335arg_count(T335* C); T0* r335clients(T335* C); T6 r335is_exported_in(T335* C,T0* a1); T0* r159add_comment(T159* C,T0* a1); T2 r159to_integer(T159* C); void r159print_as_target(T159* C); T0* r159to_runnable(T159* C,T0* a1); T0* r159super_feature(T159* C,T0* a1); T0* r159precursor_name(T0* a1,T0* a2); T0* r159result_type(T159* C); void r159error(T0* a1,T0* a2); void r159make(T159* C,T0* a1,T0* a2,T0* a3); void r159pretty_print(T159* C); void r159prepare_arguments(T159* C,T0* a1); T0* r258base_class(T258* C); void r258used_as_reference(T258* C); T6 r258is_a_in(T258* C,T0* a1,T0* a2); T2 r258id(T258* C); T0* r258look_up_for(T258* C,T0* a1,T0* a2); T0* r258to_runnable(T258* C,T0* a1); T0* r258run_type(T258* C); T0* r258run_class(T258* C); T6 r258has_creation(T258* C,T0* a1); T0* r258expanded_initializer(T258* C); void r258basic_checks(T258* C); void r258make_runnable(T258* C,T0* a1,T0* a2); T0* r258smallest_ancestor(T258* C,T0* a1); T0* r258run_time_mark(T258* C); T0* r258twin(T258* C); T6 r258is_expanded(T258* C); T6 r258is_written_runnable(T258* C); T0* r258type_any(void); T6 r258is_a(T258* C,T0* a1); T6 r258is_run_type(T258* C); T6 r258is_reference(T258* C); extern T0*oBC258tmp_mark; void r258make(T258* C,T0* a1,T0* a2); T0* r256generic_list(T256* C); T0* r256base_class(T256* C); T6 r256is_a_in(T256* C,T0* a1,T0* a2); T0* r256look_up_for(T256* C,T0* a1,T0* a2); T0* r256run_class(T256* C); T6 r256has_creation(T256* C,T0* a1); T0* r256smallest_ancestor(T256* C,T0* a1); extern int fBC256set_at_run_time; void r256set_at_run_time(void); T0* r256run_time_mark(void); T6 r256is_a(T256* C,T0* a1); T0* r256written_mark(void); void r256make(T256* C,T0* a1); void r256fatal_error_generic_list(T256* C); T0* r256type_string(void); T0* r248generic_list(T248* C); T0* r248base_class(T248* C); extern int fBC248used_as_reference; void r248used_as_reference(void); T6 r248is_a_in(T248* C,T0* a1,T0* a2); T0* r248look_up_for(T248* C,T0* a1,T0* a2); T0* r248to_runnable(T248* C,T0* a1); T0* r248run_class(T248* C); T6 r248has_creation(T248* C,T0* a1); T0* r248smallest_ancestor(T248* C,T0* a1); T0* r248run_time_mark(void); extern int fBC11type_boolean_ref; extern T0*oBC11type_boolean_ref; T0* r248type_boolean_ref(void); T6 r248is_a(T248* C,T0* a1); T0* r248written_mark(void); void r248error(T0* a1,T0* a2); void r248make(T248* C,T0* a1); void r248fatal_error_generic_list(T248* C); void r248load_ref(T0* a1); extern int fBC248check_type; void r248check_type(T248* C); T0* r278language_name(void); extern T0*oBC10path; void r10automat(T10* C); void r10error_style(T10* C,T0* a1); extern T0*oBC10new_file; void r10pretty_for(T10* C,T0* a1); extern T311 oBC1file_tools; void r10sfw_connect(T10* C,T0* a1,T0* a2); T6 r10file_exists(T0* a1); extern T0*oBC10backup; T0* r10system_tools(void); T0* r10argument(T2 a1); void r10make(T10* C); void r10pretty_print(T10* C); extern int fBC1command_arguments; extern T0*oBC1command_arguments; T0* r10command_arguments(void); extern int fBC10class_names; extern T0*oBC10class_names; T0* r10class_names(void); T0* r356register(T0* a1); extern T0*oBC356mangling_dictionary; void r353register_for(T0* a1); extern T0*oBC353caller_memory; extern T0*oBC353registered; T0* r215add_comment(T215* C,T0* a1); T0* r215to_runnable(T215* C,T0* a1); void r34put_string(T34* C,T0* a1); void r34put_integer(T34* C,T2 a1); T0* r280language_name(void); T0* r118start_position(T118* C); T0* r118add_comment(T118* C,T0* a1); T2 r118to_integer(T118* C); void r118bracketed_pretty_print(T118* C); void r118print_op(T118* C); T0* r118to_runnable(T118* C,T0* a1); T0* r118result_type(T118* C); T0* r118runnable_args(T0* a1,T0* a2); void r118with(T118* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r118run_feature_match(T118* C,T0* a1); T0* r118runnable_expression(T0* a1,T0* a2); void r118print_as_target(T118* C); void r118run_feature_has_result(T118* C); T0* r118run_feature_for(T118* C,T0* a1,T0* a2); void r118error(T0* a1,T0* a2); void r118make(T118* C,T0* a1,T0* a2,T0* a3); void r118pretty_print(T118* C); T0* r118operator(void); T0* r324start_position(T324* C); T2 r324integer_value(T324* C,T0* a1); T0* r324run_class(T324* C); T2 r324arg_count(T324* C); T6 r324is_exported_in(T324* C,T0* a1); void r324initialize(T324* C); void r324add_client(T324* C,T0* a1); void r324make(T324* C,T0* a1,T0* a2,T0* a3); T0* r324clients(T324* C); T0* r324type_string(void); void r339add_procedure(T0* a1); extern T0*oBC339procedure_list; void r339add_function(T0* a1); extern T0*oBC339function_list; void r239anchor_cycle_start(T239* C); void r239anchor_cycle_end(T239* C); T0* r239generic_list(T239* C); T0* r239base_class(T239* C); T0* r239base_class_name(T239* C); void r239used_as_reference(T239* C); T6 r239is_a_in(T239* C,T0* a1,T0* a2); T2 r239id(T239* C); T6 r239is_pointer(T239* C); T0* r239look_up_for(T239* C,T0* a1,T0* a2); T0* r239to_runnable(T239* C,T0* a1); T0* r239run_class(T239* C); T6 r239has_creation(T239* C,T0* a1); T0* r239expanded_initializer(T239* C); T6 r239is_boolean(T239* C); T6 r239is_generic(T239* C); T6 r239is_bit(T239* C); T6 r239is_real(T239* C); extern T0*oBC240visited; void r239with(T239* C,T0* a1,T0* a2); T0* r239smallest_ancestor(T239* C,T0* a1); T6 r239is_any(T239* C); T0* r239run_time_mark(T239* C); T6 r239is_expanded(T239* C); T6 r239is_basic_eiffel_expanded(T239* C); T6 r239is_string(T239* C); T6 r239is_integer(T239* C); T6 r239is_a(T239* C,T0* a1); T6 r239is_character(T239* C); T6 r239is_reference(T239* C); void r239make(T239* C,T0* a1,T0* a2); T6 r239is_none(T239* C); T6 r239is_array(T239* C); void r239fatal_error_generic_list(T239* C); T6 r239is_double(T239* C); T0* r285language_name(void); T0* r178start_position(T178* C); T0* r178add_comment(T178* C,T0* a1); T2 r178to_integer(T178* C); void r178bracketed_pretty_print(T178* C); void r178print_op(T178* C); T0* r178to_runnable(T178* C,T0* a1); T0* r178result_type(T178* C); T0* r178runnable_args(T0* a1,T0* a2); void r178with(T178* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r178run_feature_match(T178* C,T0* a1); T0* r178runnable_expression(T0* a1,T0* a2); void r178print_as_target(T178* C); void r178run_feature_has_result(T178* C); T0* r178run_feature_for(T178* C,T0* a1,T0* a2); void r178error(T0* a1,T0* a2); void r178make(T178* C,T0* a1,T0* a2,T0* a3); void r178pretty_print(T178* C); T0* r178operator(void); void r33sfr_connect(T33* C,T0* a1,T0* a2); void r33w_put_string(T0* a1); extern T0*oBC1std_output; void r33w_put_integer(T2 a1); void r33put_string(T33* C,T0* a1); void r33put_character(T33* C,T3 a1); void r33put_integer(T33* C,T2 a1); void r33w_put_character(T3 a1); void r146run_feature_match(T146* C); T0* r146runnable_expression(T0* a1,T0* a2); T0* r146start_position(T146* C); T0* r146add_comment(T146* C,T0* a1); void r146run_feature_has_no_result(T146* C); T0* r146to_runnable(T146* C,T0* a1); T0* r146run_feature_for(T146* C,T0* a1,T0* a2); void r146make(T146* C,T0* a1,T0* a2); void r146pretty_print(T146* C); T0* r146make_runnable(T146* C,T0* a1,T0* a2,T0* a3); void r242anchor_cycle_start(T242* C); void r242anchor_cycle_end(T242* C); T0* r242generic_list(T242* C); T0* r242base_class(T242* C); T0* r242base_class_name(T242* C); void r242used_as_reference(T242* C); T6 r242is_a_in(T242* C,T0* a1,T0* a2); T2 r242id(T242* C); T6 r242is_pointer(T242* C); T0* r242look_up_for(T242* C,T0* a1,T0* a2); T0* r242to_runnable(T242* C,T0* a1); T0* r242run_type(T242* C); T0* r242run_class(T242* C); T6 r242has_creation(T242* C,T0* a1); T0* r242expanded_initializer(T242* C); T6 r242is_boolean(T242* C); T6 r242is_generic(T242* C); T6 r242is_bit(T242* C); T6 r242is_real(T242* C); void r242with(T242* C,T0* a1,T0* a2); T0* r242smallest_ancestor(T242* C,T0* a1); T6 r242is_any(T242* C); T0* r242run_time_mark(T242* C); T6 r242is_expanded(T242* C); T6 r242is_basic_eiffel_expanded(T242* C); T6 r242is_string(T242* C); T6 r242is_integer(T242* C); T6 r242is_run_type(T242* C); T6 r242is_a(T242* C,T0* a1); T6 r242is_character(T242* C); T6 r242is_reference(T242* C); void r242make(T242* C,T0* a1,T0* a2); T6 r242is_none(T242* C); T6 r242is_array(T242* C); void r242fatal_error_generic_list(T242* C); T6 r242is_double(T242* C); T0* r191start_position(T191* C); T6 r191is_merge_with(T191* C,T0* a1,T0* a2); void r191pretty_print_profile(T191* C); void r191add_into(T191* C,T0* a1); T6 r191can_hide(T191* C,T0* a1,T0* a2); T0* r191try_to_undefine(T191* C,T0* a1,T0* a2); T0* r191value(T191* C,T2 a1); T0* r191to_run_feature(T191* C,T0* a1,T0* a2); void r191merge_header_comments(T191* C,T0* a1); T0* r191try_to_undefine_aux(T191* C,T0* a1,T0* a2); void r191error(T0* a1,T0* a2); void r191make(T191* C,T0* a1,T0* a2,T0* a3); void r191pretty_print_names(T191* C); void r191pretty_print(T191* C); void r191collect_for(T2 a1); void r191pretty_tail(T191* C); T0* r93add_comment(T93* C,T0* a1); T2 r93to_integer(T93* C); void r93print_as_target(T93* C); void r93bracketed_pretty_print(T93* C); T0* r93type_any(void); T0* r93to_runnable(T93* C,T0* a1); void r93error(T0* a1,T0* a2); void r93make(T93* C,T0* a1,T0* a2); void r93pretty_print(T93* C); T0* r272run_require(T0* a1); void r272set_rescue_compound(T272* C,T0* a1); T0* r272start_position(T272* C); T6 r272is_merge_with(T272* C,T0* a1,T0* a2); T0* r272runnable(T0* a1,T0* a2,T0* a3); void r272pretty_print_profile(T272* C); void r272add_into(T272* C,T0* a1); T6 r272can_hide(T272* C,T0* a1,T0* a2); T0* r272run_ensure(T0* a1); void r272check_obsolete(T272* C); T0* r272try_to_undefine(T272* C,T0* a1,T0* a2); void r272make_routine(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r272to_run_feature(T272* C,T0* a1,T0* a2); void r272merge_header_comments(T272* C,T0* a1); void r272pretty_print_arguments(T272* C); void r272warning(T0* a1,T0* a2); void r272error(T0* a1,T0* a2); void r272make(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6); void r272pretty_print_names(T272* C); void r272pretty_print(T272* C); void r272collect_for(T272* C,T2 a1); void r272from_effective(T272* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6); void r272set_header_comment(T272* C,T0* a1); T0* r277language_name(void); T6 r56has(T56* C,T0* a1); T0* r56expanded_initializer(T56* C,T0* a1); void r56make(T56* C,T0* a1,T0* a2,T0* a3,T0* a4); void r56pretty_print(T56* C); void r56check_expanded_with(T56* C,T0* a1); T0* r224to_runnable_integer(T224* C,T0* a1); T0* r224start_position(T224* C); T0* r224twin(T224* C); void r224error(T0* a1,T0* a2); void r224pretty_print(T224* C); T0* r224to_runnable_character(T224* C,T0* a1); void r135run_feature_match(T135* C,T0* a1); T0* r135runnable_expression(T0* a1,T0* a2); T0* r135start_position(T135* C); T0* r135add_comment(T135* C,T0* a1); T2 r135to_integer(T135* C); void r135print_as_target(T135* C); void r135bracketed_pretty_print(T135* C); T0* r135to_runnable(T135* C,T0* a1); void r135run_feature_has_result(T135* C); T0* r135run_feature_for(T135* C,T0* a1,T0* a2); T0* r135result_type(T135* C); void r135error(T0* a1,T0* a2); void r135make(T135* C,T0* a1,T0* a2,T0* a3); T0* r135runnable_args(T0* a1,T0* a2); void r135pretty_print(T135* C); void r135with(T135* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r133run_feature_match(T133* C); T0* r133runnable_expression(T0* a1,T0* a2); T0* r133start_position(T133* C); T0* r133add_comment(T133* C,T0* a1); T2 r133to_integer(T133* C); void r133print_as_target(T133* C); void r133bracketed_pretty_print(T133* C); T0* r133to_runnable(T133* C,T0* a1); void r133run_feature_has_result(T133* C); T0* r133run_feature_for(T133* C,T0* a1,T0* a2); T0* r133result_type(T133* C); void r133error(T0* a1,T0* a2); void r133make(T133* C,T0* a1,T0* a2); void r133pretty_print(T133* C); void r133with(T133* C,T0* a1,T0* a2,T0* a3); T0* r55start_position(T55* C); T0* r55get_clause(T55* C,T0* a1); T0* r55expanded_initializer(T55* C,T0* a1); void r55pretty_print(T55* C); void r55check_expanded_with(T55* C,T0* a1); T0* r313get_feature_with(T313* C,T0* a1); T0* r313base_class(T313* C); T0* r313get_or_fatal_error(T313* C,T0* a1); void r313used_as_reference(T313* C); T0* r313get_rf(T313* C,T0* a1,T0* a2,T0* a3); extern T0*oBC313to_reference_memory; T0* r313get_feature(T313* C,T0* a1); extern int fBC11class_general; extern T0*oBC11class_general; T0* r313class_general(void); T0* r313at(T313* C,T0* a1); T0* r313get_copy(T313* C); void r313set_at_run_time(T313* C); void r313store_feature(T313* C,T0* a1); T0* r313get_rf_with(T313* C,T0* a1); T0* r313class_with(T0* a1); void r313add_running(T313* C,T0* a1); T6 r313is_running_of(T313* C,T0* a1); void r313add_client(T313* C,T0* a1); void r313error(T0* a1,T0* a2); void r313make(T313* C,T0* a1); extern int fBC11id_provider; extern T0*oBC11id_provider; T0* r313id_provider(void); void r313efnf(T313* C,T0* a1,T0* a2); T0* r313get_result_type(T313* C,T0* a1); T0* r216twin(T216* C); void r216add_when(T216* C,T0* a1); T0* r216add_comment(T216* C,T0* a1); void r216set_else_compound(T216* C,T0* a1,T0* a2); T0* r216to_runnable(T216* C,T0* a1); void r216error(T0* a1,T0* a2); void r216make(T216* C,T0* a1,T0* a2); void r216pretty_print(T216* C); T0* r174twin(T174* C); T0* r174add_comment(T174* C,T0* a1); T2 r174to_integer(T174* C); void r174print_as_target(T174* C); T0* r174to_runnable(T174* C,T0* a1); T0* r174written_in(T174* C); void r174name_clash_for(T174* C,T0* a1,T0* a2); void r174error(T0* a1,T0* a2); void r174make(T174* C,T0* a1,T0* a2); T0* r174base_class_written(T174* C); void r147run_feature_match(T147* C,T0* a1); T0* r147runnable_expression(T0* a1,T0* a2); T0* r147start_position(T147* C); T0* r147add_comment(T147* C,T0* a1); void r147run_feature_has_no_result(T147* C); T0* r147to_runnable(T147* C,T0* a1); T0* r147run_feature_for(T147* C,T0* a1,T0* a2); void r147make(T147* C,T0* a1,T0* a2,T0* a3); T0* r147runnable_args(T0* a1,T0* a2); void r147pretty_print(T147* C); T0* r147make_runnable(T147* C,T0* a1,T0* a2,T0* a3); void r147with(T147* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r117start_position(T117* C); T0* r117add_comment(T117* C,T0* a1); T2 r117to_integer(T117* C); void r117bracketed_pretty_print(T117* C); void r117print_op(T117* C); T0* r117to_runnable(T117* C,T0* a1); T0* r117result_type(T117* C); T0* r117runnable_args(T0* a1,T0* a2); void r117with(T117* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r117run_feature_match(T117* C,T0* a1); T0* r117runnable_expression(T0* a1,T0* a2); void r117print_as_target(T117* C); void r117run_feature_has_result(T117* C); T0* r117run_feature_for(T117* C,T0* a1,T0* a2); void r117error(T0* a1,T0* a2); void r117make(T117* C,T0* a1,T0* a2,T0* a3); void r117pretty_print(T117* C); T0* r117operator(void); T0* r218to_runnable_integer(T218* C,T0* a1); T0* r218start_position(T218* C); T6 r218includes_integer(T218* C,T2 a1); void r218from_when_list(T218* C,T0* a1); void r218error(T0* a1,T0* a2); void r218pretty_print(T218* C); T0* r218to_runnable_character(T218* C,T0* a1); T0* r270run_require(T0* a1); void r270set_rescue_compound(T270* C,T0* a1); T0* r270start_position(T270* C); T6 r270is_merge_with(T270* C,T0* a1,T0* a2); T0* r270runnable(T0* a1,T0* a2,T0* a3); void r270pretty_print_profile(T270* C); void r270add_into(T270* C,T0* a1); T6 r270can_hide(T270* C,T0* a1,T0* a2); T0* r270run_ensure(T0* a1); void r270check_obsolete(T270* C); T0* r270try_to_undefine(T270* C,T0* a1,T0* a2); void r270make_routine(T270* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r270to_run_feature(T270* C,T0* a1,T0* a2); void r270merge_header_comments(T270* C,T0* a1); void r270pretty_print_arguments(T270* C); void r270warning(T0* a1,T0* a2); void r270error(T0* a1,T0* a2); void r270pretty_print_names(T270* C); void r270pretty_print(T270* C); void r270collect_for(T270* C,T2 a1); void r270from_effective(T270* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r270set_header_comment(T270* C,T0* a1); T0* r203twin(T203* C); T0* r203runnable(T0* a1,T0* a2,T0* a3); T0* r203to_runnable(T203* C,T0* a1); void r203error(T0* a1,T0* a2); void r203make(T203* C,T0* a1,T0* a2,T0* a3); void r203pretty_print(T203* C); T0* r203name(void); T0* r200start_position(T200* C); T0* r200item(T200* C,T2 a1); T0* r200to_runnable(T200* C,T0* a1); T2 r200count(T200* C); void r200make(T200* C,T0* a1,T0* a2,T0* a3); void r200pretty_print(T200* C); void r200put(T200* C,T0* a1,T2 a2); void r200from_compound(T200* C,T0* a1); T0* r231add_comment(T231* C,T0* a1); void r231check_created_type(T231* C,T0* a1); T0* r231to_runnable(T231* C,T0* a1); void r231warning(T0* a1,T0* a2); void r231error(T0* a1,T0* a2); void r231make(T231* C,T0* a1,T0* a2); void r231pretty_print(T231* C); void r231check_writable(T231* C,T0* a1); void r231check_creation_clause(T231* C,T0* a1); T0* r225to_runnable_integer(T225* C,T0* a1); T0* r225start_position(T225* C); T0* r225twin(T225* C); void r225error(T0* a1,T0* a2); void r225make(T225* C,T0* a1,T0* a2); void r225pretty_print(T225* C); T0* r225to_runnable_character(T225* C,T0* a1); T0* r108start_position(T108* C); T0* r108add_comment(T108* C,T0* a1); T2 r108to_integer(T108* C); void r108bracketed_pretty_print(T108* C); void r108print_op(T108* C); T0* r108to_runnable(T108* C,T0* a1); T0* r108result_type(T108* C); T0* r108runnable_args(T0* a1,T0* a2); void r108with(T108* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r108run_feature_match(T108* C,T0* a1); T0* r108runnable_expression(T0* a1,T0* a2); void r108print_as_target(T108* C); void r108run_feature_has_result(T108* C); T0* r108run_feature_for(T108* C,T0* a1,T0* a2); void r108error(T0* a1,T0* a2); void r108make(T108* C,T0* a1,T0* a2,T0* a3); void r108pretty_print(T108* C); T0* r108operator(void); T0* r110start_position(T110* C); T0* r110add_comment(T110* C,T0* a1); T2 r110to_integer(T110* C); void r110bracketed_pretty_print(T110* C); void r110print_op(T110* C); T0* r110to_runnable(T110* C,T0* a1); T0* r110result_type(T110* C); T0* r110runnable_args(T0* a1,T0* a2); void r110with(T110* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r110run_feature_match(T110* C,T0* a1); T0* r110runnable_expression(T0* a1,T0* a2); void r110print_as_target(T110* C); void r110run_feature_has_result(T110* C); T0* r110run_feature_for(T110* C,T0* a1,T0* a2); void r110error(T0* a1,T0* a2); void r110make(T110* C,T0* a1,T0* a2,T0* a3); void r110pretty_print(T110* C); T0* r110operator(void); T0* r111start_position(T111* C); void r111error_comparison(T111* C,T0* a1,T0* a2); T0* r111add_comment(T111* C,T0* a1); T2 r111to_integer(T111* C); void r111bracketed_pretty_print(T111* C); void r111print_op(T111* C); T0* r111to_runnable(T111* C,T0* a1); T0* r111runnable_args(T0* a1,T0* a2); void r111check_comparison(T111* C,T0* a1); void r111bit_limitation(T111* C,T0* a1,T0* a2); void r111with(T111* C,T0* a1,T0* a2,T0* a3); T0* r111type_boolean(void); T0* r111runnable_expression(T0* a1,T0* a2); void r111print_as_target(T111* C); void r111error(T0* a1,T0* a2); void r111make(T111* C,T0* a1,T0* a2,T0* a3); void r111pretty_print(T111* C); T0* r111operator(void); T0* r287run_require(T0* a1); T0* r287start_position(T287* C); T6 r287is_merge_with(T287* C,T0* a1,T0* a2); T0* r287runnable(T0* a1,T0* a2,T0* a3); void r287pretty_print_profile(T287* C); void r287add_into(T287* C,T0* a1); T6 r287can_hide(T287* C,T0* a1,T0* a2); T0* r287run_ensure(T0* a1); void r287check_obsolete(T287* C); T0* r287try_to_undefine(T287* C,T0* a1,T0* a2); void r287make_routine(T287* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r287to_run_feature(T287* C,T0* a1,T0* a2); void r287merge_header_comments(T287* C,T0* a1); void r287pretty_print_routine_body(T287* C); void r287pretty_print_arguments(T287* C); void r287pretty_print_rescue(T287* C); void r287warning(T0* a1,T0* a2); T0* r287try_to_undefine_aux(T287* C,T0* a1,T0* a2); void r287error(T0* a1,T0* a2); void r287make(T287* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7); void r287pretty_print_names(T287* C); void r287pretty_print(T287* C); void r287collect_for(T287* C,T2 a1); void r287set_header_comment(T287* C,T0* a1); T0* r360generic_list(T360* C); T0* r360base_class(T360* C); T0* r360base_class_name(T360* C); T6 r360is_a_in(T360* C,T0* a1,T0* a2); T0* r360look_up_for(T360* C,T0* a1,T0* a2); T6 r360is_generic(T360* C); T0* r360smallest_ancestor(T0* a1); T6 r360is_a(T360* C,T0* a1); void r360make(T360* C,T0* a1); T0* r326generic_list(T326* C); T0* r326base_class(T326* C); extern int fBC326base_class_name; extern T0*oBC326base_class_name; T0* r326base_class_name(void); T6 r326is_a_in(T326* C,T0* a1,T0* a2); T2 r326id(T326* C); T0* r326look_up_for(T326* C,T0* a1,T0* a2); T0* r326run_class(T326* C); T0* r326smallest_ancestor(T326* C,T0* a1); T0* r326type_any(void); T6 r326is_a(T326* C,T0* a1); void r326make(T326* C,T0* a1); void r326fatal_error_generic_list(T326* C); T0* r114start_position(T114* C); T0* r114add_comment(T114* C,T0* a1); T2 r114to_integer(T114* C); void r114bracketed_pretty_print(T114* C); void r114print_op(T114* C); T0* r114to_runnable(T114* C,T0* a1); T0* r114result_type(T114* C); T0* r114runnable_args(T0* a1,T0* a2); void r114with(T114* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r114run_feature_match(T114* C,T0* a1); T0* r114runnable_expression(T0* a1,T0* a2); void r114print_as_target(T114* C); void r114run_feature_has_result(T114* C); T0* r114run_feature_for(T114* C,T0* a1,T0* a2); void r114error(T0* a1,T0* a2); void r114make(T114* C,T0* a1,T0* a2,T0* a3); void r114pretty_print(T114* C); T0* r114operator(void); T0* r119start_position(T119* C); T0* r119add_comment(T119* C,T0* a1); T2 r119to_integer(T119* C); void r119bracketed_pretty_print(T119* C); void r119print_op(T119* C); T0* r119to_runnable(T119* C,T0* a1); T0* r119result_type(T119* C); T0* r119runnable_args(T0* a1,T0* a2); void r119with(T119* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r119run_feature_match(T119* C,T0* a1); T0* r119runnable_expression(T0* a1,T0* a2); void r119print_as_target(T119* C); void r119run_feature_has_result(T119* C); T0* r119run_feature_for(T119* C,T0* a1,T0* a2); void r119error(T0* a1,T0* a2); void r119make(T119* C,T0* a1,T0* a2,T0* a3); void r119pretty_print(T119* C); T0* r119operator(void); void r132make_n(T132* C,T0* a1,T0* a2); T0* r132start_position(T132* C); T0* r132expression(T132* C,T2 a1); void r132from_model(T132* C,T0* a1); T0* r132to_runnable(T132* C,T0* a1); void r132match_with(T132* C,T0* a1,T0* a2); T2 r132count(T132* C); T0* r132run_class(T132* C); void r132error(T0* a1,T0* a2); void r132pretty_print(T132* C); T6 r132is_like_argument(T132* C,T0* a1,T0* a2,T0* a3); void r132put(T132* C,T0* a1,T2 a2); void r127run_feature_match(T127* C); T0* r127runnable_expression(T0* a1,T0* a2); T0* r127start_position(T127* C); T0* r127add_comment(T127* C,T0* a1); T2 r127to_integer(T127* C); void r127print_as_target(T127* C); void r127bracketed_pretty_print(T127* C); T0* r127to_runnable(T127* C,T0* a1); void r127run_feature_has_result(T127* C); T0* r127run_feature_for(T127* C,T0* a1,T0* a2); T0* r127result_type(T127* C); void r127error(T0* a1,T0* a2); void r127make(T127* C,T0* a1,T0* a2); void r127pretty_print(T127* C); T0* r127operator(void); void r127with(T127* C,T0* a1,T0* a2,T0* a3); extern int fBC11type_pointer; extern T0*oBC11type_pointer; T0* r143type_pointer(void); T0* r143start_position(T143* C); T0* r143add_comment(T143* C,T0* a1); T2 r143to_integer(T143* C); void r143bracketed_pretty_print(T143* C); T0* r143to_runnable(T143* C,T0* a1); extern T0*oBC11address_of_pool; void r143error(T0* a1,T0* a2); void r143pretty_print(T143* C); T0* r190start_position(T190* C); T6 r190is_merge_with(T190* C,T0* a1,T0* a2); void r190pretty_print_profile(T190* C); void r190add_into(T190* C,T0* a1); T6 r190can_hide(T190* C,T0* a1,T0* a2); T0* r190try_to_undefine(T190* C,T0* a1,T0* a2); T0* r190to_run_feature(T190* C,T0* a1,T0* a2); void r190merge_header_comments(T190* C,T0* a1); T0* r190try_to_undefine_aux(T190* C,T0* a1,T0* a2); void r190error(T0* a1,T0* a2); void r190make(T190* C,T0* a1,T0* a2,T0* a3); void r190pretty_print_names(T190* C); void r190pretty_print(T190* C); void r190collect_for(T2 a1); void r190pretty_tail(T190* C); T0* r243generic_list(T243* C); T0* r243base_class(T243* C); T6 r243is_a_in(T243* C,T0* a1,T0* a2); T2 r243id(T243* C); T0* r243look_up_for(T243* C,T0* a1,T0* a2); T0* r243to_runnable(T243* C,T0* a1); T0* r243run_class(T243* C); T6 r243has_creation(T243* C,T0* a1); T0* r243run_time_mark(void); T6 r243is_a(T243* C,T0* a1); T0* r243written_mark(void); void r243error(T0* a1,T0* a2); void r243make(T243* C,T0* a1); void r243fatal_error_generic_list(T243* C); extern int fBC243check_type; void r243check_type(T243* C); T6 r41is_general(T41* C); void r41fatal_undefine(T41* C,T0* a1); T0* r41going_up(T41* C,T0* a1,T0* a2,T0* a3); void r41add_feature_clause(T41* C,T0* a1); void r41get_started(T41* C); T0* r41new_name_of_original(T41* C,T0* a1,T0* a2); T0* r41run_class(T41* C); T0* r41get_copy(T41* C); T0* r41super_look_up_for(T41* C,T0* a1,T0* a2); extern T0*oBC41visited; void r41fatal_error_vdrd6(T0* a1,T0* a2,T0* a3); T0* r41clients_for(T41* C,T0* a1); void r41warning(T0* a1,T0* a2); T0* r41class_with(T0* a1); extern int fBC11class_any; extern T0*oBC11class_any; T0* r41class_any(void); void r41error(T0* a1,T0* a2); void r41make(T41* C); T0* r41id_provider(void); void r41pretty_print(T41* C); void r41collect_for(T41* C,T2 a1,T0* a2); extern T0*oBC41going_up_trace; T6 r41has(T41* C,T0* a1); void r41vdrd6(T0* a1,T0* a2,T0* a3); T6 r41has_simple_feature_name(T41* C,T0* a1); T6 r41is_subclass_of(T41* C,T0* a1); void r41set_invariant(T41* C,T0* a1,T0* a2,T0* a3); T0* r41look_up_for(T41* C,T0* a1,T0* a2); T6 r41is_subclass_of_aux(T41* C,T0* a1); extern int fBC41mem_fn; extern T0*oBC41mem_fn; T0* r41mem_fn(void); void r41set_parent_list(T41* C,T0* a1,T0* a2,T0* a3); T6 r41has_creation(T41* C,T0* a1); T0* r41expanded_initializer(T41* C,T0* a1); T6 r41proper_has(T41* C,T0* a1); void r41add_index_clause(T41* C,T0* a1); T6 r41super_has(T41* C,T0* a1); T6 r41is_any(T41* C); void r41check_expanded_with(T41* C,T0* a1); T6 r41has_redefine(T41* C,T0* a1); void r41inherit_cycle_check(T41* C); T0* r41up_to_original(T41* C,T0* a1,T0* a2); T0* r41new_name_of(T41* C,T0* a1,T0* a2); T6 r41is_a_vncg(T41* C,T0* a1,T0* a2); void r41set_is_expanded(T41* C); void r41set_is_deferred(T41* C); void r41add_creation_clause(T41* C,T0* a1); T0* r211to_runnable(T211* C,T0* a1); void r211pretty_print(T211* C); T0* r214start_position(T214* C); T0* r214add_comment(T214* C,T0* a1); T2 r214to_integer(T214* C); void r214print_as_target(T214* C); void r214bracketed_pretty_print(T214* C); T0* r214to_runnable(T214* C,T0* a1); T0* r214result_type(T214* C); void r214error(T0* a1,T0* a2); T2 r214precedence(T214* C); void r214make(T214* C,T0* a1,T0* a2); T6 r214is_current(T214* C); void r214pretty_print(T214* C); T6 r214is_void(T214* C); void r126run_feature_match(T126* C); T0* r126runnable_expression(T0* a1,T0* a2); T0* r126start_position(T126* C); T0* r126add_comment(T126* C,T0* a1); T2 r126to_integer(T126* C); void r126print_as_target(T126* C); void r126bracketed_pretty_print(T126* C); T0* r126to_runnable(T126* C,T0* a1); void r126run_feature_has_result(T126* C); T0* r126run_feature_for(T126* C,T0* a1,T0* a2); T0* r126result_type(T126* C); void r126error(T0* a1,T0* a2); void r126make(T126* C,T0* a1,T0* a2); void r126pretty_print(T126* C); T0* r126operator(void); void r126with(T126* C,T0* a1,T0* a2,T0* a3); T0* r152type_boolean(void); T0* r152to_string(void); T0* r152add_comment(T152* C,T0* a1); void r152error(T0* a1,T0* a2); T0* r172to_string(T172* C); T0* r172add_comment(T172* C,T0* a1); T2 r172to_integer(T172* C); void r172print_as_target(T172* C); T0* r172to_runnable(T172* C,T0* a1); void r172refer_to(T172* C,T0* a1,T0* a2,T2 a3); T0* r172result_type(T172* C); void r172error(T0* a1,T0* a2); void r172with(T172* C,T0* a1,T0* a2); T0* r209start_position(T209* C); T0* r209to_runnable(T209* C,T0* a1); void r209error(T0* a1,T0* a2); void r209make(T209* C,T0* a1,T0* a2); void r209pretty_print(T209* C); T0* r206twin(T206* C); T0* r206add_comment(T206* C,T0* a1); void r206add_if_then(T206* C,T0* a1,T0* a2); T0* r206to_runnable(T206* C,T0* a1); void r206pretty_print(T206* C); void r325initialize(T325* C); T0* r325start_position(T325* C); void r325add_client(T325* C,T0* a1); T0* r325run_class(T325* C); void r325make(T325* C,T0* a1,T0* a2,T0* a3); T2 r325arg_count(void); T0* r325clients(T325* C); T6 r325is_exported_in(T325* C,T0* a1); T0* r291run_require(T0* a1); T0* r291start_position(T291* C); T6 r291is_merge_with(T291* C,T0* a1,T0* a2); void r291pretty_print_profile(T291* C); void r291add_into(T291* C,T0* a1); void r291make_routine(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); T0* r291to_run_feature(T291* C,T0* a1,T0* a2); void r291pretty_print_routine_body(T291* C); void r291make_effective_routine(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7); void r291pretty_print_rescue(T291* C); void r291warning(T0* a1,T0* a2); T0* r291try_to_undefine_aux(T291* C,T0* a1,T0* a2); void r291error(T0* a1,T0* a2); void r291make(T291* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5,T0* a6,T0* a7,T0* a8); void r291pretty_print(T291* C); void r291collect_for(T291* C,T2 a1); void r291set_header_comment(T291* C,T0* a1); T0* r291runnable(T0* a1,T0* a2,T0* a3); T6 r291can_hide(T291* C,T0* a1,T0* a2); T0* r291run_ensure(T0* a1); void r291check_obsolete(T291* C); T0* r291try_to_undefine(T291* C,T0* a1,T0* a2); void r291merge_header_comments(T291* C,T0* a1); void r291pretty_print_arguments(T291* C); void r291pretty_print_names(T291* C); void r29read_line(T29* C); void r29read_line_in(T29* C,T0* a1); void r29read_word(T29* C); void r29skip_separators(T29* C); extern T0*oBC30last_string; T6 r29end_of_input(T29* C); void r29connect_to(T29* C,T0* a1); void r29disconnect(T29* C); void r29read_character(T29* C); extern T0*oBC311std_fr1; T6 r311is_readable(T0* a1); void r311rename_to(T0* a1,T0* a2); void r347initialize(T347* C); T0* r347start_position(T347* C); void r347add_client(T347* C,T0* a1); T0* r347run_class(T347* C); void r347make(T347* C,T0* a1,T0* a2,T0* a3); T2 r347arg_count(T347* C); T0* r347clients(T347* C); T6 r347is_exported_in(T347* C,T0* a1); T0* r260generic_list(T260* C); T0* r260base_class(T260* C); T0* r260base_class_name(void); void r260used_as_reference(T260* C); T6 r260is_a_in(T260* C,T0* a1,T0* a2); T2 r260id(T260* C); T0* r260look_up_for(T260* C,T0* a1,T0* a2); T0* r260to_runnable(T260* C,T0* a1); void r260set_run_time_mark(T260* C); T0* r260run_class(T260* C); T0* r260smallest_ancestor(T260* C,T0* a1); T0* r260type_any(void); T6 r260is_a(T260* C,T0* a1); void r260make(T260* C,T0* a1,T0* a2); void r260fatal_error_generic_list(T260* C); void r260to_runnable_1_2(T260* C); T0* r115start_position(T115* C); T0* r115add_comment(T115* C,T0* a1); T2 r115to_integer(T115* C); void r115bracketed_pretty_print(T115* C); void r115print_op(T115* C); T0* r115to_runnable(T115* C,T0* a1); T0* r115result_type(T115* C); T0* r115runnable_args(T0* a1,T0* a2); void r115with(T115* C,T0* a1,T0* a2,T0* a3,T0* a4,T0* a5); void r115run_feature_match(T115* C,T0* a1); T0* r115runnable_expression(T0* a1,T0* a2); void r115print_as_target(T115* C); void r115run_feature_has_result(T115* C); T0* r115run_feature_for(T115* C,T0* a1,T0* a2); void r115error(T0* a1,T0* a2); void r115make(T115* C,T0* a1,T0* a2,T0* a3); void r115pretty_print(T115* C); T0* r115operator(void); T0* r153to_string(T153* C); T0* r153add_comment(T153* C,T0* a1); void r153print_as_target(T153* C); void r153character_coding(T3 a1,T0* a2); extern int fBC153result_type; extern T0*oBC153result_type; T0* r153result_type(void); void r153error(T0* a1,T0* a2); void r153make(T153* C,T0* a1,T3 a2,T2 a3); T0* r39base_class(T39* C); void r39show(T39* C); T0* r39get_line(T39* C); T0* r39path(T39* C); T6 r39is_equal(T39* C,T0* a1); void r39make(T39* C,T2 a1,T2 a2); void r39set_line_column(T39* C,T2 a1,T2 a2); void r39with(T39* C,T2 a1,T2 a2,T0* a3); void r329initialize(T329* C); T0* r329start_position(T329* C); void r329add_client(T329* C,T0* a1); T0* r329run_class(T329* C); void r329make(T329* C,T0* a1,T0* a2,T0* a3); T2 r329arg_count(T329* C); T0* r329clients(T329* C); T6 r329is_exported_in(T329* C,T0* a1); extern T10*eiffel_root_object; extern int se_argc; extern char**se_argv; #define SE_MAXID 364 void initialize_eiffel_runtime(int argc,char*argv[]); extern T7*ms39_57270; extern T7*ms59_24210; extern T7*ms13_18051; extern T7*ms13_26351; extern T7*ms13_27651; extern T7*ms13_18161; extern T7*ms274_2685; extern T7*ms51_63591; extern T7*ms51_25441; extern T7*ms51_82621; extern T7*ms51_98851; extern T7*ms51_33741; extern T7*ms51_53911; extern T7*ms313_6176; extern T7*ms160_1296; extern T7*ms28_12951; extern T7*ms10_41992; extern T7*ms12_67592; extern T7*ms12_11472; extern T7*ms13_21372; extern T7*ms13_14112; extern T7*ms13_14982; extern T7*ms13_19602; extern T7*ms13_27482; extern T7*ms13_13842; extern T7*ms13_34672; extern T7*ms41_15392; extern T7*ms41_82732; extern T7*ms184_1176; extern T7*ms42_55872; extern T7*ms42_71162; extern T7*ms51_38712; extern T7*ms51_14202; extern T7*ms51_76932; extern T7*ms51_78732; extern T7*ms51_98482; extern T7*ms51_89232; extern T7*ms51_38352; extern T7*ms130_42; extern T7*ms112_37791a; extern T7*ms56_10142; extern T7*ms56_67122; extern T7*ms56_46872; extern T7*ms75_83182; extern T7*ms12_10043; extern T7*ms59_50792; extern T7*ms13_40613; extern T7*ms13_13113; extern T7*ms41_37233; extern T7*ms60_61083; extern T7*ms33_26523; extern T7*ms51_29463; extern T7*ms51_22423; extern T7*ms51_26923; extern T7*ms51_91143; extern T7*ms51_40743; extern T7*ms51_57753; extern T7*ms267_169026; extern T7*ms112_383757; extern T7*ms10_11104; extern T7*ms10_20094; extern T7*ms10_37584; extern T7*ms11_21964; extern T7*ms12_14714; extern T7*ms12_60544; extern T7*ms12_10664; extern T7*ms12_10824; extern T7*ms13_23004; extern T7*ms13_12694; extern T7*ms13_19334; extern T7*ms13_22704; extern T7*ms13_13554; extern T7*ms13_24024; extern T7*ms13_60434; extern T7*ms13_11264; extern T7*ms13_21804; extern T7*ms41_72954; extern T7*ms41_66924; extern T7*ms41_10664; extern T7*ms60_60544; extern T7*ms60_10824; extern T7*ms42_24084; extern T7*ms60_34704; extern T7*ms51_63264; extern T7*ms51_69224; extern T7*ms51_54404; extern T7*ms51_13644; extern T7*ms51_71434; extern T7*ms51_45084; extern T7*ms51_63584; extern T7*ms51_83714; extern T7*ms51_37044; extern T7*ms130_5999; extern T7*ms62_29184; extern T7*ms268_3528; extern T7*ms28_23364; extern T7*ms11_300; extern T7*ms28_18194; extern T7*ms37_10744; extern T7*ms12_430; extern T7*ms12_420; extern T7*ms10_39025; extern T7*ms13_570; extern T7*ms199_7068; extern T7*ms12_13065; extern T7*ms12_23835; extern T7*ms12_41475; extern T7*ms13_32955; extern T7*ms13_34215; extern T7*ms13_30885; extern T7*ms13_33465; extern T7*ms13_33495; extern T7*ms70_430; extern T7*ms42_13095; extern T7*ms60_72275; extern T7*ms60_74095; extern T7*ms51_82695; extern T7*ms51_11245; extern T7*ms51_20315; extern T7*ms51_71295; extern T7*ms51_64185; extern T7*ms51_37875; extern T7*ms51_28035; extern T7*ms51_33345; extern T7*ms51_75355; extern T7*ms51_98605; extern T7*ms51_65695; extern T7*ms51_48195; extern T7*ms12_951; extern T7*ms39_150; extern T7*ms161_359888; extern T7*ms342_321828; extern T7*ms51_681; extern T7*ms51_95a; extern T7*ms28_32565; extern T7*ms28_10175; extern T7*ms28_33825; extern T7*ms83_56885; extern T7*ms75_67155; extern T7*ms75_54285; extern T7*ms75_41905; extern T7*ms182_236778; extern T7*ms182_142698; extern T7*ms182_147888; extern T7*ms12_14266; extern T7*ms12_11376; extern T7*ms12_38896; extern T7*ms12_32576; extern T7*ms12_37456; extern T7*ms12_45846; extern T7*ms12_10896; extern T7*ms13_11616; extern T7*ms13_11456; extern T7*ms13_11496; extern T7*ms13_22896; extern T7*ms13_11896; extern T7*ms13_29456; extern T7*ms13_22776; extern T7*ms13_60346; extern T7*ms13_252; extern T7*ms13_222; extern T7*ms13_582; extern T7*ms41_35976; extern T7*ms41_44356; extern T7*ms41_30936; extern T7*ms51_86146; extern T7*ms51_44356; extern T7*ms51_34276; extern T7*ms51_47516; extern T7*ms51_85956; extern T7*ms51_64096; extern T7*ms51_63936; extern T7*ms51_33616; extern T7*ms51_85196; extern T7*ms159_368088; extern T7*ms267_47; extern T7*ms28_44196; extern T7*ms56_11376; extern T7*ms49_702; extern T7*ms12_14427; extern T7*ms13_13797; extern T7*ms13_13887; extern T7*ms13_16887; extern T7*ms28_303; extern T7*ms42_48577; extern T7*ms51_35397; extern T7*ms60_35857; extern T7*ms51_85917; extern T7*ms51_14027; extern T7*ms51_20247; extern T7*ms51_26277; extern T7*ms12_254; extern T7*ms12_144; extern T7*ms12_194; extern T7*ms204_2670a; extern T7*ms13_714; extern T7*ms13_374; extern T7*ms13_194; extern T7*ms274_126759; extern T7*ms42_354; extern T7*ms51_374; extern T7*ms51_194; extern T7*ms37_19327; extern T7*ms64_44577; extern T7*ms10_71058; extern T7*ms10_17908; extern T7*ms10_14868; extern T7*ms93_63657; extern T7*ms75_64647; extern T7*ms28_654; extern T7*ms37_384; extern T7*ms12_975; extern T7*ms12_21798; extern T7*ms12_63888; extern T7*ms12_33638; extern T7*ms12_18788; extern T7*ms12_13428; extern T7*ms12_20048; extern T7*ms12_50768; extern T7*ms12_10728; extern T7*ms12_10928; extern T7*ms12_11448; extern T7*ms39_214; extern T7*ms13_21828; extern T7*ms13_14328; extern T7*ms13_34768; extern T7*ms13_27638; extern T7*ms13_13968; extern T7*ms13_16588; extern T7*ms13_17628; extern T7*ms13_20868; extern T7*ms13_29078; extern T7*ms13_10648; extern T7*ms13_22428; extern T7*ms13_22968; extern T7*ms13_27118; extern T7*ms41_10928; extern T7*ms51_675; extern T7*ms51_10068; extern T7*ms60_99138; extern T7*ms60_10728; extern T7*ms51_63808; extern T7*ms51_71638; extern T7*ms51_36528; extern T7*ms51_94878; extern T7*ms51_43368; extern T7*ms51_83028; extern T7*ms51_78048; extern T7*ms51_79128; extern T7*ms51_61008; extern T7*ms51_64448; extern T7*ms10_166; extern T7*ms62_37098; extern T7*ms60_111496a; extern T7*ms51_29280aa; extern T7*ms51_112815a; extern T7*ms51_146421a; extern T7*ms51_104490a; extern T7*ms12_246; extern T7*ms12_166; extern T7*ms12_446; extern T7*ms13_456; extern T7*ms41_166; extern T7*ms56_28658; extern T7*ms51_286; extern T7*ms39_63048; extern T7*ms12_28959; extern T7*ms12_47439; extern T7*ms12_25909; extern T7*ms67_61088; extern T7*ms100_53650; extern T7*ms13_12879; extern T7*ms13_25779; extern T7*ms13_12969; extern T7*ms13_19459; extern T7*ms28_966; extern T7*ms28_756; extern T7*ms64_186; extern T7*ms41_90129; extern T7*ms12_957; extern T7*ms42_31059; extern T7*ms51_31689; extern T7*ms51_80379; extern T7*ms51_48949; extern T7*ms66_356; extern T7*ms75_186; extern T7*ms13_687; extern T7*ms112_41670; extern T7*ms85_186; extern T7*ms131_56880; extern T7*ms313_16640; extern T7*ms28_25809; extern T7*ms233_77140; extern T7*ms243_27380; extern T7*ms216_94840; extern T7*ms216_18320; extern T7*ms252_38500; extern T7*ms243_38450; extern T7*ms306_11000; extern T7*ms12_288; extern T7*ms12_428; extern T7*ms13_248; extern T7*ms13_438; extern T7*ms226_20400; extern T7*ms217_18640; extern T7*ms41_158; extern T7*ms182_33810; extern T7*ms182_84360; extern T7*ms42_118; extern T7*ms183_14260; extern T7*ms248_38350; extern T7*ms28_708; extern T7*ms28_138; extern T7*ms28_288; extern T7*ms83_858; extern T7*ms112_21261; extern T7*ms112_37791; extern T7*ms75_158; extern T7*ms13_939; extern T7*ms39_318; extern T7*ms67_158; extern T7*ms85_188; extern T7*ms240_87371; extern T7*ms179_54510; extern T7*ms69_158; extern T7*ms313_51011; extern T7*ms233_64251; extern T7*ms210_32982; extern T7*ms131_24192; extern T7*ms132_99792; extern T7*ms124_50512; extern T7*ms313_64192; extern T7*ms313_23892; extern T7*ms143_24192; extern T7*ms251_35832; extern T7*ms360_87172; extern T7*ms171_26862; extern T7*ms13_13050a; extern T7*ms13_23004a; extern T7*ms226_86602; extern T7*ms145_67122; extern T7*ms218_15022; extern T7*ms146_50512; extern T7*ms182_98322; extern T7*ms42_24084a; extern T7*ms51_79128a; extern T7*ms51_83028a; extern T7*ms51_29280a; extern T7*ms51_14027a; extern T7*ms51_10120a; extern T7*ms51_45084a; extern T7*ms51_38352a; extern T7*ms237_25652; extern T7*ms237_67122; extern T7*ms228_78732; extern T7*ms228_24282; extern T7*ms255_29722; extern T7*ms200_59163; extern T7*ms210_75563; extern T7*ms200_180; extern T7*ms258_36312; extern T7*ms259_42042; extern T7*ms39_57270a; extern T7*ms199_19602; extern T7*ms206_420; extern T7*ms233_180; extern T7*ms225_190; extern T7*ms154_100; extern T7*ms263_220; extern T7*ms206_420a; extern T7*ms206_951; extern T7*ms11_583550; extern T7*ms132_40794; extern T7*ms313_22554; extern T7*ms41_229320; extern T7*ms41_130830; extern T7*ms216_11604; extern T7*ms51_117540; extern T7*ms51_121210; extern T7*ms51_116370; extern T7*ms51_115380; extern T7*ms51_142100; extern T7*ms51_104490; extern T7*ms51_192660; extern T7*ms51_116820; extern T7*ms217_29634; extern T7*ms235_34704; extern T7*ms217_54404; extern T7*ms271_21324; extern T7*ms163_36984; extern T7*ms182_87134; extern T7*ms232_162; extern T7*ms160_852; extern T7*ms237_63744; extern T7*ms228_42224; extern T7*ms101_16515; extern T7*ms356_54944; extern T7*ms185_99414; extern T7*ms257_50344; extern T7*ms56_140500; extern T7*ms65_117530; extern T7*ms202_16485; extern T7*ms10_209521; extern T7*ms132_16515; extern T7*ms132_43605; extern T7*ms232_46305; extern T7*ms313_24045; extern T7*ms41_197701; extern T7*ms51_146421; extern T7*ms253_29715; extern T7*ms254_38975; extern T7*ms129_24605; extern T7*ms174_13065; extern T7*ms310_384; extern T7*ms28_852461; extern T7*ms112_88736; extern T7*ms112_46246; extern T7*ms268_34875; extern T7*ms268_38975; extern T7*ms268_71925; extern T7*ms132_36576; extern T7*ms132_89856; extern T7*ms154_174; extern T7*ms160_63936; extern T7*ms313_62016; extern T7*ms250_43416; extern T7*ms233_30996; extern T7*ms41_172312; extern T7*ms10_7800; extern T7*ms171_36576; extern T7*ms51_151262; extern T7*ms51_350632; extern T7*ms51_129072; extern T7*ms356_454; extern T7*ms217_63886; extern T7*ms235_33726; extern T7*ms163_18336; extern T7*ms12_9790; extern T7*ms12_3810; extern T7*ms12_1060; extern T7*ms12_7410; extern T7*ms12_9590; extern T7*ms12_2690; extern T7*ms12_7350; extern T7*ms12_1740; extern T7*ms12_2670; extern T7*ms267_244; extern T7*ms13_2860; extern T7*ms13_2520; extern T7*ms13_8610; extern T7*ms13_7470; extern T7*ms13_7620; extern T7*ms13_1840; extern T7*ms13_9380; extern T7*ms13_1990; extern T7*ms13_6510; extern T7*ms13_2840; extern T7*ms209_18416; extern T7*ms254_24066; extern T7*ms268_254; extern T7*ms41_5440; extern T7*ms237_53476; extern T7*ms237_45856; extern T7*ms228_36456; extern T7*ms228_14826; extern T7*ms228_75996; extern T7*ms42_5280; extern T7*ms60_7410; extern T7*ms60_1520; extern T7*ms51_6730; extern T7*ms51_2670; extern T7*ms51_9410; extern T7*ms51_7680; extern T7*ms51_7660; extern T7*ms265_18416; extern T7*ms28_720532; extern T7*ms198_384; extern T7*ms267_56296; extern T7*ms258_17216; extern T7*ms28_2470; extern T7*ms37_2170; extern T7*ms12_1071; extern T7*ms66_1700; extern T7*ms198_39396; extern T7*ms13_9541; extern T7*ms13_6881; extern T7*ms12_7614a; extern T7*ms12_1724a; extern T7*ms12_2690a; extern T7*ms305_186; extern T7*ms51_8021; extern T7*ms13_1053a; extern T7*ms13_2840a; extern T7*ms13_2805a; extern T7*ms217_20927; extern T7*ms51_1216a; extern T7*ms51_9410a; extern T7*ms227_14427; extern T7*ms182_99097; extern T7*ms10_1552; extern T7*ms28_9331; extern T7*ms28_5301; extern T7*ms229_186; extern T7*ms11_1432; extern T7*ms11_7632; extern T7*ms11_1632; extern T7*ms301_957; extern T7*ms12_1832; extern T7*ms12_6912; extern T7*ms12_7002; extern T7*ms12_6942; extern T7*ms13_8652; extern T7*ms13_6412; extern T7*ms13_6792; extern T7*ms13_1812; extern T7*ms13_1712; extern T7*ms13_6852; extern T7*ms112_42138; extern T7*ms295_186; extern T7*ms41_5012; extern T7*ms41_3192; extern T7*ms11_572294; extern T7*ms76_178923; extern T7*ms132_35448; extern T7*ms298_186; extern T7*ms232_37098; extern T7*ms233_11858; extern T7*ms41_122544; extern T7*ms28_8302; extern T7*ms83_4662; extern T7*ms83_4122; extern T7*ms262_46278; extern T7*ms12_3143; extern T7*ms231_138; extern T7*ms13_1053; extern T7*ms13_9513; extern T7*ms62_785024; extern T7*ms305_158; extern T7*ms69_6912; extern T7*ms51_7203; extern T7*ms274_11448; extern T7*ms265_50428; extern T7*ms171_188; extern T7*ms167_24548; extern T7*ms236_138; extern T7*ms267_17248; extern T7*ms10_1464; extern T7*ms28_8613; extern T7*ms37_8743; extern T7*ms12_1764; extern T7*ms12_8904; extern T7*ms12_1724; extern T7*ms12_1784; extern T7*ms12_7614; extern T7*ms313_68679; extern T7*ms69_102564; extern T7*ms69_122084; extern T7*ms13_7404; extern T7*ms13_1684; extern T7*ms13_1704; extern T7*ms13_1764; extern T7*ms295_158; extern T7*ms179_158; extern T7*ms51_667805; extern T7*ms51_112815; extern T7*ms51_112905; extern T7*ms51_116415; extern T7*ms51_116325; extern T7*ms12_2625; extern T7*ms12_2745; extern T7*ms12_2685; extern T7*ms39_5904; extern T7*ms12_2855; extern T7*ms12_2885; extern T7*ms12_2905; extern T7*ms12_2785; extern T7*ms12_8785; extern T7*ms13_2515; extern T7*ms13_2805; extern T7*ms13_8925; extern T7*ms13_2855; extern T7*ms13_2055; extern T7*ms13_2675; extern T7*ms13_2695; extern T7*ms41_2745; extern T7*ms41_1145; extern T7*ms37_2685; extern T7*ms37_2325; extern T7*ms60_111496; extern T7*ms51_125396; extern T7*ms51_204786; extern T7*ms39_2195; extern T7*ms12_1776; extern T7*ms12_9506; extern T7*ms13_7416; extern T7*ms13_9156; extern T7*ms13_9936; extern T7*ms13_1256; extern T7*ms13_7696; extern T7*ms13_5046; extern T7*ms13_8316; extern T7*ms13_6936; extern T7*ms13_1696; extern T7*ms51_1216; extern T7*ms28_132226; extern T7*ms28_1356; extern T7*ms28_1336; extern T7*ms39_1156; extern T7*ms12_9527; extern T7*ms51_6567; extern T7*ms51_5467; extern T7*ms51_136367; extern T7*ms51_146727; extern T7*ms51_202947; extern T7*ms10_7788; extern T7*ms11_3808; extern T7*ms12_7398; extern T7*ms12_7098; extern T7*ms12_1808; extern T7*ms12_7068; extern T7*ms13_1648; extern T7*ms13_4818; extern T7*ms13_6748; extern T7*ms13_5598; extern T7*ms13_8048; extern T7*ms13_1208; extern T7*ms59_9527; extern T7*ms41_5688; extern T7*ms10_8799; extern T7*ms13_61; extern T7*ms66_1728; extern T7*ms13_9369; extern T7*ms13_1029; extern T7*ms143_101010; extern T7*ms28_226958; extern T7*ms13_62; extern T7*ms39_11; extern T7*ms182_116370; extern T7*ms182_127680; extern T7*ms59_163188; extern T7*ms13_63; extern T7*ms13_43; extern T7*ms51_198189; extern T7*ms268_101700; extern T7*ms13_44; extern T7*ms300_7350; extern T7*ms10_166a; extern T7*ms112_1930; extern T7*ms112_9960; extern T7*ms202_1520; extern T7*ms12_957a; extern T7*ms204_1520; extern T7*ms204_2670; extern T7*ms41_166a; extern T7*ms313_7130; extern T7*ms13_65; extern T7*ms13_95; extern T7*ms51_286a; extern T7*ms51_681a; extern T7*ms51_675a; extern T7*ms51_374a; extern T7*ms51_194a; extern T7*ms206_1740; extern T7*ms206_1520; extern T7*ms360_2610; extern T7*ms216_1520; extern T7*ms162_2690; extern T7*ms261_7780; extern T7*ms51_95; extern T7*ms326_1060; extern T7*ms228_1520; extern T7*ms13_46; extern T7*ms13_36; extern T7*ms76_45; extern T7*ms269_125161; extern T7*ms12_47; extern T7*ms269_5290; extern T7*ms160_269232; extern T7*ms13_48; extern T7*ms51_68; extern T7*ms211_6942; extern T7*ms326_1052; extern T7*ms167_107113; extern T7*ms210_1764; extern T7*ms51_1422390; extern T7*ms302_7614; extern T7*ms313_5054; extern T7*ms10_17170; extern T7*ms10_15300; extern T7*ms342_203984; extern T7*ms12_25940; extern T7*ms271_8904; extern T7*ms12_18320; extern T7*ms12_17730; extern T7*ms12_15270; extern T7*ms12_66440; extern T7*ms12_11000; extern T7*ms12_10840; extern T7*ms13_54240; extern T7*ms13_13050; extern T7*ms13_27790; extern T7*ms13_14310; extern T7*ms13_17120; extern T7*ms13_16920; extern T7*ms13_17000; extern T7*ms13_21480; extern T7*ms13_57020; extern T7*ms13_15800; extern T7*ms13_58420; extern T7*ms13_22320; extern T7*ms13_12700; extern T7*ms13_10890; extern T7*ms13_12180; extern T7*ms13_12760; extern T7*ms13_10800; extern T7*ms13_15220; extern T7*ms13_15720; extern T7*ms13_14130; extern T7*ms13_27090; extern T7*ms13_60390; extern T7*ms182_186794; extern T7*ms182_158544; extern T7*ms41_36660; extern T7*ms41_18000; extern T7*ms41_33000; extern T7*ms129_1444; extern T7*ms174_120934; extern T7*ms42_53690; extern T7*ms42_24360; extern T7*ms60_94000; extern T7*ms51_42300; extern T7*ms51_71470; extern T7*ms51_60760; extern T7*ms60_22860; extern T7*ms51_57900; extern T7*ms51_39050; extern T7*ms51_71060; extern T7*ms51_29280; extern T7*ms51_44280; extern T7*ms51_72240; extern T7*ms51_35190; extern T7*ms51_74830; extern T7*ms51_74340; extern T7*ms51_92480; extern T7*ms51_90680; extern T7*ms51_33180; extern T7*ms51_29240; extern T7*ms51_76190; extern T7*ms51_12480; extern T7*ms51_37500; extern T7*ms51_29020; extern T7*ms51_57660; extern T7*ms51_65660; extern T7*ms51_56910; extern T7*ms51_10120; extern T7*ms202_2625; extern T7*ms70_91800; extern T7*ms249_100044; extern T7*ms28_39440; extern T7*ms28_26690; extern T7*ms28_38940; extern T7*ms28_20300; extern T7*ms28_83580; extern T7*ms28_12180; extern T7*ms28_10070; extern T7*ms28_46940; extern T7*ms215_2905; void se_msi1(void); void se_msi2(void); void se_msi3(void); void se_msi4(void); void se_msi5(void); void se_msi6(void); void se_msi7(void); void se_msi8(void); void se_msi9(void); void se_msi10(void); void se_msi11(void); void se_msi12(void); void se_msi13(void); void se_msi14(void); void se_msi15(void); void se_msi16(void); void*se_ma293(int argc,...); void*se_ma205(int argc,...); void*se_ma303(int argc,...); void*se_ma307(int argc,...); void*se_ma212(int argc,...); void*se_ma219(int argc,...); void*se_ma222(int argc,...); void*se_ma32(int argc,...); void*se_ma321(int argc,...); void*se_ma332(int argc,...); void*se_ma245(int argc,...); void*se_ma57(int argc,...); void*se_ma155(int argc,...); void*se_ma61(int argc,...); void*se_ma71(int argc,...); void*se_ma264(int argc,...); void*se_ma169(int argc,...); void*se_ma175(int argc,...); void*se_ma79(int argc,...); void*se_ma88(int argc,...); void*se_ma94(int argc,...); void X149pretty_print(void *C); T0* X226to_runnable(void *C,T0* a1); void X226set_current_type(void *C,T0* a1); void X226pretty_print(void *C); void X163add_last(void *C,T0* a1); T6 X65is_frozen(void *C); void X65declaration_pretty_print(void *C); void X65undefine_in(void *C,T0* a1); T0* X65origin_base_class(void *C); T0* X65start_position(void *C); T0* X65to_string(void *C); void X65declaration_in(void *C,T0* a1); T0* X65to_key(void *C); void X65pretty_print(void *C); T2 X261nb(void *C); void X296put(void *C,T0* a1,T2 a2); T0* X75to_run_feature(void *C,T0* a1,T0* a2); T0* X75arguments(void *C); T0* X75start_position(void *C); T6 X75is_merge_with(void *C,T0* a1,T0* a2); T0* X75result_type(void *C); T6 X75can_hide(void *C,T0* a1,T0* a2); void X75add_into(void *C,T0* a1); void X75pretty_print(void *C); void X75collect_for(void *C,T2 a1); T0* X75try_to_undefine(void *C,T0* a1,T0* a2); void X75set_header_comment(void *C,T0* a1); T6 X75is_deferred(void *C); T0* X75clients(void *C); void X75set_clients(void *C,T0* a1); T0* X269run_require(void *C,T0* a1); T0* X269start_position(void *C); T0* X269result_type(void *C); T0* X269run_ensure(void *C,T0* a1); T0* X134twin(void *C); void X134add_last(void *C,T0* a1); T0* X89start_position(void *C); T0* X89add_comment(void *C,T0* a1); T2 X89to_integer(void *C); void X89print_as_target(void *C); void X89bracketed_pretty_print(void *C); T0* X89to_runnable(void *C,T0* a1); T0* X89result_type(void *C); T2 X89precedence(void *C); T6 X89is_current(void *C); void X89pretty_print(void *C); T6 X89is_void(void *C); T0* X145arguments(void *C); void X145pretty_print(void *C); T0* X145make_runnable(void *C,T0* a1,T0* a2,T0* a3); T2 X145arg_count(void *C); T0* X94twin(void *C); void X94add_last(void *C,T0* a1); void X292append_in(void *C,T0* a1); T2 X292count(void *C); void X292pretty_print(void *C); T0* X312arguments(void *C); T0* X312start_position(void *C); void X312add_client(void *C,T0* a1); T0* X312run_class(void *C); T0* X312result_type(void *C); T0* X312base_feature(void *C); T0* X312local_vars(void *C); T2 X312arg_count(void *C); T6 X312is_exported_in(void *C,T0* a1); void X198set_rescue_compound(void *C,T0* a1); void X198set_ensure_assertion(void *C,T0* a1); T0* X184start_position(void *C); T0* X184value(void *C,T2 a1); void X316add_last(void *C,T0* a1); void X316resize(void *C,T2 a1); T6 X316fast_has(void *C,T0* a1); void X352resize(void *C,T2 a1); T0* X62generic_list(void *C); T0* X62base_class(void *C); T0* X62base_class_name(void *C); T0* X62start_position(void *C); T6 X62is_formal_generic(void *C); void X62used_as_reference(void *C); T6 X62is_a_in(void *C,T0* a1,T0* a2); T2 X62id(void *C); T6 X62is_pointer(void *C); T0* X62look_up_for(void *C,T0* a1,T0* a2); T0* X62to_runnable(void *C,T0* a1); T0* X62run_type(void *C); T0* X62run_class(void *C); T0* X62expanded_initializer(void *C); T6 X62has_creation(void *C,T0* a1); T6 X62is_like_current(void *C); T6 X62is_boolean(void *C); T6 X62is_generic(void *C); T6 X62is_bit(void *C); T6 X62is_real(void *C); T6 X62is_any(void *C); T0* X62smallest_ancestor(void *C,T0* a1); T0* X62run_time_mark(void *C); T6 X62is_expanded(void *C); T6 X62is_basic_eiffel_expanded(void *C); T6 X62is_string(void *C); T6 X62is_integer(void *C); T6 X62is_like_feature(void *C); T6 X62is_anchored(void *C); T6 X62is_run_type(void *C); T6 X62is_a(void *C,T0* a1); T6 X62is_character(void *C); T6 X62is_reference(void *C); T0* X62written_mark(void *C); T6 X62is_none(void *C); T6 X62is_array(void *C); void X62pretty_print(void *C); T6 X62is_like_argument(void *C); T6 X62is_double(void *C); T0* X144start_position(void *C); T0* X144add_comment(void *C,T0* a1); T0* X144to_runnable(void *C,T0* a1); void X144pretty_print(void *C); T0* X168start_position(void *C); T0* X168to_string(void *C); void X168set_rank(void *C,T2 a1); void X168pretty_print(void *C); void X273pretty_print(void *C); T0* X221to_runnable_integer(void *C,T0* a1); T0* X221twin(void *C); void X221pretty_print(void *C); T0* X221to_runnable_character(void *C,T0* a1);