Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
DStrSpn.ll14 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0
15 %test1 = call i64 @strspn(i8* %s1, i8* %null_p)
16 %test2 = call i64 @strspn(i8* %null_p, i8* %s2)
30 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0
31 %test1 = call i64 @strcspn(i8* %s1, i8* %null_p)
33 %test2 = call i64 @strcspn(i8* %null_p, i8* %s2)
DStrLen.ll19 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
20 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
38 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
39 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
52 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
53 %null_l = call i32 @strlen( i8* %null_p ) ; <i32> [#uses=1]
DStrPBrk.ll14 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0
15 %test1 = call i8* @strpbrk(i8* %null_p, i8* %s2)
16 %test2 = call i8* @strpbrk(i8* %s1, i8* %null_p)
DStrRChr.ll13 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0
16 %ignore = call i8* @strrchr(i8* %null_p, i32 119)
DStrChr.ll15 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0
18 %ignore = call i8* @strchr(i8* %null_p, i32 119)
DSPrintF.ll23 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
29 %r2 = call i32 (i8*, i8*, ...)* @sprintf( i8* %target_p, i8* %null_p ) ; <i32> [#uses=1]
/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/swiftshader/third_party/llvm-7.0/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)
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)
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc905 const linked_ptr<int> null_p; in TEST() local
908 EXPECT_TRUE(m.Matches(null_p)); in TEST()
914 const linked_ptr<double> null_p; in TEST() local
917 EXPECT_TRUE(m.Matches(null_p)); in TEST()
923 const scoped_ptr<double> null_p; in TEST() local
926 EXPECT_TRUE(m.Matches(null_p)); in TEST()
953 const linked_ptr<int> null_p; in TEST() local
956 EXPECT_FALSE(m.Matches(null_p)); in TEST()
962 const linked_ptr<double> null_p; in TEST() local
965 EXPECT_FALSE(m.Matches(null_p)); in TEST()
[all …]
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1204 const std::shared_ptr<int> null_p; in TEST() local
1207 EXPECT_FALSE(m.Matches(null_p)); in TEST()
1213 const std::shared_ptr<double> null_p; in TEST() local
1216 EXPECT_FALSE(m.Matches(null_p)); in TEST()