Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c825 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()
/utopia/UTPA2-700.0.x/projects/tools/lint/lnt/
H A Dco-gnu3.lnt32 // 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 addition
51 // to the default extensions of .cpp and .cxx
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile562 # 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
H A Dbsp.dxyfile561 # 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
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DMakefile.mvd97 CPP = $(CROSS)cpp