| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 163 LONG("Invalid radix specifier `%A' at %0 for typeless constant at %1") 291 "Unrecognized FORMAT specifier at %0") 294 LONG("Invalid I specifier in FORMAT statement at %0 -- correct form: [r]Iw.[m]") 296 SHORT("Invalid I specifier in FORMAT statement at %0")) 299 LONG("Invalid B specifier in FORMAT statement at %0 -- correct form: [r]Bw.[m]") 301 SHORT("Invalid B specifier in FORMAT statement at %0")) 304 LONG("Invalid O specifier in FORMAT statement at %0 -- correct form: [r]Ow.[m]") 306 SHORT("Invalid O specifier in FORMAT statement at %0")) 309 LONG("Invalid Z specifier in FORMAT statement at %0 -- correct form: [r]Zw.[m]") 311 SHORT("Invalid Z specifier in FORMAT statement at %0")) [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | _doprnt.c | 67 result = fprintf(stream, specifier, value); \ 81 char specifier[128]; in _doprnt() local 90 char * sptr = specifier; in _doprnt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 82 "invalid storage class specifier in function declarator">; 124 "'consteval' specifier is incompatible with C++ standards before C++20">, 127 "type specifier missing, defaults to 'int'">, 134 "duplicate nullability specifier %0">, 138 "conflicting nullability specifier on return types, %0 " 139 "conflicts with existing specifier %1">, 143 "conflicting nullability specifier on parameter types, %0 " 144 "conflicts with existing specifier %1">, 148 "nullability specifier %0 conflicts with existing specifier %1">; 162 "%select{type qualifier|storage class specifier}2">; [all …]
|
| H A D | DiagnosticParseKinds.td | 86 "type nullability specifier %0 is a Clang extension">, 240 "'%0' qualifier may not appear after the virtual specifier '%1'">; 286 def err_expected_semi_for : Error<"expected ';' in 'for' statement specifier">; 364 "'auto' storage class specifier is not permitted in C++11, and will not " 367 "'decltype(auto)' type specifier is a C++14 extension">, InGroup<CXX14>; 369 "'decltype(auto)' type specifier is incompatible with C++ standards before " 396 "'decltype' type specifier is incompatible with C++98">, 419 "type name requires a specifier or qualifier">; 423 "type name does not allow function specifier to be specified">; 425 "type name does not allow %sub{select_constexpr_spec_kind}0 specifier " [all …]
|
| H A D | DiagnosticASTKinds.td | 606 "%select{public|protected|private|no}6 access specifier}3">; 616 "%select{public|protected|private|no}4 access specifier}1">; 654 "%select{end of class|public access specifier|private access specifier|" 655 "protected access specifier|static assert|field|method|type alias|typedef|" 660 "%select{end of class|public access specifier|private access specifier|" 661 "protected access specifier|static assert|field|method|type alias|typedef|"
|
| H A D | DiagnosticSemaKinds.td | 86 "array size|explicit specifier argument|noexcept specifier argument}0 " 90 "array size|explicit specifier argument|noexcept specifier argument}0 " 230 "plain '_Complex' requires a type specifier; assuming '_Complex double'">; 236 def err_invalid_saturation_spec : Error<"'_Sat' specifier is only valid on " 244 "'auto' type specifier is a C++11 extension">, InGroup<CXX11>; 246 "'auto' storage class specifier is redundant and incompatible with C++11">, 250 "'register' storage class specifier is deprecated " 253 "ISO C++17 does not allow 'register' storage class specifier">, 257 "cannot combine with previous '%0' declaration specifier">; 259 "cannot combine with previous '%0' declaration specifier. " [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.td | 171 nested-name-specifier template_opt unqualified-id 266 A sequence of these specifiers make a `nested-name-specifier`. 272 The global namespace name specifier, this specifier doesn't correspond to a 280 A name specifier holding a decltype, of the form: `decltype ( expression ) ` 286 A identifier name specifier, of the form `identifier` 292 A name specifier with a simple-template-id, of the form `template_opt
|
| /openbsd-src/usr.bin/snmp/ |
| H A D | snmpc.c | 1216 char *agentdup, *specifier, *hostname, *port = NULL; in snmpc_parseagent() local 1220 if ((agentdup = specifier = strdup(agent)) == NULL) in snmpc_parseagent() 1224 if ((hostname = strchr(specifier, ':')) != NULL) { in snmpc_parseagent() 1226 if (strcasecmp(specifier, "udp") == 0) { in snmpc_parseagent() 1229 } else if (strcasecmp(specifier, "tcp") == 0) { in snmpc_parseagent() 1232 } else if (strcasecmp(specifier, "udp6") == 0 || in snmpc_parseagent() 1233 strcasecmp(specifier, "udpv6") == 0 || in snmpc_parseagent() 1234 strcasecmp(specifier, "udpipv6") == 0) { in snmpc_parseagent() 1237 } else if (strcasecmp(specifier, "tcp6") == 0 || in snmpc_parseagent() 1238 strcasecmp(specifier, "tcpv6") == 0 || in snmpc_parseagent() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-extract.rst | 40 **--bb** *basic-block-specifier* 42 Extract basic blocks(s) specified in *basic-block-specifier*. May be 43 specified multiple times. Each <function:bb[;bb]> specifier pair will create
|
| H A D | FileCheck.rst | 768 * ``%<fmtspec>,`` is an optional format specifier to indicate what number 774 The syntax of ``<fmtspec>`` is: ``#.<precision><conversion specifier>`` where: 777 ``<conversion specifier>`` below) which requires the value matched to be 779 * ``.<precision>`` is an optional printf-style precision specifier in which 783 * ``<conversion specifier>`` is an optional scanf-style conversion specifier 786 the format specifier defaults to ``%u``. 813 * ``<fmtspec>`` is the same format specifier as for defining a variable but 815 against. If absent, both components of the format specifier are inferred from 820 conversion specifier becomes mandatory but the precision specifier remains
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 68 // Returns true if the character is an integer conversion specifier. 73 // Returns true if the character is an floating point conversion specifier. 103 // Invalid conversion specifier. 218 // Conversion specifier. 327 Report("%s: WARNING: unexpected format specifier in scanf interceptor: %.*s\n", 434 // Conversion specifier. 531 "%s: WARNING: unexpected format specifier in printf "
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/St/ |
| H A D | badargs.out_lint | 2 mandoc: badargs.in:13:5: ERROR: unknown standard specifier: St -murks
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ia64.h | 218 enum ia64_resource_specifier specifier; member
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | ia64.h | 214 enum ia64_resource_specifier specifier; member
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputFiles.cpp | 372 static void addDependentLibrary(StringRef specifier, const InputFile *f) { in addDependentLibrary() argument 375 if (std::optional<std::string> s = searchLibraryBaseName(specifier)) in addDependentLibrary() 377 else if (std::optional<std::string> s = findFromSearchPaths(specifier)) in addDependentLibrary() 379 else if (fs::exists(specifier)) in addDependentLibrary() 380 ctx.driver.addFile(specifier, /*withLOption=*/false); in addDependentLibrary() 384 specifier); in addDependentLibrary()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-parse.in | 883 - Attribute specifier lists (attributes). 886 item in the specifier list. Each entry in the list has either a 887 TREE_PURPOSE that is an attribute specifier list, or a TREE_VALUE that 888 is a single other specifier or qualifier; and a TREE_CHAIN that is the 890 than a storage class specifier or attribute has been seen; this is used 897 (a) Whether a storage class specifier is included or not; some 900 (b) Whether a type specifier has been seen; after a type specifier, 907 (d) Whether the list ends with an attribute (or a specifier such that 908 any following attribute would have been parsed as part of that specifier); 921 /* Declspecs which contain at least one type specifier or typedef name. [all …]
|
| /openbsd-src/gnu/llvm/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 511 for specifier in opts.bitFields.split(','): 512 if not specifier.strip(): 514 name,width = specifier.strip().split(':', 1)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ia64-gen.c | 1265 lookup_regindex (const char *name, int specifier) in lookup_regindex() argument 1267 switch (specifier) in lookup_regindex() 1567 int specifier = lookup_specifier (rdeps[i]->name); in print_dependency_table() local 1568 int regindex = lookup_regindex (rdeps[i]->name, specifier); in print_dependency_table() 1571 rdeps[i]->name, specifier, in print_dependency_table()
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ia64-gen.c | 1248 lookup_regindex (const char *name, int specifier) in lookup_regindex() argument 1250 switch (specifier) in lookup_regindex() 1548 int specifier = lookup_specifier (rdeps[i]->name); in print_dependency_table() local 1549 int regindex = lookup_regindex (rdeps[i]->name, specifier); in print_dependency_table() 1552 rdeps[i]->name, specifier, in print_dependency_table()
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | implement-c.texi | 393 storage-class specifier are effective (C90 6.5.1, C99 6.7.1).} 395 The @code{register} specifier affects code generation only in these ways: 405 storage-class specifier; if @code{register} is specified, the variable 418 specifier are effective (C99 6.7.4).}
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Modules.rst | 650 A header with the ``umbrella`` specifier is called an umbrella header. An umbrella header includes … 658 A header with the ``private`` specifier may not be included from outside the module itself. 660 A header with the ``textual`` specifier will not be compiled when the module is 667 A header with the ``exclude`` specifier is excluded from the module. It will not be included when t… 719 … *module-declaration* has a ``framework`` specifier, the enclosing module shall have a ``framework… 736 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` spe… 737 * Have the ``framework`` specifier, if the 738 *inferred-submodule-declaration* has the ``framework`` specifier
|
| H A D | OpenMPSupport.rst | 272 | base language | C++ attribute specifier syntax | :go… 334 | misc | 'target_device' selector in context specifier | :no…
|
| /openbsd-src/gnu/usr.bin/perl/dist/Attribute-Handlers/ |
| H A D | Changes | 13 - Added RAWDATA specifier
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 1261 void SetSpecifier(SymbolContextSpecifier *specifier); 1276 void SetThreadSpecifier(ThreadSpec *specifier);
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-ia64.c | 7525 switch (dep->specifier) 7972 if (dep->specifier == IA64_RS_FRb 8793 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier); 9285 if (rs->dependency->specifier == IA64_RS_AR_UNAT 9301 if (rs->dependency->specifier == IA64_RS_PR 9302 || rs->dependency->specifier == IA64_RS_PRr 9303 || rs->dependency->specifier == IA64_RS_PR63) 9311 rs->dependency->specifier != IA64_RS_PR63 ? 9321 rs->dependency->specifier != IA64_RS_PR63 ? 9734 && (dep->specifier == IA64_RS_PR [all …]
|