Home
last modified time | relevance | path

Searched refs:null_p (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dstrlen-1.ll33 %null_p = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
34 %null_l = call i32 @strlen(i8* %null_p)
71 %null_p = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
72 %null_l = call i32 @strlen(i8* %null_p)
93 %null_p = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
94 %null_l = call i32 @strlen(i8* %null_p)
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dsubstitute_test.cc78 const uint64_t* null_p = nullptr; in TEST() local
79 str = absl::Substitute("$0", null_p); in TEST()
/external/abseil-cpp/absl/strings/
Dsubstitute_test.cc78 const uint64_t* null_p = nullptr; in TEST() local
79 str = absl::Substitute("$0", null_p); in TEST()
/external/openscreen/third_party/abseil/src/absl/strings/
Dsubstitute_test.cc78 const uint64_t* null_p = nullptr; in TEST() local
79 str = absl::Substitute("$0", null_p); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dsubstitute_test.cc78 const uint64_t* null_p = nullptr; in TEST() local
79 str = absl::Substitute("$0", null_p); in TEST()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dsubstitute_test.cc78 const uint64_t* null_p = nullptr; in TEST() local
79 str = absl::Substitute("$0", null_p); in TEST()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwcslen-3.ll35 %null_p = getelementptr [1 x i16], [1 x i16]* @null, i64 0, i64 0
36 %null_l = call i64 @wcslen(i16* %null_p)
Dwcslen-1.ll34 %null_p = getelementptr [1 x i32], [1 x i32]* @null, i64 0, i64 0
35 %null_l = call i64 @wcslen(i32* %null_p)
Dstrlen-1.ll33 %null_p = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
34 %null_l = call i32 @strlen(i8* %null_p)
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1149 const std::shared_ptr<int> null_p; in TEST() local
1152 EXPECT_FALSE(m.Matches(null_p)); in TEST()
1158 const std::shared_ptr<double> null_p; in TEST() local
1161 EXPECT_FALSE(m.Matches(null_p)); in TEST()