Home
last modified time | relevance | path

Searched refs:str4 (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dentsize.s25 .type .L.str4,@object # @.str4
26 .L.str4:
28 .size .L.str4, 7
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dnot-null-terminated-result-strlen.c82 int good_strncmp_1_2(char *str4, const char *str5) { in good_strncmp_1_2() argument
83 return strncmp(str4, str5, strlen(str4)); in good_strncmp_1_2()
H A Dstring-literal-with-embedded-nul.cpp61 std::string str4{"\x00\x01\x02\x03"}; in TestA() local
83 std::wstring str4{L"\x00\x01\x02\x03"}; in TestW() local
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dpr33185.ll5 @.str4 = private unnamed_addr constant [6 x i8] c"D:%d\0A\00", align 1
27 … i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), i32…
54 …%call4= tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i…
83 … i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), i32…
87 … i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), i32…
110 …%call5= tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i…
116 …%call4= tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i…
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmemcpy-inline.ll18 @.str4 = private unnamed_addr constant [18 x i8] c"DHRYSTONE PROGR \00", align 1
190 ; RV32ALIGNED-NEXT: lui a1, %hi(.L.str4)
191 ; RV32ALIGNED-NEXT: addi a1, a1, %lo(.L.str4)
197 ; RV64ALIGNED-NEXT: lui a1, %hi(.L.str4)
198 ; RV64ALIGNED-NEXT: addi a1, a1, %lo(.L.str4)
222 ; RV64UNALIGNED-NEXT: lui a1, %hi(.L.str4)
223 ; RV64UNALIGNED-NEXT: ld a2, %lo(.L.str4)(a1)
224 ; RV64UNALIGNED-NEXT: addi a1, a1, %lo(.L.str4)
232 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([18 x i8], [18 x i8]* @.str4, i64 0, i64 0), i64…
/llvm-project-15.0.7/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error…
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-mergeable-str.ll36 ; CHECK-NEXT: .csect .rodata.str4.4[RO],2
52 ; CHECKOBJ-NEXT: 00000018 <.rodata.str4.4>:
H A Dearly-ret.ll53 @.str4 = private unnamed_addr constant [2 x i8] c"e\00"
73 … [ getelementptr inbounds ([2 x i8], [2 x i8]* @.str4, i64 0, i64 0), %sw.bb4 ],
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2010-07-26-GlobalMerge.ll15 @.str4 = private constant [9 x i8] c"~A() %d\0A\00" ; <[9 x i8]*> [#uses=1]
34 …%call.i = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str4,…
61 … i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str4, i32 0, i32 0), i32…
H A Dmemcpy-inline.ll11 @.str4 = private unnamed_addr constant [18 x i8] c"DHRYSTONE PROGR \00", align 1
81 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([18 x i8], [18 x i8]* @.str4, i64 0, i64 0), i64…
H A Dconstantpool-promote.ll18 @.str4 = private unnamed_addr constant [29 x i8] c"same string in two functions\00", align 1
71 tail call void @a(i8* getelementptr inbounds ([29 x i8], [29 x i8]* @.str4, i32 0, i32 0)) #2
76 tail call void @b(i8* getelementptr inbounds ([29 x i8], [29 x i8]* @.str4, i32 0, i32 0)) #2
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Ddarwin-tls-call-clobber.ll12 @.str.3 = private unnamed_addr constant [5 x i8] c"str4\00", align 1
13 @str4 = global i8* getelementptr inbounds ([5 x i8], [5 x i8]* @.str.3, i32 0, i32 0), align 8
54 %5 = load i8*, i8** @str4, align 8
85 %18 = load i8*, i8** @str4, align 8
114 %29 = load i8*, i8** @str4, align 8
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnonnull-global-constants.mm116 extern const CFStringRef _Nonnull str4;
118 clang_analyzer_eval(str4); // expected-warning{{TRUE}}
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dglobal-ctors-and-dtors.ll27 @str4 = global [26 x i8] c"Goodbye from __cxa_atexit\00"
33 …%puts.i = tail call i32 @puts(i8* getelementptr inbounds ([26 x i8], [26 x i8]* @str4, i64 0, i64 …
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-andCmpBrToTBZ.ll5 define zeroext i1 @foo(i1 %IsEditable, i1 %isTextField, i8* %str1, i8* %str2, i8* %str3, i8* %str4,…
46 %cmp.i13.i.i.i22 = icmp eq i8* %str3, %str4
H A Darm64-memcpy-inline.ll11 @.str4 = private unnamed_addr constant [18 x i8] c"DHRYSTONE PROGR \00", align 1
68 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([18 x i8], [18 x i8]* @.str4, i64 0, i64 0), i64…
/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo.cpp83 yarn str4; // expected-error{{unknown type name 'yarn'; did you mean 'nonstd::yarn'?}} variable
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2005-12-01-Crash.ll8 @str4 = external global [2 x i8] ; <[2 x i8]*> [#uses=0]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Ddisable-simplify-libcalls.ll12 @.str4 = constant [6 x i8] c"123.4\00", align 1
189 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
197 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
205 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dvec-pred-spill1.ll24 @str4 = private unnamed_addr constant [98 x i8] c"Q6VecPred4 : Q6_Q_vandor_QVR(Q6_Q_vand_VR(Q6_V_v…
48 …%puts6 = tail call i32 @puts(i8* getelementptr inbounds ([98 x i8], [98 x i8]* @str4, i32 0, i32 0…
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/RISCV/
H A Dswitch_to_lookup_table-rv32.ll155 @.str4 = private unnamed_addr constant [6 x i8] c"error\00", align 1
167 …D]], [[SWITCH_LOOKUP]] ], [ getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), [[E…
184 …%retval.0 = phi i8* [ getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), %sw.defau…
H A Dswitch_to_lookup_table-rv64.ll155 @.str4 = private unnamed_addr constant [6 x i8] c"error\00", align 1
167 …D]], [[SWITCH_LOOKUP]] ], [ getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), [[E…
184 …%retval.0 = phi i8* [ getelementptr inbounds ([6 x i8], [6 x i8]* @.str4, i64 0, i64 0), %sw.defau…
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dreverse_branches.ll6 @str4 = private unnamed_addr constant [5 x i8] c"Bug!\00"
171 %puts = call i32 @puts(ptr @str4)
218 %puts43 = call i32 @puts(ptr @str4)
/llvm-project-15.0.7/llvm/test/Linker/
H A D2004-05-07-TypeResolution1.ll14 @str4 = constant [4 x i8] zeroinitializer ; <[4 x i8]*> [#uses=0]
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m189 NSString *str4 = [NSString
414 [newArray addObject:str4];
555 [nsmutableset addObject:str4];
578 CFArraySetValueAtIndex(mutable_array_ref, 3, str4);
593 CFBinaryHeapAddValue(binheap_ref, str4);

12