Home
last modified time | relevance | path

Searched refs:literals (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-336 // Verbatim string literals are extracted.
38 // In verbatim string literals, no escape sequences are recognized.
40 // In verbatim string literals, only doubled delimiters are recognized.
42 // Normal and verbatim string literals can be concatenated.
44 // Character literals are not extracted.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-xtensa.texi36 @item --text-section-literals | --no-text-section-literals
37 @kindex --text-section-literals
38 @kindex --no-text-section-literals
40 @samp{--no-@-text-@-section-@-literals}, which places literals in
42 placed in a data RAM/ROM. With @samp{--text-@-section-@-literals}, the
43 literals are interspersed in the text section in order to keep them as
45 assembly files, where the literals would otherwise be out of range of the
48 @code{ENTRY} instructions. These options only affect literals referenced
49 via PC-relative @code{L32R} instructions; literals for absolute mode
58 @samp{--text-@-section-@-literals} places literals in separate sections
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-xtensa.texi36 @item --text-section-literals | --no-text-section-literals
37 @kindex --text-section-literals
38 @kindex --no-text-section-literals
40 @samp{--no-@-text-@-section-@-literals}, which places literals in
42 placed in a data RAM/ROM. With @samp{--text-@-section-@-literals}, the
43 literals are interspersed in the text section in order to keep them as
45 assembly files, where the literals would otherwise be out of range of the
48 @code{ENTRY} instructions. These options only affect literals referenced
49 via PC-relative @code{L32R} instructions; literals for absolute mode
58 @samp{--text-@-section-@-literals} places literals in separate sections
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst36 control the size of numeric literals.
41 The following program illustrates the rules for ``NSNumber`` literals:
46 // character literals.
49 // integral literals.
55 // floating point literals.
59 // BOOL literals.
72 NSNumber literals only support literal scalar values after the ``'@'``.
108 ``BOOL`` and integer literals.
150 boxed literals (this avoids conflicts with future ``'@'``-prefixed
294 pointer typed, as in array literals. Key sub-expressions must be of an
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.td59 Expression for literals. C++ [lex.literal]
64 Expression for integer literals. C++ [lex.icon]
76 Expression for character literals. C++ [lex.ccon]
84 Expression for floating-point literals. C++ [lex.fcon]
96 Expression for string-literals. C++ [lex.string]
98 // FIXME: string literals may consist of multiple tokens.
107 Expression for boolean literals. C++ [lex.bool]
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y220 string literals; variable
298 $$ = new literal_expr(literals.contents() + $1.start,
443 yylval.str.start = literals.length(); in yylex()
447 literals += '\''; in yylex()
449 yylval.str.len = literals.length() - yylval.str.start; in yylex()
454 literals += *spec_ptr; in yylex()
456 yylval.str.len = literals.length() - yylval.str.start; in yylex()
466 literals.clear(); in set_label_spec()
478 literals.clear(); in set_date_label_spec()
490 literals.clear(); in set_short_label_spec()
/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-token-plain.mk3 # Tests for plain tokens (that is, string literals without quotes)
138 # expect+1: Numbers can be composed from literals and expressions.
139 . info Numbers can be composed from literals and expressions.
143 # expect+1: Numbers can be composed from literals and expressions.
144 . info Numbers can be composed from literals and expressions.
209 # modifier ':?:' allowed unquoted string literals for the rest of the
H A Dcond-token-plain.exp38 make: "cond-token-plain.mk" line 139: Numbers can be composed from literals and expressions.
40 make: "cond-token-plain.mk" line 144: Numbers can be composed from literals and expressions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.opt37 mtext-section-literals
43 Relax literals in assembler and place them automatically in the text section.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.opt37 mtext-section-literals
43 Relax literals in assembler and place them automatically in the text section.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td104 "raw string literals are incompatible with C++98">,
117 "non-ASCII characters are not allowed outside of literals and identifiers">;
192 "Unicode character literals may not contain multiple characters">;
200 "hexadecimal floating literals are a C++17 feature">, InGroup<CXX17>;
202 "hexadecimal floating literals are incompatible with "
206 "binary integer literals are a GNU extension">, InGroup<GNUBinaryLiteral>;
208 "binary integer literals are a C++14 extension">, InGroup<CXX14BinaryLiteral>;
210 "binary integer literals are incompatible with C++ standards before C++14">,
221 "unicode literals are incompatible with C99">,
224 "unicode literals are incompatible with C++98">,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dcrti.S106 .literals
117 .literals
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dcrti.S106 .literals
117 .literals
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dreversedx6.in66 # reduce literals
H A Dbintadx6.in66 # reduce literals
H A Dcharcasedx4.in46 # reduce literals
H A Dreversedx6.out7 # reduce literals
H A Dencodedx6.in66 # reduce literals
H A Dnxdomainnx6.in66 # reduce literals
H A Dbintadx6.out7 # reduce literals
H A Dencodedx6.out7 # reduce literals
H A Dcharcasedx4.out7 # reduce literals
H A Dpickdx6.in66 # reduce literals
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dlfts_config.h61 inline namespace literals { inline namespace string_view_literals { } } in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dlfts_config.h61 inline namespace literals { inline namespace string_view_literals { } } in _GLIBCXX_VISIBILITY()

12345678910>>...21