HomeSort by: relevance | last modified time | path
    Searched defs:initialization (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_c99_bool_strict.c 918 initialization(void) function in typeref:typename:void
  /src/usr.bin/xlint/lint1/
init.c 51 * Initialization of global or local objects, like in:
58 * During an initialization, the grammar parser calls these functions:
73 * C99 6.7.8 "Initialization"
74 * C11 6.7.9 "Initialization"
81 * of an initialization.
108 /* An ongoing initialization. */
109 typedef struct initialization { struct
123 * Is set when a structural error occurred in the initialization. If
124 * set, the rest of the initialization is still parsed, but the
125 * initialization assignments are not checked
130 } initialization; typedef in typeref:struct:initialization
    [all...]

Completed in 13 milliseconds