Searched refs:literals (Results 1 – 25 of 88) sorted by relevance
1234
| /trueos/contrib/groff/src/preproc/refer/ |
| HD | label.y | 218 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/ |
| HD | DiagnosticLexKinds.td | 91 "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">;
|
| HD | LangOptions.def | 137 BENIGN_LANGOPT(DebuggerObjCLiteral , 1, 0, "debugger Objective-C literals and subscripting support")
|
| HD | DiagnosticGroups.td | 366 def UserDefinedLiterals : DiagGroup<"user-defined-literals">; 431 // - conversion warnings for literals are on by default
|
| HD | DiagnosticParseKinds.td | 78 "compound literals are a C99-specific feature">, InGroup<C99>; 812 "string literals">;
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | t-ia64 | 51 # genattrtab generates very long string literals.
|
| /trueos/contrib/libc++/include/ |
| D | chrono | 950 // 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;
|
| D | complex | 1525 // Literal suffix for complex number literals [complex.literals] 1526 inline namespace literals
|
| /trueos/contrib/dtc/Documentation/ |
| HD | dts-format.txt | 36 of C-style integers or character literals. Array elements default to 32-bits
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | c++config | 196 // This marks string literals in header files to be extracted for eventual
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r274286-llvm-r201784-asm-dollar.diff | 18 This fixes some cases of using $ signs in literals being incorrectly
|
| /trueos/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | CC1Options.td | 454 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/ |
| HD | softfloat-source.txt | 179 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/ |
| HD | PPC.td | 301 // InstAlias definitions use immediate literals. Set RegisterPrefix
|
| /trueos/contrib/gcc/ |
| HD | README.Portability | 21 String literals
|
| HD | c.opt | 207 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/ |
| HD | apr.hnw | 278 /* Mechanisms to properly type numeric literals */
|
| HD | apr.hw | 402 /* Mechanisms to properly type numeric literals */
|
| HD | apr.hwc | 399 /* Mechanisms to properly type numeric literals */
|
| HD | apr.h.in | 371 /* Mechanisms to properly type numeric literals */
|
| /trueos/lib/libz/doc/ |
| HD | rfc1951.txt | 211 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/ |
| HD | testfloat-source.txt | 274 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/ |
| HD | cgen-asm.in | 101 /* Copy any remaining literals from the syntax string into the rx. */
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | as.texinfo | 448 [@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/ |
| HD | ChangeLog.apple | 173 and set attribute on block literals.
|
1234