Lines Matching full:named
99 * C++ Named Operators::
449 preprocessor. *Note C++ Named Operators::.
675 file named FILE in a standard list of system directories. You can
681 searches for a file named FILE first in the directory containing
689 specifies inclusion of a system header file named `x/*y'.
782 the directories named by `-I' are searched, in left-to-right order,
814 unless it happens to be one of the directories named by an `-I' switch.
823 If you need to look for headers in a directory named `-', write
923 looks for a file named `a\"b'. CPP searches for the file according to
985 name as the current file. It simply looks for the file named, starting
1020 All directories named by `-isystem' are searched _after_ all
1021 directories named by `-I', no matter what their order was on the
1022 command line. If the same directory is named by both `-I' and
1055 and C++'s named operators (*note C++ Named Operators::) cannot be
1089 defines a macro named `BUFFER_SIZE' as an abbreviation for the token
1429 Consider a C program that interprets named commands. There probably
1475 all the tokens in its argument list after the last named argument (this
1500 You can have named arguments as well as variable arguments in a
1507 string. In standard C, you cannot omit the comma separating the named
1550 for a long time, but only with a named variable argument (`args...',
1552 previous versions of GCC, you should use only named variable arguments.
1577 In C++, there is a fourth category, the named operators. They act
1585 * C++ Named Operators::
2014 File: cpp.info, Node: System-specific Predefined Macros, Next: C++ Named Operators, Prev: Common Predefined Macros, Up: Predefined Macros
2052 File: cpp.info, Node: C++ Named Operators, Prev: System-specific Predefined Macros, Up: Predefined Macros
2054 3.7.4 C++ Named Operators
2065 These are the named operators and their corresponding punctuators:
2067 Named Operator Punctuator
3938 for header files. *Note Search Path::. Directories named by `-I'
4620 A "Secondary Section" is a named appendix or a front-matter section
4677 A section "Entitled XYZ" means a named subunit of the Document
5146 * C++ named operators: C++ Named Operators. (line 6)
5195 * iso646.h: C++ Named Operators. (line 6)
5208 * named operators: C++ Named Operators. (line 6)
5301 Node: C++ Named Operators85514