Searched refs:cpp (Results 1 – 6 of 6) sorted by relevance
/scripts/ |
A D | Makefile.compiler | 35 …$(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_AFLAGS) $(1) -c -x assembler-with-cpp /dev/null -o "$$TM… 41 …G_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o "$$TMP" -,$(2),$…
|
A D | as-version.sh | 48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
|
A D | unifdef.c | 825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument 833 cp = skipcomment(*cpp); in eval_unary() 904 *cpp = cp; in eval_unary() 913 eval_table(const struct ops *ops, int *valp, const char **cpp) in eval_table() argument 921 cp = *cpp; in eval_table() 940 *cpp = cp; in eval_table() 952 ifeval(const char **cpp) in ifeval() argument 957 debug("eval %s", *cpp); in ifeval() 959 ret = eval_table(eval_ops, &val, cpp); in ifeval()
|
A D | Makefile.dtbs | 124 $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
|
A D | Kconfig.include | 36 …)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o /dev/null -)
|
/scripts/dtc/ |
A D | dtx_diff | 115 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \
|
Completed in 6 milliseconds