Home
last modified time | relevance | path

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

/dports/lang/gforth/gforth-0.7.3/engine/
H A Dmain.c942 Label *symbols2, *symbols3, *ends1, *ends1j, *ends1jsorted, *goto_p; in check_prims() local
969 goto_p = ends1j+i+1; /* goto_p[0]==before; ...[1]==after;*/ in check_prims()
976 goto_len = goto_p[1]-goto_p[0]; in check_prims()
978 goto_p[0],symbols2[goto_p-symbols1],(long)goto_len); in check_prims()
980 memcmp(goto_p[0],symbols2[goto_p-symbols1],goto_len)!=0) { /* unequal */ in check_prims()
986 goto_start = goto_p[0]; in check_prims()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dparser.c15556 bool goto_p = false; in cp_parser_asm_definition() local
15575 goto_p = true; in cp_parser_asm_definition()
15620 && !goto_p) in cp_parser_asm_definition()
15668 else if (goto_p in cp_parser_asm_definition()
15675 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
15684 if (goto_p && !labels_p) in cp_parser_asm_definition()
15687 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dparser.c15572 bool goto_p = false; in cp_parser_asm_definition() local
15591 goto_p = true; in cp_parser_asm_definition()
15636 && !goto_p) in cp_parser_asm_definition()
15684 else if (goto_p in cp_parser_asm_definition()
15691 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
15700 if (goto_p && !labels_p) in cp_parser_asm_definition()
15703 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dparser.c16290 bool goto_p = false; in cp_parser_asm_definition() local
16309 goto_p = true; in cp_parser_asm_definition()
16354 && !goto_p) in cp_parser_asm_definition()
16402 else if (goto_p in cp_parser_asm_definition()
16409 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
16418 if (goto_p && !labels_p) in cp_parser_asm_definition()
16421 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dparser.c19262 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19264 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19267 inline_p = goto_p = false; in cp_parser_asm_definition()
19311 && !goto_p) in cp_parser_asm_definition()
19361 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19367 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19376 if (goto_p && !labels_p) in cp_parser_asm_definition()
19379 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dparser.c19923 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19925 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19928 inline_p = goto_p = false; in cp_parser_asm_definition()
19972 && !goto_p) in cp_parser_asm_definition()
20022 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
20028 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20037 if (goto_p && !labels_p) in cp_parser_asm_definition()
20040 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dparser.c19262 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19264 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19267 inline_p = goto_p = false; in cp_parser_asm_definition()
19311 && !goto_p) in cp_parser_asm_definition()
19361 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19367 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19376 if (goto_p && !labels_p) in cp_parser_asm_definition()
19379 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dparser.c19262 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19264 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19267 inline_p = goto_p = false; in cp_parser_asm_definition()
19311 && !goto_p) in cp_parser_asm_definition()
19361 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19367 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19376 if (goto_p && !labels_p) in cp_parser_asm_definition()
19379 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dparser.c19262 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19264 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19267 inline_p = goto_p = false; in cp_parser_asm_definition()
19311 && !goto_p) in cp_parser_asm_definition()
19361 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19367 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19376 if (goto_p && !labels_p) in cp_parser_asm_definition()
19379 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dparser.c19893 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19895 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19898 inline_p = goto_p = false; in cp_parser_asm_definition()
19942 && !goto_p) in cp_parser_asm_definition()
19992 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19998 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20007 if (goto_p && !labels_p) in cp_parser_asm_definition()
20010 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/cp/
H A Dparser.c19923 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19925 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19928 inline_p = goto_p = false; in cp_parser_asm_definition()
19972 && !goto_p) in cp_parser_asm_definition()
20022 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
20028 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20037 if (goto_p && !labels_p) in cp_parser_asm_definition()
20040 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dparser.c19254 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19256 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
19259 inline_p = goto_p = false; in cp_parser_asm_definition()
19303 && !goto_p) in cp_parser_asm_definition()
19353 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19359 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19368 if (goto_p && !labels_p) in cp_parser_asm_definition()
19371 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dparser.c18094 bool goto_p = false; in cp_parser_asm_definition() local
18121 goto_p = true; in cp_parser_asm_definition()
18166 && !goto_p) in cp_parser_asm_definition()
18216 else if (goto_p in cp_parser_asm_definition()
18223 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
18232 if (goto_p && !labels_p) in cp_parser_asm_definition()
18235 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dparser.c18094 bool goto_p = false; in cp_parser_asm_definition() local
18121 goto_p = true; in cp_parser_asm_definition()
18166 && !goto_p) in cp_parser_asm_definition()
18216 else if (goto_p in cp_parser_asm_definition()
18223 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
18232 if (goto_p && !labels_p) in cp_parser_asm_definition()
18235 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dparser.c20273 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
20275 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
20278 inline_p = goto_p = false; in cp_parser_asm_definition()
20322 && !goto_p) in cp_parser_asm_definition()
20372 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
20378 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20387 if (goto_p && !labels_p) in cp_parser_asm_definition()
20390 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dparser.c20286 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
20288 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
20291 inline_p = goto_p = false; in cp_parser_asm_definition()
20335 && !goto_p) in cp_parser_asm_definition()
20385 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
20391 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20400 if (goto_p && !labels_p) in cp_parser_asm_definition()
20403 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dparser.c20295 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
20297 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
20300 inline_p = goto_p = false; in cp_parser_asm_definition()
20344 && !goto_p) in cp_parser_asm_definition()
20394 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
20400 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
20409 if (goto_p && !labels_p) in cp_parser_asm_definition()
20412 else if (goto_p) in cp_parser_asm_definition()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dparser.c19183 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
19226 && !goto_p) in cp_parser_asm_definition()
19276 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
19282 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
19291 if (goto_p && !labels_p) in cp_parser_asm_definition()
19294 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dparser.c21123 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
21125 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
21128 inline_p = goto_p = false; in cp_parser_asm_definition()
21221 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
21227 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
21236 if (goto_p && !labels_p) in cp_parser_asm_definition()
21239 else if (goto_p) in cp_parser_asm_definition()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dparser.c21120 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
21122 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
21125 inline_p = goto_p = false; in cp_parser_asm_definition()
21218 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
21224 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
21233 if (goto_p && !labels_p) in cp_parser_asm_definition()
21236 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dparser.c21120 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
21122 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
21125 inline_p = goto_p = false; in cp_parser_asm_definition()
21218 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
21224 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
21233 if (goto_p && !labels_p) in cp_parser_asm_definition()
21236 else if (goto_p) in cp_parser_asm_definition()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dparser.c21947 bool goto_p = (goto_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local
21949 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition()
21952 inline_p = goto_p = false; in cp_parser_asm_definition()
22045 else if (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_SCOPE)) in cp_parser_asm_definition()
22051 || (goto_p && cp_lexer_next_token_is (parser->lexer, CPP_COLON))) in cp_parser_asm_definition()
22060 if (goto_p && !labels_p) in cp_parser_asm_definition()
22063 else if (goto_p) in cp_parser_asm_definition()