Lines Matching refs:of

15             // using namespace std at the beginning of processing
20 -d__i386__ // a define of this type is machine-dependent
32 // Use 'cpp -v emptyfile.cpp' to get a list of C++ search directories.
33 // Use 'cpp -v emptyfile.c' to get a list of C search directories.
38 -i/FlexeLint/supp/ansi // This is offered as a collection of ...
40 // with the name of the directory in which FlexeLint has
51 // to the default extensions of .cpp and .cxx
58 // option makes obsolete options of the form -elib(axxx) where
60 -elib(15) // redeclaration of symbol
61 -elib(516) // lots of redeclarations in Linux stdlib.h
62 -elib(652) // suppress message about #define of earlier declared symbols
78 // 796 and 797 (out-of-bounds errors).
79 -emacro(413,offsetof) // use of NULL pointer creates a stir
92 +fdi // Use the directory of the including file
111 // For ANSI compilers, header files should take care of this.
145 -elib(569) // loss of information 8-bits - 7bits
147 // What follows here is a collection of options we have found
148 // to be needed to support Version 3 of GCC. The need for these
149 // options actually predate Version 3 and are of the 2.9... time frame
174 -elib(148) // Some of the libraries are redefining member
177 // an insufficient number of parameters.
181 +rw( _to_brackets ) // a pair of options to ignore an elaborated
186 +d__builtin_strpbrk=(char*) // of these functions to be linted ...
188 +d__builtin_strstr=(char*) // about the use of a non-standard name
199 // match your version of GCC:
208 // through gcc with the -E option; copy the result into your local copy of