Home
last modified time | relevance | path

Searched refs:get_i (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
Dp2.cpp11 [[nodiscard]] int get_i();
15get_i(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in f()
21 (void)get_i(); in f()
/external/llvm-project/clang/test/Sema/
Dc2x-nodiscard.c28 [[nodiscard]] int get_i();
33get_i(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in f2()
39 (void)get_i(); in f2()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc118 int get_i() const { return i; } in TEST() function
122 auto mem_fun_ptr = &S::get_i; in TEST()
130 int get_i() && { return i; } in TEST() function
132 auto mem_fun_ptr = &S::get_i; in TEST()
143 int get_i() && { return i; } in TEST() function
145 auto mem_fun_ptr = &S::get_i; in TEST()
/external/webrtc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc118 int get_i() const { return i; } in TEST() function
122 auto mem_fun_ptr = &S::get_i; in TEST()
130 int get_i() && { return i; } in TEST() function
132 auto mem_fun_ptr = &S::get_i; in TEST()
143 int get_i() && { return i; } in TEST() function
145 auto mem_fun_ptr = &S::get_i; in TEST()
/external/libtextclassifier/abseil-cpp/absl/functional/
Dfunction_ref_test.cc118 int get_i() const { return i; } in TEST() function
122 auto mem_fun_ptr = &S::get_i; in TEST()
130 int get_i() && { return i; } in TEST() function
132 auto mem_fun_ptr = &S::get_i; in TEST()
143 int get_i() && { return i; } in TEST() function
145 auto mem_fun_ptr = &S::get_i; in TEST()
/external/openscreen/third_party/abseil/src/absl/functional/
Dfunction_ref_test.cc118 int get_i() const { return i; } in TEST() function
122 auto mem_fun_ptr = &S::get_i; in TEST()
130 int get_i() && { return i; } in TEST() function
132 auto mem_fun_ptr = &S::get_i; in TEST()
143 int get_i() && { return i; } in TEST() function
145 auto mem_fun_ptr = &S::get_i; in TEST()
/external/abseil-cpp/absl/functional/
Dfunction_ref_test.cc118 int get_i() const { return i; } in TEST() function
122 auto mem_fun_ptr = &S::get_i; in TEST()
130 int get_i() && { return i; } in TEST() function
132 auto mem_fun_ptr = &S::get_i; in TEST()
143 int get_i() && { return i; } in TEST() function
145 auto mem_fun_ptr = &S::get_i; in TEST()
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
Dp2.cpp12 [[nodiscard]] int get_i();
17get_i(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribu… in f()
24 (void)get_i(); in f()
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp30 int get_i() const {return i_;} in get_i() function in A
51 assert(p.first.get_i() == 4); in main()
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp29 int get_i() const {return i_;} in get_i() function in A
50 assert(p.first.get_i() == 4); in main()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-statically-constructed-objects.cpp79 extern int get_i();
80 static S s3(get_i());
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dfuchsia-statically-constructed-objects.rst40 extern int get_i();
41 static C(get_i()) // Warning, as the constructor is dynamically initialized