Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-auto-new-remove-stars.cpp78 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()
Dmodernize-use-auto-new.cpp83 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/
Dinstantiate-exception-spec.cpp8 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument
9 f1(int_p); in test_f1()
Dinstantiate-exception-spec-cxx11.cpp12 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument
13 f1(int_p); in test_f1()
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec.cpp8 void test_f1(Incomplete *incomplete_p, int *int_p) { in test_f1() argument
9 f1(int_p); in test_f1()
Dinstantiate-exception-spec-cxx11.cpp12 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/
Dsubstitute_test.cc66 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/
Dsubstitute_test.cc66 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/
Dsubstitute_test.cc66 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/
Dsubstitute_test.cc66 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/
Dsubstitute_test.cc66 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/
Dsubstitute_test.cc66 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()