Searched refs:initializer (Results 1 - 4 of 4) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Dstructleak_plugin.c120 tree initializer; local
142 /* if it's an initializer then we're good */
154 /* build the initializer expression */
157 initializer = build_constructor(type, NULL);
159 initializer = fold_convert(type, integer_zero_node);
161 /* build the initializer stmt */
162 init_stmt = gimple_build_assign(var, initializer);
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py86 pool = multiprocessing.Pool(initializer=init, initargs=(lock, args))
/linux-master/include/linux/
H A Doverflow.h393 * Enables caller macro to pass (different) initializer.
399 * @initializer: initializer expression (could be empty for no init).
401 #define _DEFINE_FLEX(type, name, member, count, initializer...) \
407 } name##_u initializer; \
/linux-master/scripts/genksyms/
H A Dparse.y407 | initializer
410 /* We never care about the contents of an initializer. */
411 initializer: label

Completed in 180 milliseconds