| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | entsize.s | 20 .type .L.str3,@object # @.str3 21 .L.str3: 23 .size .L.str3, 9
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve93.f90 | 9 character(10) str3 16 print *, str3(7), str3(1:9)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | cfstring.ll | 10 ; CHECK-NEXT: L_.str3: 18 ; CHECK-NEXT: .quad L_.str3 24 @.str3 = private unnamed_addr constant [1 x i8] zeroinitializer, align 1 25 …NSConstantString { ptr @__CFConstantStringClassReference, i32 1992, ptr @.str3, i32 0 }, section "…
|
| H A D | unaligned-load.ll | 7 @.str3 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, 2'ND STRING\00", align 8 45 ; COREI7-NEXT: movups _.str3+15(%rip), %xmm0 46 ; COREI7-NEXT: movups _.str3(%rip), %xmm1 58 call void @llvm.memcpy.p0.p0.i64(ptr %String2Loc, ptr @.str3, i64 31, i1 false) 97 ; COREI7-NEXT: movups _.str3+15(%rip), %xmm0 98 ; COREI7-NEXT: movups _.str3(%rip), %xmm1 110 call void @llvm.memcpy.p0.p0.i64(ptr %String2Loc, ptr @.str3, i64 31, i1 false)
|
| H A D | dtor-priority-coff.ll | 29 @str3 = private dso_local unnamed_addr constant [8 x i8] c"default\00", align 1 54 %call = tail call i32 @puts(ptr @str3)
|
| H A D | byval-align.ll | 7 @.str3 = private constant [7 x i8] c"test.c\00", align 1 ; <ptr> [#uses=1] 29 …call void @__assert_fail(ptr @.str2, ptr @.str3, i32 18, ptr @__PRETTY_FUNCTION__.2067) noreturn n…
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | string-compare.cpp | 67 std::string *str3 = &str1; in Test() local 68 if (str3->compare(str2)) { in Test() 71 if (str3->compare(str2) == 0) { in Test() 75 if (str2.compare(*str3) == 0) { in Test()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strncpy-3.ll | 7 @str3 = constant [4 x i8] c"abcd" 38 …tail call i8* @strncpy(i8* %dst, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str3, i64 0, i64… 47 …tail call i8* @strncpy(i8* %dst, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str3, i64 0, i64… 53 …f nonnull dereferenceable(5) getelementptr inbounds ([4 x i8], [4 x i8]* @str3, i64 0, i64 0), i64… 56 …tail call i8* @strncpy(i8* %dst, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str3, i64 0, i64…
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/sample/ |
| H A D | main.m | 57 NSString *str3 = [NSString stringWithFormat:@"string %i", 3]; 58 NSArray *array = [NSArray arrayWithObjects: str1, str2, str3, nil]; 62 str3, @"3",
|
| /llvm-project-15.0.7/lldb/test/API/lang/objcxx/sample/ |
| H A D | main.mm | 57 NSString *str3 = [NSString stringWithFormat:@"string %i", 3]; 58 NSArray *array = [NSArray arrayWithObjects: str1, str2, str3, nil]; 62 str3, @"3",
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | string-literal-with-embedded-nul.cpp | 59 std::string str3("\0"); in TestA() local 81 std::wstring str3(L"\0"); in TestW() local
|
| H A D | not-null-terminated-result-in-initialization-strlen.c | 57 int bad_strncmp_3(char *str3) { in bad_strncmp_3() argument 58 return strncmp(str3, "foobar", 1 + strlen("foobar")); in bad_strncmp_3()
|
| H A D | not-null-terminated-result-strlen.c | 76 int bad_strncmp_2(char *str2, const char *str3) { in bad_strncmp_2() argument 77 return strncmp(str2, str3, 1 + strlen(str2)); in bad_strncmp_2()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | cast-string.td | 9 // CHECK: string str3 = "a string here" 14 string str3 = !cast<string>(str # " here");
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | 2007-07-12-ExitDomInfo.ll | 3 @str3 = external constant [3 x i8] ; <[3 x i8]*> [#uses=1] 20 …%tmp31 = call i32 @strcspn( i8* null, i8* getelementptr ([3 x i8], [3 x i8]* @str3, i64 0, i64 0) …
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline_ssp.ll | 8 @.str3 = private unnamed_addr constant [12 x i8] c"fun_sspreq\0A\00", align 1 19 …%call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str3, i32 … 25 …%call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str3, i32 …
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | memcpy-inline.ll | 17 @.str3 = private unnamed_addr constant [24 x i8] c"DHRYSTONE PROGRAM, SOME\00", align 1 137 ; RV32ALIGNED-NEXT: lui a1, %hi(.L.str3) 138 ; RV32ALIGNED-NEXT: addi a1, a1, %lo(.L.str3) 144 ; RV64ALIGNED-NEXT: lui a1, %hi(.L.str3) 145 ; RV64ALIGNED-NEXT: addi a1, a1, %lo(.L.str3) 173 ; RV64UNALIGNED-NEXT: lui a1, %hi(.L.str3) 174 ; RV64UNALIGNED-NEXT: ld a2, %lo(.L.str3)(a1) 175 ; RV64UNALIGNED-NEXT: addi a1, a1, %lo(.L.str3) 183 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([24 x i8], [24 x i8]* @.str3, i64 0, i64 0), i64…
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | cxx0x_raw_string_delim_length.cpp | 5 const char *str3 = R"()"; // ok variable
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | global_ctors_dtors.ll | 10 @.str3 = private unnamed_addr constant [5 x i8] c"main\00", align 1 48 %1 = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str3, i32 0, i32 0))
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | pre-compare.ll | 37 @.str3 = private unnamed_addr constant [12 x i8] c"step 2: %d\0A\00", align 1 59 …32 (i8*, ...) @printf(i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str3, i64 0, i64 0), i32…
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | pre-compare.ll | 37 @.str3 = private unnamed_addr constant [12 x i8] c"step 2: %d\0A\00", align 1 59 …32 (i8*, ...) @printf(i8* getelementptr inbounds ([12 x i8], [12 x i8]* @.str3, i64 0, i64 0), i32…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | darwin-tls-call-clobber.ll | 10 @.str.2 = private unnamed_addr constant [5 x i8] c"str3\00", align 1 11 @str3 = global i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str.2, i32 0, i32 0), align 8 52 %4 = load i8*, i8** @str3, align 8 83 %17 = load i8*, i8** @str3, align 8 105 %27 = load i8*, i8** @str3, align 8
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nonnull-global-constants.mm | 110 extern CFStringRef _Nonnull str3; 112 clang_analyzer_eval(str3); // expected-warning{{TRUE}}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-2012-06-06-FPToUI.ll | 7 @.str3 = private unnamed_addr constant [7 x i8] c"%f %u\0A\00", align 1 45 …%call4 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str3, i32 0…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | early-ret.ll | 52 @.str3 = private unnamed_addr constant [2 x i8] c"d\00" 74 … [ getelementptr inbounds ([2 x i8], [2 x i8]* @.str3, i64 0, i64 0), %sw.bb3 ],
|