Home
last modified time | relevance | path

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

/components/libc/cplusplus/cpp11/
A DSConscript8 src += Glob('*.cpp') + Glob('*.c')
10 src += Glob('armclang/*.cpp') + Glob('armclang/*.c')
13 src += Glob('gcc/*.cpp') + Glob('gcc/*.c')
A DREADME_ZH.md1 # cpp 11 support for rt-thread
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.c435 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 Dxdr.h309 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 DSConstruct13 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 DSConstruct40 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 DSConscript20 rtconfig.CPP = rtconfig.PREFIX + 'cpp'
22 rtconfig.CPPFLAGS = ' -E -P -x assembler-with-cpp'
/components/libc/cplusplus/os/
A DSConscript4 src = Glob('*.cpp')
/components/libc/posix/signal/
A DSConscript6 src = Glob('*.c') + Glob('*.cpp')
/components/libc/cplusplus/
A DSConscript7 src = ['cxx_crt_init.c', 'cxx_crt.cpp']
/components/dfs/dfs_v2/
A DSConscript5 src = Glob('src/*.c') + Glob('src/*.cpp')
/components/drivers/usb/cherryusb/
A D.gitattributes12 *.cpp text
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile779 # 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 Dlwip.Doxyfile788 # 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 Dlwip.Doxyfile.cmake.in788 # 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