Searched refs:cpp (Results 1 – 3 of 3) sorted by relevance
825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument833 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() argument921 cp = *cpp; in eval_table()940 *cpp = cp; in eval_table()952 ifeval(const char **cpp) in ifeval() argument957 debug("eval %s", *cpp); in ifeval()959 ret = eval_table(eval_ops, &val, cpp); in ifeval()
292 $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
116 if ( cpp ${cpp_flags} -x assembler-with-cpp ${dtx} \