| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | nrvo.cpp | 21 struct string2 { struct 22 string2() = default; 23 string2(string2 &&other) { i = other.i; } in string2() function 26 string2 get_string2() { in get_string2() argument 27 string2 result; in get_string2()
|
| H A D | nrvo-string.cpp | 35 struct string2 { struct 36 string2() = default; 37 string2(string2 &&other) { i = other.i; } in string2() argument 40 string2 __attribute__((noinline)) get_string2() { in get_string2() argument 41 string2 output; in get_string2()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | nrvo-string.cpp | 27 struct string2 { struct 28 string2() = default; 29 string2(string2 &&other) { i = other.i; } in string2() argument 32 string2 __attribute__((noinline)) get_string2() { in get_string2() argument 33 string2 result; in get_string2()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | sym-offset.ll | 8 @string2 = internal global [10 x i8] c"aaaa\00bbbb\00", align 1 20 …ring1, i32 0, i32 0), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @string2, i32 0, i32 0), i…
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro_string.s | 25 .macro concat string1 string2 string3 26 \string1\string2\string3:
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | localization-aggressive.m | 246 …NSString *string2 = NSLocalizedString(@"LocalizedString", nil); // expected-warning {{Localized st… 252 …NSString *string2 = NSLocalizedString(@"LocalizedString", @" "); // expected-warning {{Localized s… 258 …NSString *string2 = NSLocalizedStringFromTableInBundle(@"LocalizedString", nil, [[NSBundle alloc] … 264 …NSString *string2 = HOM(@"Hello"); // expected-warning {{Localized string macro should include a … 277 NSString *string2 = KCLocalizedString(@"Hello",nil); // no-warning 283 NSString *string2 = POSSIBLE_FALSE_POSITIVE(@"Hello", @"Hello"); // no-warning
|
| H A D | malloc.mm | 327 …NSString *string2 = [[NSString alloc] initWithCharactersNoCopy:characters length:12 freeWhenDone:1… 328 if (!string2) {
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | globalinit.c | 20 char string2[4] = "string"; // truncate init variable
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | commandline-meta1.ll | 7 !0 = !{!"string1", !"string2"}
|
| H A D | ident-meta1.ll | 8 !1 = !{!"string1", !"string2"}
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | 2009-01-21-SortInvalidation.ll | 8 …truct.re_pattern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 …
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-21-SortInvalidation.ll | 8 …truct.re_pattern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 …
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | nsobject-attribute.m | 59 …char* __attribute__((NSObject)) string2 = 0; // expected-warning {{'NSObject' attribute may be put…
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-boxing.m.result | 106 NSString *string2 = @(utf8Bytes);
|
| H A D | objcmt-boxing.m | 106 NSString *string2 = [[NSString alloc] initWithUTF8String:utf8Bytes];
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | designated-initializers.c | 214 char *string2; member
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 3080 string2 = 'bar'; 3088 string2 = 'bar'; 3096 string2 = "bar";
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1645 ``!find(``\ *string1*\ ``,`` *string2*\ [``,`` *start*]\ ``)`` 1646 This operator searches for *string2* in *string1* and produces its
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 643 NSString *string2 = NSLocalizedString(@"LocalizedString", @" "); // warn
|