Lines Matching refs:to
5 // This file contains options to allow FlexeLint to process source
10 // If you are using GCC on some other system you will need to change
28 // To let FlexeLint know where to find header files you need one
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.
35 // You may use the following option to include standard C headers.
41 // been installed. Note, you might want to replace "ansi"
51 // to the default extensions of .cpp and .cxx
55 -wlib(1) // sets the warning level within library headers to 1
102 // Feel free to add to or subtract from this list.
110 // for functions known to have variable argument lists.
116 // The following options are required by most compilers to
125 -elib(641) // converting enum's to int
138 -elib(1055) //call to rdbuf() questioned?
148 // to be needed to support Version 3 of GCC. The need for these
151 -e93 // allow newlines within quoted string arguments to macros
179 -d__typeof=__typeof__ // an alternative to using __typeof__
181 +rw( _to_brackets ) // a pair of options to ignore an elaborated
186 +d__builtin_strpbrk=(char*) // of these functions to be linted ...
206 // defined in any GCC headers. They might vary from platform to platform. To