Searched refs:cpp (Results 1 – 15 of 15) sorted by relevance
/components/libc/cplusplus/cpp11/ |
A D | SConscript | 8 src += Glob('*.cpp') + Glob('*.c') 10 src += Glob('armclang/*.cpp') + Glob('armclang/*.c') 13 src += Glob('gcc/*.cpp') + Glob('gcc/*.c')
|
A D | README_ZH.md | 1 # cpp 11 support for rt-thread
|
/components/dfs/dfs_v1/filesystems/nfs/rpc/ |
A D | xdr.c | 435 bool_t xdr_bytes(XDR *xdrs, char** cpp, unsigned int *sizep, unsigned int maxsize) in xdr_bytes() argument 437 register char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes() 461 *cpp = sp = (char *) rt_malloc(nodesize); in xdr_bytes() 475 *cpp = NULL; in xdr_bytes() 544 bool_t xdr_string(XDR *xdrs, char **cpp, unsigned int maxsize) in xdr_string() argument 546 register char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string() 581 *cpp = sp = (char *) rt_malloc(nodesize); in xdr_string() 594 *cpp = NULL; in xdr_string() 604 bool_t xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument 606 if (xdr_string(xdrs, cpp, LASTUNSIGNED)) { in xdr_wrapstring()
|
A D | xdr.h | 309 extern bool_t xdr_bytes (XDR *xdrs, char **cpp, unsigned int *sizep, 312 extern bool_t xdr_string (XDR *xdrs, char **cpp, unsigned int maxsize); 326 extern bool_t xdr_wrapstring (XDR *__xdrs, char **cpp);
|
/components/lwp/vdso/user/arch/aarch64/ |
A D | SConstruct | 13 CPP = PREFIX + 'cpp' 18 AFLAGS = ' -x assembler-with-cpp' 19 …tree-vectorize -ffast-math -funwind-tables -fno-strict-aliasing -Wall -Wno-cpp -std=gnu99 -fdiagno…
|
/components/lwp/vdso/user/arch/risc-v/ |
A D | SConstruct | 40 CPP = PREFIX + 'cpp' 45 AFLAGS = ' -x assembler-with-cpp' 46 CFLAGS = DEVICE + ' -Wall -Wno-cpp -std=gnu99 -fdiagnostics-color=always -fPIC -O2'
|
/components/lwp/vdso/ |
A D | SConscript | 20 rtconfig.CPP = rtconfig.PREFIX + 'cpp' 22 rtconfig.CPPFLAGS = ' -E -P -x assembler-with-cpp'
|
/components/libc/cplusplus/os/ |
A D | SConscript | 4 src = Glob('*.cpp')
|
/components/libc/posix/signal/ |
A D | SConscript | 6 src = Glob('*.c') + Glob('*.cpp')
|
/components/libc/cplusplus/ |
A D | SConscript | 7 src = ['cxx_crt_init.c', 'cxx_crt.cpp']
|
/components/dfs/dfs_v2/ |
A D | SConscript | 5 src = Glob('src/*.c') + Glob('src/*.cpp')
|
/components/drivers/usb/cherryusb/ |
A D | .gitattributes | 12 *.cpp text
|
/components/net/lwip/lwip-2.0.3/doc/doxygen/ |
A D | lwip.Doxyfile | 779 # documented source files. You may enter file names like myfile.cpp or 796 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 803 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 812 *.cpp \ 881 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 924 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
|
/components/net/lwip/lwip-2.1.2/doc/doxygen/ |
A D | lwip.Doxyfile | 788 # documented source files. You may enter file names like myfile.cpp or 806 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 813 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 822 *.cpp \ 892 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 935 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
|
A D | lwip.Doxyfile.cmake.in | 788 # documented source files. You may enter file names like myfile.cpp or 806 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 813 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 822 *.cpp \ 892 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 935 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
|
Completed in 45 milliseconds