/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-auto-new-remove-stars.cpp | 78 typedef int * int_p; in auto_new() typedef 81 int_p a = new int; in auto_new() 84 int_p *b = new int*; in auto_new() 89 int_p c = new int, d = new int; in auto_new() 94 int_p e = new int, *f = new int_p; in auto_new() 96 int_p *g = new int*, *h = new int_p; in auto_new()
|
D | modernize-use-auto-new.cpp | 83 typedef int * int_p; in auto_new() typedef 86 int_p a = new int; in auto_new() 89 int_p *b = new int*; in auto_new() 94 int_p c = new int, d = new int; in auto_new() 99 int_p e = new int, *f = new int_p; in auto_new() 101 int_p *g = new int*, *h = new int_p; in auto_new()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-exception-spec.cpp | 8 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument 9 f1(int_p); in test_f1()
|
D | instantiate-exception-spec-cxx11.cpp | 12 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument 13 f1(int_p); in test_f1()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-exception-spec.cpp | 8 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument 9 f1(int_p); in test_f1()
|
D | instantiate-exception-spec-cxx11.cpp | 12 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument 13 f1(int_p); in test_f1()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|
/external/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 66 const int* int_p = reinterpret_cast<const int*>(0x12345); in TEST() local 67 std::string str = absl::Substitute("$0", int_p); in TEST() 68 EXPECT_EQ(absl::StrCat("0x", absl::Hex(int_p)), str); in TEST()
|