Searched refs:next_non_space (Results 1 – 6 of 6) sorted by relevance
1792 token_node_t *next_non_space; in _glcpp_parser_apply_pastes() local1795 next_non_space = node->next; in _glcpp_parser_apply_pastes()1796 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()1797 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()1799 if (next_non_space == NULL) in _glcpp_parser_apply_pastes()1802 if (next_non_space->token->type != PASTE) { in _glcpp_parser_apply_pastes()1803 node = next_non_space; in _glcpp_parser_apply_pastes()1808 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()1809 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()1810 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()[all …]
489 Iterator next_non_space = current; in StringToIeee() local491 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()492 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()495 current = next_non_space; in StringToIeee()
468 Iterator next_non_space = current; in StringToIeee() local470 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()471 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()474 current = next_non_space; in StringToIeee()
705 Iterator next_non_space = current; in StringToIeee() local707 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()708 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()711 current = next_non_space; in StringToIeee()