Home
last modified time | relevance | path

Searched full:cpp (Results 1 – 25 of 108) sorted by relevance

12345

/Zephyr-Core-3.6.0/modules/thrift/
DCMakeLists.txt12 zephyr_include_directories(${THRIFT_UPSTREAM}/lib/cpp/src)
16 src/thrift/server/TFDServer.cpp
17 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/protocol/TProtocol.cpp
18 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/server/TConnectedClient.cpp
19 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/server/TSimpleServer.cpp
20 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/transport/SocketCommon.cpp
21 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/transport/TBufferTransports.cpp
22 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/transport/TFDTransport.cpp
23 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/transport/TTransportException.cpp
24 ${THRIFT_UPSTREAM}/lib/cpp/src/thrift/transport/TServerSocket.cpp
[all …]
/Zephyr-Core-3.6.0/tests/lib/cpp/libcxx/
Dtestcase.yaml2 cpp.libcxx.glibcxx.newlib:
7 tags: cpp
14 cpp.libcxx.glibcxx.newlib_nano:
18 tags: cpp
26 cpp.libcxx.glibcxx.picolibc:
29 tags: cpp
37 cpp.libcxx.arcmwdtlib:
40 tags: cpp
44 cpp.libcxx.host:
46 tags: cpp
DCMakeLists.txt5 project(cpp) project
7 FILE(GLOB app_sources src/*.cpp)
/Zephyr-Core-3.6.0/tests/modules/thrift/ThriftTest/
DCMakeLists.txt13 src/*.cpp
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.cpp)
19 list(APPEND generated_sources ${gen_dir}/gen-cpp/SecondService.h)
20 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.cpp)
21 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_constants.h)
22 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.cpp)
23 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest.h)
24 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.cpp)
25 list(APPEND generated_sources ${gen_dir}/gen-cpp/ThriftTest_types.h)
30 cpp
/Zephyr-Core-3.6.0/tests/lib/cpp/cxx/
Dtestcase.yaml2 tags: cpp
9 cpp.main.minimal:
12 cpp.main.newlib:
17 cpp.main.newlib_nano:
23 cpp.main.picolibc:
35 cpp.main.cpp98:
45 # Note: no "cpp.main.cpp11" as that's the default standard tested above
46 cpp.main.cpp14:
51 cpp.main.cpp17:
56 cpp.main.cpp2A:
[all …]
DCMakeLists.txt5 project(cpp) project
7 FILE(GLOB app_sources src/*.cpp)
/Zephyr-Core-3.6.0/tests/ztest/fail/core/
DCMakeLists.txt9 list(APPEND SOURCES src/main.cpp)
11 list(APPEND SOURCES src/assert_after.cpp)
13 list(APPEND SOURCES src/assert_teardown.cpp)
15 list(APPEND SOURCES src/assume_after.cpp)
17 list(APPEND SOURCES src/assume_teardown.cpp)
19 list(APPEND SOURCES src/pass_after.cpp)
21 list(APPEND SOURCES src/pass_teardown.cpp)
23 list(APPEND SOURCES src/unexpected_assume.cpp)
/Zephyr-Core-3.6.0/samples/modules/thrift/hello/server/
DMakefile9 GEN_DIR = gen-cpp
10 GENSRC = $(GEN_DIR)/Hello.cpp $(GEN_DIR)/Hello.h $(GEN_DIR)/hello_types.h
12 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o))
23 thrift --gen cpp:no_skeleton $<
27 %.o: %.cpp $(GENHDR)
30 hello_server: src/main.cpp $(GENOBJ) $(GENHDR)
33 hello_server_compact: src/main.cpp $(GENOBJ) $(GENHDR)
36 hello_server_ssl: src/main.cpp $(GENOBJ) $(GENHDR)
DCMakeLists.txt9 src/*.cpp
16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
23 cpp
/Zephyr-Core-3.6.0/samples/modules/thrift/hello/client/
DMakefile9 GEN_DIR = gen-cpp
10 GENSRC = $(GEN_DIR)/Hello.cpp $(GEN_DIR)/Hello.h $(GEN_DIR)/hello_types.h
12 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o))
22 thrift --gen cpp:no_skeleton $<
27 %.o: %.cpp $(GENHDR)
30 hello_client: src/main.cpp $(GENOBJ) $(GENHDR)
33 hello_client_compact: src/main.cpp $(GENOBJ) $(GENHDR)
36 hello_client_ssl: src/main.cpp $(GENOBJ) $(GENHDR)
DCMakeLists.txt9 src/*.cpp
16 list(APPEND generated_sources ${gen_dir}/gen-cpp/hello_types.h)
17 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.cpp)
18 list(APPEND generated_sources ${gen_dir}/gen-cpp/Hello.h)
23 cpp
/Zephyr-Core-3.6.0/samples/cpp/cpp_synchronization/
Dsample.yaml4 sample.cpp.synchronization:
5 tags: cpp
18 sample.cpp.synchronization.picolibc:
22 tags: cpp
/Zephyr-Core-3.6.0/cmake/compiler/
Dcompiler_flags_template.cmake54 set_compiler_property(TARGET compiler-cpp PROPERTY nostdincxx)
57 set_property(TARGET compiler-cpp PROPERTY required)
60 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
61 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
62 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
63 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17)
64 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a)
65 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20)
66 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b)
76 set_property(TARGET compiler-cpp PROPERTY no_exceptions)
[all …]
/Zephyr-Core-3.6.0/lib/cpp/minimal/
DCMakeLists.txt7 cpp_vtable.cpp
8 cpp_new.cpp
/Zephyr-Core-3.6.0/cmake/compiler/gcc/
Dcompiler_flags.cmake124 set_compiler_property(TARGET compiler-cpp PROPERTY nostdincxx "-nostdinc++")
127 set_property(TARGET compiler-cpp PROPERTY required "-fcheck-new")
135 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
136 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
137 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
138 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17" "-Wno-register")
139 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "-std=c++2a"
141 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "-std=c++20"
143 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "-std=c++2b"
154 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
[all …]
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/tflm_ethosu/
DCMakeLists.txt13 target_sources(app PRIVATE src/main.cpp src/inference_process.cpp)
/Zephyr-Core-3.6.0/samples/cpp/hello_world/
Dsample.yaml3 name: hello cpp world
14 sample.cpp.helloworld:
/Zephyr-Core-3.6.0/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake126 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
127 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
128 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
129 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17")
132 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "")
133 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "")
134 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "")
144 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
147 set_property(TARGET compiler-cpp PROPERTY no_rtti "-fno-rtti")
185 set_property(TARGET compiler-cpp PROPERTY required "-Hcplus" "-Hoff=Stackcheck_alloca")
[all …]
/Zephyr-Core-3.6.0/tests/ztest/zexpect/
DCMakeLists.txt14 message(STATUS "adding main.cpp")
15 target_sources(app PRIVATE src/main.cpp)
/Zephyr-Core-3.6.0/tests/ztest/base/src/
Dmain.cpp26 ZTEST_SUITE(cpp, NULL, cpp_setup, NULL, NULL, cpp_teardown);
28 ZTEST_F(cpp, test_fixture_created_and_initialized) in ZTEST_F() argument
/Zephyr-Core-3.6.0/lib/cpp/
DKconfig8 config CPP config
13 if CPP
159 # initialization of CPP static objects, new toolchains can be added
163 GNU-compatible initialization of CPP static objects
165 endif # CPP
DKconfig.deprecated8 select CPP
13 [DEPRECATED] Select CPP instead.
/Zephyr-Core-3.6.0/tests/ztest/base/
DCMakeLists.txt16 message(STATUS "adding main.cpp")
17 target_sources(app PRIVATE src/main.cpp)
/Zephyr-Core-3.6.0/tests/unit/util/
Dtestcase.yaml8 utilities.dec.cpp:
/Zephyr-Core-3.6.0/doc/develop/languages/
Dindex.rst10 cpp/index.rst

12345