Lines Matching full:named
100 * C++ Named Operators::
449 preprocessor. *Note C++ Named Operators::.
676 file named FILE in a standard list of system directories. You can
682 searches for a file named FILE first in the directory containing
690 specifies inclusion of a system header file named `x/*y'.
783 the directories named by `-I' are searched, in left-to-right order,
815 unless it happens to be one of the directories named by an `-I' switch.
824 If you need to look for headers in a directory named `-', write
961 looks for a file named `a\"b'. CPP searches for the file according to
1023 name as the current file. It simply looks for the file named, starting
1058 All directories named by `-isystem' are searched _after_ all
1059 directories named by `-I', no matter what their order was on the
1060 command line. If the same directory is named by both `-I' and
1093 and C++'s named operators (*note C++ Named Operators::) cannot be
1127 defines a macro named `BUFFER_SIZE' as an abbreviation for the token
1467 Consider a C program that interprets named commands. There probably
1513 all the tokens in its argument list after the last named argument (this
1538 You can have named arguments as well as variable arguments in a
1545 string. In standard C, you cannot omit the comma separating the named
1588 for a long time, but only with a named variable argument (`args...',
1590 previous versions of GCC, you should use only named variable arguments.
1615 In C++, there is a fourth category, the named operators. They act
1623 * C++ Named Operators::
2056 File: cpp.info, Node: System-specific Predefined Macros, Next: C++ Named Operators, Prev: Common Predefined Macros, Up: Predefined Macros
2094 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefined Macros
2096 3.7.4 C++ Named Operators
2107 These are the named operators and their corresponding punctuators:
2109 Named Operator Punctuator
3935 for header files. *Note Search Path::. Directories named by `-I'
4621 A "Secondary Section" is a named appendix or a front-matter section
4678 A section "Entitled XYZ" means a named subunit of the Document
5147 * C++ named operators: C++ Named Operators. (line 6)
5196 * iso646.h: C++ Named Operators. (line 6)
5209 * named operators: C++ Named Operators. (line 6)
5303 Node: C++ Named Operators87592