Searched refs:null_p (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | StrSpn.ll | 14 %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)
|
D | StrLen.ll | 19 %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]
|
D | StrPBrk.ll | 14 %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)
|
D | StrRChr.ll | 13 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 16 %ignore = call i8* @strrchr(i8* %null_p, i32 119)
|
D | StrChr.ll | 15 %null_p = getelementptr [1 x i8]* @null, i32 0, i32 0 18 %ignore = call i8* @strchr(i8* %null_p, i32 119)
|
D | SPrintF.ll | 23 %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/ |
D | strlen-1.ll | 33 %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/ |
D | strlen-1.ll | 33 %null_p = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0 34 %null_l = call i32 @strlen(i8* %null_p)
|
D | wcslen-3.ll | 35 %null_p = getelementptr [1 x i16], [1 x i16]* @null, i64 0, i64 0 36 %null_l = call i64 @wcslen(i16* %null_p)
|
D | wcslen-1.ll | 34 %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/ |
D | gmock-matchers_test.cc | 905 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/ |
D | gmock-matchers_test.cc | 1204 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()
|