Home | History | Annotate | Download | only in src

Lines Matching defs:USE

2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 // For now, we use the more involved template-based version from <limits>, but
129 // the use of a simulated environment.
168 #define bool __my_bool__ // use 'indirection' to avoid name clashes
284 // use 0 or NULL, which causes a problem with the compiler warnings
286 // Here we simply use the non-zero value 4, which seems to work.
293 // array. You should only use ARRAY_SIZE on statically allocated
300 // The USE(x) template is used to silence C++ compiler warnings
303 inline void USE(T) { }
368 // Declarations for use in both the preparser and the rest of V8.