Searched refs:cpp (Results 1 – 5 of 5) 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()
32 // Use 'cpp -v emptyfile.cpp' to get a list of C++ search directories.33 // Use 'cpp -v emptyfile.c' to get a list of C search directories.50 +cpp(.cc,.C) // extensions for C++ that are commonly used in addition51 // to the default extensions of .cpp and .cxx
562 # documented source files. You may enter file names like "myfile.cpp" or 580 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 583 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 589 *.cpp \659 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 691 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
561 # documented source files. You may enter file names like "myfile.cpp" or 579 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 582 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 588 *.cpp \658 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 690 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
97 CPP = $(CROSS)cpp