/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
D | p2.cpp | 11 [[nodiscard]] int get_i(); 15 …get_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/ |
D | c2x-nodiscard.c | 28 [[nodiscard]] int get_i(); 33 …get_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/ |
D | function_ref_test.cc | 118 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/ |
D | function_ref_test.cc | 118 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/ |
D | function_ref_test.cc | 118 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/ |
D | function_ref_test.cc | 118 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/ |
D | function_ref_test.cc | 118 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/ |
D | p2.cpp | 12 [[nodiscard]] int get_i(); 17 …get_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/ |
D | piecewise_construct.pass.cpp | 30 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/ |
D | piecewise_construct.pass.cpp | 29 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/ |
D | fuchsia-statically-constructed-objects.cpp | 79 extern int get_i(); 80 static S s3(get_i());
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | fuchsia-statically-constructed-objects.rst | 40 extern int get_i(); 41 static C(get_i()) // Warning, as the constructor is dynamically initialized
|