Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c14379 const char* ntoken = option; in aarch64_parse_boolean_options() local
14382 while ((ntoken = strchr (specs, separator))) in aarch64_parse_boolean_options()
14384 size_t token_length = ntoken - specs; in aarch64_parse_boolean_options()
14399 specs = ++ntoken; in aarch64_parse_boolean_options()
14566 char* ntoken = string; in aarch64_parse_override_string() local
14568 while ((ntoken = strchr (string, separator))) in aarch64_parse_override_string()
14570 size_t token_length = ntoken - string; in aarch64_parse_override_string()
14572 *ntoken = '\0'; in aarch64_parse_override_string()
14574 string = ++ntoken; in aarch64_parse_override_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc17433 const char* ntoken = option; in aarch64_parse_boolean_options() local
17436 while ((ntoken = strchr (specs, separator))) in aarch64_parse_boolean_options()
17438 size_t token_length = ntoken - specs; in aarch64_parse_boolean_options()
17453 specs = ++ntoken; in aarch64_parse_boolean_options()
17620 char* ntoken = string; in aarch64_parse_override_string() local
17622 while ((ntoken = strchr (string, separator))) in aarch64_parse_override_string()
17624 size_t token_length = ntoken - string; in aarch64_parse_override_string()
17626 *ntoken = '\0'; in aarch64_parse_override_string()
17628 string = ++ntoken; in aarch64_parse_override_string()