HomeSort by relevance Sort by last modified time
    Searched full:trigraphs (Results 26 - 50 of 60) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-cpp.1 295 Most trigraphs in comments cannot affect the meaning of the program.
298 Therefore, only trigraphs that would form escaped newlines produce
302 given, this option is still enabled unless trigraphs are enabled. To
304 \&\fB\-Wall\fR warnings, use \fB\-trigraphs \-Wall \-Wno\-trigraphs\fR.
    [all...]
x86_64-w64-mingw32-g++.1 209 \&\-trigraphs \-traditional \-traditional\-cpp
471 \&\-remap \-trigraphs \-undef \-U\fR\fImacro\fR
    [all...]
x86_64-w64-mingw32-gcc.1 209 \&\-trigraphs \-traditional \-traditional\-cpp
471 \&\-remap \-trigraphs \-undef \-U\fR\fImacro\fR
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 706 // trigraphs.
    [all...]
LiteralSupport.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticGroups.td 406 def Trigraphs : DiagGroup<"trigraphs">;
633 Trigraphs,
    [all...]
  /external/clang/include/clang/Lex/
Lexer.h 301 /// character within the token. This handles trigraphs and escaped newlines.
511 // trigraphs), knowing that they only are emitted if the character is
647 /// trigraphs and escaped newlines).
Preprocessor.h     [all...]
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 88 family must be correctly supported (trigraphs, preprocessor arcana, K&R-style
  /external/clang/docs/CommandGuide/
clang.rst 118 .. option:: -trigraphs
120 Enable trigraphs.
  /external/protobuf/src/google/protobuf/
unittest.proto 549 // Tests for C++ trigraphs.
550 // Trigraphs should be escaped in C++ generated files, but they should not be
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cpp.info 299 2. If trigraphs are enabled, they are replaced by their corresponding
300 single characters. By default GCC ignores trigraphs, but if you
302 specify the `-trigraphs' option, then it converts them.
310 Trigraphs are not popular and many compilers implement them
311 incorrectly. Portable code should not rely on trigraphs being
323 The nine trigraphs and their replacements are
515 unlike trigraphs, but does not cover as much ground. The digraphs and
    [all...]
cppinternals.info 102 an initial pass to strip out trigraphs and escaped newlines, but handles
213 trigraphs and backlash-escaped newlines. Trigraphs are processed before
    [all...]
gcc.info 474 -trigraphs -traditional -traditional-cpp
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 385 // Escape C++ trigraphs by escaping question marks to \?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 315 unsigned char trigraphs; member in struct:cpp_options
343 /* Nonzero means warn if there are any trigraphs. */
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/clang/docs/
UsersManual.rst     [all...]
InternalsManual.rst 483 file. This includes in the middle of tokens, in whitespace, in trigraphs,
593 trigraphs and escaped newlines which are ignored by later phases of the
    [all...]
  /external/clang/lib/AST/
CommentLexer.cpp 257 /// Very dumb, does not handle escaped newlines or trigraphs.
  /hardware/ti/omap4-aah/domx/make/
build.mk 69 CFLAGS += -Wall -Wno-trigraphs -Werror-implicit-function-declaration #-Wno-format
  /hardware/ti/omap4xxx/domx/make/
build.mk 69 CFLAGS += -Wall -Wno-trigraphs -Werror-implicit-function-declaration #-Wno-format
  /external/clang/www/
features.html 363 the full language, including the dark and dusty corners (like trigraphs,
  /external/clang/include/clang/Driver/
Options.td     [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 171 case '?': return '\?'; // Trigraphs = :(
    [all...]

Completed in 3638 milliseconds

12 3