Searched refs:spec_end (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
H A D | label.y | 409 const char *spec_end; variable 428 while (spec_ptr < spec_end && csspace(*spec_ptr)) in yylex() 431 if (spec_ptr >= spec_end) in yylex() 444 for (; spec_ptr < spec_end; spec_ptr++) { in yylex() 446 if (++spec_ptr < spec_end && *spec_ptr == '\'') in yylex() 465 spec_end = strchr(label_spec, '\0'); in set_label_spec() 477 spec_end = strchr(label_spec, '\0'); in set_date_label_spec() 489 spec_end = strchr(label_spec, '\0'); in set_short_label_spec() 500 if (spec_cur < spec_end) in yyerror()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 1082 return spec_range(spec_begin(), spec_end()); 1089 spec_iterator spec_end() const { 2411 return spec_range(spec_begin(), spec_end()); 2418 spec_iterator spec_end() const { 3214 return spec_range(spec_begin(), spec_end()); 3221 spec_iterator spec_end() const {
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | QualTypeNames.cpp | 286 if (ClassTempl->spec_begin() != ClassTempl->spec_end()) { in createNestedNameSpecifierForScopeOf()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 3267 locus *spec_end); 3771 locus *spec_end) in check_io_constraints() argument 3779 gfc_error ((msg), spec_end);\ in check_io_constraints() 4062 "and format label at %L", spec_end); in check_io_constraints() 4081 "at %L", spec_end); in check_io_constraints()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 3267 locus *spec_end); 3771 locus *spec_end) in check_io_constraints() argument 3779 gfc_error ((msg), spec_end);\ in check_io_constraints() 4062 "and format label at %L", spec_end); in check_io_constraints() 4081 "at %L", spec_end); in check_io_constraints()
|