Lines Matching full:they
16 class data members, non-const globals and local variables. They all use the
18 #. **const and constexpr variables** - They use the capitalized
19 ``SNAKE_CASE`` irrespective of whether they are local or global.
20 #. **Function and methods** - They use the ``snake_case`` style like the
23 implementation. They use the ``CaptilizedCamelCase`` style.
33 down to the compiler with the ``-D`` command line flag. They start with the
34 ``LIBC_COPT_`` prefix. They are used to tune the behavior of the libc.
35 They either denote an action or define a constant.
38 folder. They all start with the ``LIBC_`` prefix.
124 should explicitly depend on if they set ``errno`` to indicate error
150 as they implicitly invoke constructors and destructors respectively. However,
261 contributions that they feel could be better maintained if rewritten in C++,