Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/modules/thrift/
DCMakeLists.txt11 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src
15 src/thrift/server/TFDServer.cpp
16 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/protocol/TProtocol.cpp
17 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TConnectedClient.cpp
18 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/server/TSimpleServer.cpp
19 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/SocketCommon.cpp
20 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TBufferTransports.cpp
21 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TFDTransport.cpp
22 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TTransportException.cpp
23 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TServerSocket.cpp
[all …]
/Zephyr-latest/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-latest/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-latest/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:
53 # Note: no "cpp.main.cpp11" as that's the default standard tested above
54 cpp.main.cpp14:
59 cpp.main.cpp17:
64 cpp.main.cpp2A:
[all …]
DCMakeLists.txt5 project(cpp) project
7 FILE(GLOB app_sources src/*.cpp)
Dapp.overlay13 compatible = "fake-cpp-driver";
18 compatible = "fake-cpp-driver";
/Zephyr-latest/tests/ztest/fail/core/
DCMakeLists.txt9 list(APPEND test_sources src/main.cpp)
11 list(APPEND test_sources src/assert_after.cpp)
13 list(APPEND test_sources src/assert_teardown.cpp)
15 list(APPEND test_sources src/assume_after.cpp)
17 list(APPEND test_sources src/assume_teardown.cpp)
19 list(APPEND test_sources src/pass_after.cpp)
21 list(APPEND test_sources src/pass_teardown.cpp)
23 list(APPEND test_sources src/unexpected_assume.cpp)
/Zephyr-latest/samples/modules/thrift/hello/server/
DMakefile11 GEN_DIR = gen-cpp
12 GENSRC = $(GEN_DIR)/Hello.cpp $(GEN_DIR)/Hello.h $(GEN_DIR)/hello_types.h
14 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o))
33 thrift --gen cpp:no_skeleton $<
37 %.o: %.cpp $(GENHDR)
40 hello_server: src/main.cpp $(GENOBJ) $(GENHDR)
43 hello_server_compact: src/main.cpp $(GENOBJ) $(GENHDR)
46 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-latest/tests/drivers/i2c/i2c_emul/
DCMakeLists.txt9 src/emulated_target.cpp
10 src/test_fowarding_common.cpp
13 target_sources(app PRIVATE src/test_forwarding_buf.cpp)
15 target_sources(app PRIVATE src/test_forwarding_pio.cpp)
/Zephyr-latest/samples/modules/thrift/hello/client/
DMakefile11 GEN_DIR = gen-cpp
12 GENSRC = $(GEN_DIR)/Hello.cpp $(GEN_DIR)/Hello.h $(GEN_DIR)/hello_types.h
14 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o))
32 thrift --gen cpp:no_skeleton $<
37 %.o: %.cpp $(GENHDR)
40 hello_client: src/main.cpp $(GENOBJ) $(GENHDR)
43 hello_client_compact: src/main.cpp $(GENOBJ) $(GENHDR)
46 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-latest/samples/cpp/cpp_synchronization/
Dsample.yaml4 sample.cpp.synchronization:
5 tags: cpp
18 sample.cpp.synchronization.picolibc:
22 tags: cpp
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake56 set_property(TARGET compiler-cpp PROPERTY nostdincxx)
59 set_property(TARGET compiler-cpp PROPERTY required)
62 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
63 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
64 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
65 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17)
66 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a)
67 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20)
68 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b)
78 set_property(TARGET compiler-cpp PROPERTY no_exceptions)
[all …]
/Zephyr-latest/lib/cpp/minimal/
DCMakeLists.txt11 cpp_vtable.cpp
12 cpp_new.cpp
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/
DCMakeLists.txt9 src/blocking_emul.cpp
10 src/main.cpp
/Zephyr-latest/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake124 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
125 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
126 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
127 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17")
130 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "")
131 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "")
132 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "")
142 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
145 set_property(TARGET compiler-cpp PROPERTY no_rtti "-fno-rtti")
179 set_property(TARGET compiler-cpp PROPERTY required "-Hcplus" )
[all …]
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake126 set_property(TARGET compiler-cpp PROPERTY nostdincxx "-nostdinc++")
129 set_property(TARGET compiler-cpp PROPERTY required "-fcheck-new")
137 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98 "-std=c++98")
138 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11 "-std=c++11")
139 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14 "-std=c++14")
140 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 "-std=c++17" "-Wno-register")
141 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a "-std=c++2a"
143 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 "-std=c++20"
145 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b "-std=c++2b"
156 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")
[all …]
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/
DCMakeLists.txt13 target_sources(app PRIVATE src/main.cpp src/inference_process.cpp)
/Zephyr-latest/samples/cpp/hello_world/
Dsample.yaml3 name: hello cpp world
14 sample.cpp.helloworld:
/Zephyr-latest/modules/openthread/platform/
DCMakeLists.txt17 radio_spinel.cpp
18 hdlc_interface.cpp
/Zephyr-latest/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-latest/tests/ztest/zexpect/
DCMakeLists.txt14 message(STATUS "adding main.cpp")
15 target_sources(app PRIVATE src/main.cpp)
/Zephyr-latest/tests/ztest/base/
DCMakeLists.txt16 message(STATUS "adding main.cpp")
17 target_sources(app PRIVATE src/main.cpp)

1234567