| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 39 extern char __narrow_multibyte_chars(const char* s, __locale_t cloc); 44 __narrow_multibyte_chars(const char* s, __locale_t cloc) 46 const char* codeset = __nl_langinfo_l(CODESET, cloc);
|
| monetary_members.cc | 210 extern char __narrow_multibyte_chars(const char* s, __locale_t cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| numeric_members.cc | 39 extern char __narrow_multibyte_chars(const char* s, __locale_t cloc); 44 __narrow_multibyte_chars(const char* s, __locale_t cloc) 46 const char* codeset = __nl_langinfo_l(CODESET, cloc);
|
| monetary_members.cc | 210 extern char __narrow_multibyte_chars(const char* s, __locale_t cloc);
|
| /src/external/historical/nawk/dist/testdir/ |
| chem.awk | 423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...) 428 cloc = index(s, "C") 429 if (cloc == 0) 430 cloc = 1 434 if (i < cloc) 441 s, (n-nsub/2)*cwid, textht, (cloc-nsubc/2-0.5)*cwid, crh, crw, dav)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 140 locale::_Impl::_M_init_extra(void* cloc, [[maybe_unused]] void* clocm, 144 auto& __cloc = *static_cast<__c_locale*>(cloc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| cow-locale_init.cc | 140 locale::_Impl::_M_init_extra(void* cloc, void* clocm, 143 auto& __cloc = *static_cast<__c_locale*>(cloc);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 3954 location_t cloc = location_of (fn); local 3958 cloc = loc; 3960 inform (cloc, "%s%<%D(%T, %T, %T)%> (built-in)", msg, fn, 3965 inform (cloc, "%s%<%D(%T, %T)%> (built-in)", msg, fn, 3969 inform (cloc, "%s%<%D(%T)%> (built-in)", msg, fn, 3973 inform (cloc, "%s%qT (conversion)", msg, fn); 3975 inform (cloc, "%s%#qD (near match)", msg, fn); 3977 inform (cloc, "%s%#qD (ignored)", msg, fn); 3979 inform (cloc, "%s%#qD (deleted)", msg, fn); 3981 inform (cloc, "%s%#qD (reversed)", msg, fn) [all...] |
| parser.cc | [all...] |
| constexpr.cc | 2084 diagnose_failing_condition (tree bad, location_t cloc, bool show_expr_p, 2095 diagnose_constraints (cloc, bad, NULL_TREE); 2102 inform (cloc, "the comparison reduces to %qE", cond); 2105 inform (cloc, "%qE evaluates to false", bad); 2148 location_t cloc = cp_expr_loc_or_loc (bad, loc); 2152 error_at (cloc, msg); 2153 diagnose_failing_condition (bad, cloc, true, ctx);
|
| semantics.cc | 11851 location_t cloc = cp_expr_loc_or_loc (bad, location); 11857 error_at (cloc, "static assertion failed"); 11859 error_at (cloc, "static assertion failed: %.*s", len, msg); 11863 diagnose_failing_condition (bad, cloc, show_expr_p); 11847 location_t cloc = cp_expr_loc_or_loc (bad, location); local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-rx.c | 3463 char * cloc = (char *) location; 3488 cloc += count; 3496 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset, 3501 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4) 3502 bfd_putb32 (bfd_getl32 (cloc), cloc); 3517 memcpy (cloc, buf, end_cnt); 3627 char * cloc = (char *) location; 3635 bfd_vma v = bfd_getl32 (cloc + i); 3456 char * cloc = (char *) location; local 3620 char * cloc = (char *) location; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-rx.c | 3461 char * cloc = (char *) location; 3486 cloc += count; 3494 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset, 3499 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4) 3500 bfd_putb32 (bfd_getl32 (cloc), cloc); 3515 memcpy (cloc, buf, end_cnt); 3625 char * cloc = (char *) location; 3633 bfd_vma v = bfd_getl32 (cloc + i); 3454 char * cloc = (char *) location; local 3618 char * cloc = (char *) location; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-rx.c | 3461 char * cloc = (char *) location; 3486 cloc += count; 3494 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset, 3499 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4) 3500 bfd_putb32 (bfd_getl32 (cloc), cloc); 3515 memcpy (cloc, buf, end_cnt); 3625 char * cloc = (char *) location; 3633 bfd_vma v = bfd_getl32 (cloc + i); 3454 char * cloc = (char *) location; local 3618 char * cloc = (char *) location; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-rx.c | 3462 char * cloc = (char *) location; 3487 cloc += count; 3495 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset, 3500 for (cnt = count; cnt >= 4; cnt -= 4, cloc += 4) 3501 bfd_putb32 (bfd_getl32 (cloc), cloc); 3516 memcpy (cloc, buf, end_cnt); 3626 char * cloc = (char *) location; 3634 bfd_vma v = bfd_getl32 (cloc + i); 3455 char * cloc = (char *) location; local 3619 char * cloc = (char *) location; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 3861 location_t cloc = location_of (fn); local 3865 cloc = loc; 3867 inform (cloc, "%s%<%D(%T, %T, %T)%> (built-in)", msg, fn, 3872 inform (cloc, "%s%<%D(%T, %T)%> (built-in)", msg, fn, 3876 inform (cloc, "%s%<%D(%T)%> (built-in)", msg, fn, 3880 inform (cloc, "%s%qT (conversion)", msg, fn); 3882 inform (cloc, "%s%#qD (near match)", msg, fn); 3884 inform (cloc, "%s%#qD (deleted)", msg, fn); 3886 inform (cloc, "%s%#qD (reversed)", msg, fn); 3888 inform (cloc, "%s%#qD (rewritten)", msg, fn) [all...] |
| parser.cc | [all...] |
| semantics.cc | 11253 location_t cloc = cp_expr_loc_or_loc (bad, location); 11259 error_at (cloc, "static assertion failed"); 11261 error_at (cloc, "static assertion failed: %s", 11275 inform (cloc, "the comparison reduces to %qE", cond); 11278 inform (cloc, "%qE evaluates to false", bad); 11249 location_t cloc = cp_expr_loc_or_loc (bad, location); local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 18082 location_t cloc = c_parser_peek_token (parser)->location; 18102 error_at (cloc, "expected %<read%>, %<write%>, %<update%>, " 18136 error_at (cloc, "too many %qs clauses", "fail"); 18165 error_at (cloc, "expected %<read%>, %<write%>, %<update%>, " 18180 error_at (cloc, "too many atomic clauses"); 18187 error_at (cloc, "too many memory order clauses"); 18194 error_at (cloc, "too many %qs clauses", "capture"); 18201 error_at (cloc, "too many %qs clauses", "compare"); 18208 error_at (cloc, "too many %qs clauses", "weak"); 22555 location_t cloc = c_parser_peek_token (parser)->location 18077 location_t cloc = c_parser_peek_token (parser)->location; local 22550 location_t cloc = c_parser_peek_token (parser)->location; local 22839 location_t cloc = c_parser_peek_token (parser)->location; local [all...] |
| c-typeck.cc | 5737 location_t cloc = loc; 5741 cloc = EXPR_LOCATION (r); 5747 warning_at (cloc, OPT_Wunused_value, 11331 location_t cloc = loc; 11335 cloc = EXPR_LOCATION (r); 11343 warning_at (cloc, OPT_Wunused_value, 5719 location_t cloc = loc; local 11296 location_t cloc = loc; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 20933 location_t cloc = c_parser_peek_token (parser)->location; 20953 error_at (cloc, "expected %<read%>, %<write%>, %<update%>, " 20987 error_at (cloc, "too many %qs clauses", "fail"); 21016 error_at (cloc, "expected %<read%>, %<write%>, %<update%>, " 21031 error_at (cloc, "too many atomic clauses"); 21038 error_at (cloc, "too many memory order clauses"); 21045 error_at (cloc, "too many %qs clauses", "capture"); 21052 error_at (cloc, "too many %qs clauses", "compare"); 21059 error_at (cloc, "too many %qs clauses", "weak"); 25868 location_t cloc = c_parser_peek_token (parser)->location 20928 location_t cloc = c_parser_peek_token (parser)->location; local 25863 location_t cloc = c_parser_peek_token (parser)->location; local 26151 location_t cloc = c_parser_peek_token (parser)->location; local 26325 location_t cloc = c_parser_peek_token (parser)->location; local [all...] |
| c-typeck.cc | 6216 location_t cloc = loc; 6220 cloc = EXPR_LOCATION (r); 6226 warning_at (cloc, OPT_Wunused_value, 12173 location_t cloc = loc; 12177 cloc = EXPR_LOCATION (r); 12185 warning_at (cloc, OPT_Wunused_value, 6196 location_t cloc = loc; local 12136 location_t cloc = loc; local
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Expr.h | 4036 SourceLocation cloc) 4037 : Expr(SC, T, VK, OK), QuestionLoc(qloc), ColonLoc(cloc) {} 4074 SourceLocation CLoc, Expr *rhs, QualType t, 4077 CLoc) { 4144 SourceLocation qloc, SourceLocation cloc, 4147 qloc, cloc),
|
| /src/external/gpl3/gcc/dist/gcc/ |
| var-tracking.cc | 8357 struct elt_loc_list *cloc = NULL; local 8372 cloc = val->locs; 8382 loc || cloc; loc = next) 8388 loc_from = cloc->loc; 8390 cloc = cloc->next;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| var-tracking.cc | 8374 struct elt_loc_list *cloc = NULL; local 8389 cloc = val->locs; 8399 loc || cloc; loc = next) 8405 loc_from = cloc->loc; 8407 cloc = cloc->next;
|