Home
last modified time | relevance | path

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

1234

/trueos/contrib/groff/src/preproc/refer/
HDlabel.y218 string literals; variable
296 $$ = new literal_expr(literals.contents() + $1.start,
441 yylval.str.start = literals.length(); in yylex()
445 literals += '\''; in yylex()
447 yylval.str.len = literals.length() - yylval.str.start; in yylex()
452 literals += *spec_ptr; in yylex()
454 yylval.str.len = literals.length() - yylval.str.start; in yylex()
464 literals.clear(); in set_label_spec()
476 literals.clear(); in set_date_label_spec()
488 literals.clear(); in set_short_label_spec()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticLexKinds.td91 "raw string literals are incompatible with C++98">,
104 "non-ASCII characters are not allowed outside of literals and identifiers">;
172 "Unicode character literals may not contain multiple characters">;
183 "binary integer literals are a GNU extension">, InGroup<GNUBinaryLiteral>;
185 "binary integer literals are a C++1y extension">, InGroup<CXX1y>;
187 "binary integer literals are incompatible with C++ standards before C++1y">,
198 "unicode literals are incompatible with C99">,
201 "unicode literals are incompatible with C++98">,
217 "unsupported non-standard concatenation of string literals">;
HDLangOptions.def137 BENIGN_LANGOPT(DebuggerObjCLiteral , 1, 0, "debugger Objective-C literals and subscripting support")
HDDiagnosticGroups.td366 def UserDefinedLiterals : DiagGroup<"user-defined-literals">;
431 // - conversion warnings for literals are on by default
HDDiagnosticParseKinds.td78 "compound literals are a C99-specific feature">, InGroup<C99>;
812 "string literals">;
/trueos/contrib/gcc/config/ia64/
HDt-ia6451 # genattrtab generates very long string literals.
/trueos/contrib/libc++/include/
Dchrono950 // Suffixes for duration literals [time.duration.literals]
951 inline namespace literals
1023 namespace chrono { // hoist the literals into namespace std::chrono
1024 using namespace literals::chrono_literals;
Dcomplex1525 // Literal suffix for complex number literals [complex.literals]
1526 inline namespace literals
/trueos/contrib/dtc/Documentation/
HDdts-format.txt36 of C-style integers or character literals. Array elements default to 32-bits
/trueos/contrib/libstdc++/include/bits/
Dc++config196 // This marks string literals in header files to be extracted for eventual
/trueos/contrib/llvm/patches/
HDpatch-r274286-llvm-r201784-asm-dollar.diff18 This fixes some cases of using $ signs in literals being incorrectly
/trueos/contrib/llvm/tools/clang/include/clang/Driver/
HDCC1Options.td454 HelpText<"Use a const qualified type for string literals in C and ObjC">;
456 HelpText<"Don't use a const qualified type for string literals in C and ObjC">;
470 HelpText<"Enable special debugger support for Objective-C subscripting and literals">;
/trueos/lib/libc/softfloat/
HDsoftfloat-source.txt179 constructing 64-bit integer literals (constants). The `LIT64' macro is used
180 consistently in the SoftFloat code to annotate 64-bit literals.
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPC.td301 // InstAlias definitions use immediate literals. Set RegisterPrefix
/trueos/contrib/gcc/
HDREADME.Portability21 String literals
HDc.opt207 Warn about format strings that are not literals
455 In C++, nonzero means warn about deprecated conversion from string literals to `char *'. In C, sim…
/trueos/contrib/apr/include/
HDapr.hnw278 /* Mechanisms to properly type numeric literals */
HDapr.hw402 /* Mechanisms to properly type numeric literals */
HDapr.hwc399 /* Mechanisms to properly type numeric literals */
HDapr.h.in371 /* Mechanisms to properly type numeric literals */
/trueos/lib/libz/doc/
HDrfc1951.txt211 Each type of value (literals, distances, and lengths) in the
213 tree for literals and lengths and a separate code tree for distances.
720 distance codes used at all (the data is all literals).
/trueos/tools/test/testfloat/
HDtestfloat-source.txt274 constructing 64-bit integer literals (constants). The `LIT64' macro is used
275 consistently in the TestFloat code to annotate 64-bit literals.
/trueos/contrib/binutils/opcodes/
HDcgen-asm.in101 /* Copy any remaining literals from the syntax string into the rx. */
/trueos/contrib/binutils/gas/doc/
HDas.texinfo448 [@b{--[no-]text-section-literals}] [@b{--[no-]absolute-literals}]
1152 @item --text-section-literals | --no-text-section-literals
1153 With @option{--text-@-section-@-literals}, literal pools are interspersed
1155 @option{--no-@-text-@-section-@-literals}, which places literals in a
1156 separate section in the output file. These options only affect literals
1157 referenced via PC-relative @code{L32R} instructions; literals for
1160 @item --absolute-literals | --no-absolute-literals
2392 @emph{literals}) are potentially many bytes and their values may not be
2480 @c This is needed in single character literals
4014 @cindex string literals
[all …]
/trueos/contrib/gcc/cp/
HDChangeLog.apple173 and set attribute on block literals.

1234