/external/llvm/test/MC/ELF/ |
D | entsize.s | 20 .type .L.str3,@object # @.str3 21 .L.str3: 23 .size .L.str3, 9
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | entsize.s | 20 .type .L.str3,@object # @.str3 21 .L.str3: 23 .size .L.str3, 9
|
/external/llvm/test/CodeGen/X86/ |
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 …32 0, i32 0), i32 1992, i8* getelementptr inbounds ([1 x i8], [1 x i8]* @.str3, i32 0, i32 0), i32…
|
D | unaligned-load.ll | 6 @.str3 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, 2'ND STRING\00", align 8 15 …i64(i8* %String2Loc9, i8* getelementptr inbounds ([31 x i8], [31 x i8]* @.str3, i64 0, i64 0), i64… 30 ; COREI7: movups _.str3 37 ; CORE2-NEXT: _.str3:
|
D | byval-align.ll | 7 @.str3 = private constant [7 x i8] c"test.c\00", align 1 ; <[7 x i8]*> [#uses=1] 30 … @.str2, i64 0, i64 0), i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str3, i64 0, i64 0), i32…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | unaligned-load.ll | 6 @.str3 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, 2'ND STRING\00", align 8 15 ….p0i8.p0i8.i64(i8* %String2Loc9, i8* getelementptr inbounds ([31 x i8]* @.str3, i64 0, i64 0), i64… 30 ; COREI7: movups _.str3 37 ; CORE2-NEXT: _.str3:
|
D | byval-align.ll | 7 @.str3 = private constant [7 x i8] c"test.c\00", align 1 ; <[7 x i8]*> [#uses=1] 30 …([2 x i8]* @.str2, i64 0, i64 0), i8* getelementptr inbounds ([7 x i8]* @.str3, i64 0, i64 0), i32…
|
/external/libxml2/ |
D | error.c | 459 const char *str2, const char *str3, int int1, int col, in __xmlRaiseError() argument 593 if (str3 != NULL) in __xmlRaiseError() 594 to->str3 = (char *) xmlStrdup((const xmlChar *) str3); in __xmlRaiseError() 887 if (err->str3 != NULL) in xmlResetError() 888 xmlFree(err->str3); in xmlResetError() 958 char *message, *file, *str1, *str2, *str3; in xmlCopyError() local 967 str3 = (char *) xmlStrdup ((xmlChar *) from->str3); in xmlCopyError() 977 if (to->str3 != NULL) in xmlCopyError() 978 xmlFree(to->str3); in xmlCopyError() 992 to->str3 = str3; in xmlCopyError()
|
/external/elfutils/tests/ |
D | elfstrtab.c | 42 static char *str3; variable 101 if (str == NULL || strcmp (str3, str) != 0) in check_strings() 261 str3 = "three2"; in check_elf() 262 str3_off = add_string (scn, str3); in check_elf() 323 str3 = "forty-two"; in check_elf() 324 str3_off = add_string (scn, str3); in check_elf()
|
/external/ltp/testcases/kernel/syscalls/fmtmsg/ |
D | fmtmsg01.c | 63 char *str3 = "LTP:fmtmsg: LTP_TEST: LTP fmtmsg() test2 message, NOT an error"; variable 169 fread(buf, sizeof(buf[0]), strlen(str3), fp); in main() 170 if (strcmp(str3, buf) != 0) { in main() 171 fprintf(temp, "Expected string: %s\n", str3); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | incaltst.cpp | 436 UnicodeString str3; in TestBuddhistFormat() local 437 fmt->format(otherDate, str3); in TestBuddhistFormat() 438 …t of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3)); in TestBuddhistFormat() 521 UnicodeString str3; in TestJapaneseFormat() local 524 fmt->format(otherDate, str3); in TestJapaneseFormat() 525 …cted + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarT… in TestJapaneseFormat() 552 UnicodeString str3; in TestJapaneseFormat() local 555 fmt->format(otherDate, str3); in TestJapaneseFormat() 557 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) ); in TestJapaneseFormat() 854 UnicodeString str3; in TestPersianFormat() local [all …]
|
D | tchcfmt.h | 51 double v3, const char* str3);
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2012-07-17-lftr-undef.ll | 7 @.str3 = private constant [6 x i8] c"%lld\0A\00", align 1 16 …rintf(i8* noalias nocapture getelementptr inbounds ([6 x i8], [6 x i8]* @.str3, i64 0, i64 0), i64…
|
/external/mesa3d/src/util/tests/hash_table/ |
D | collision.c | 39 const char *str3 = "test3"; in main() local 54 _mesa_hash_table_insert_pre_hashed(ht, bad_hash, str3, NULL); in main()
|
/external/webrtc/webrtc/base/ |
D | versionparsing_unittest.cc | 39 std::string str3("garbarge"); in TEST() local 40 EXPECT_FALSE(ParseVersionString(str3, kExampleSegments, ver)); in TEST()
|
/external/llvm/test/Transforms/LoopUnswitch/ |
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) …
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/ |
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]* @str3, i64 0, i64 0) ) ; <i32>…
|
/external/icu/icu4c/source/test/cintltst/ |
D | ulistfmttest.c | 33 static const UChar str3[] = { 0x44,0x64,0x64,0x64,0 }; /* "Dddd" */ variable 35 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | elf-reloc-02.ll | 24 @.str3 = private constant [7 x i8] c"@exit\0A\00", align 4 35 …%3 = tail call i32 (...)* @write(i32 1, i8* getelementptr inbounds ([7 x i8]* @.str3, i32 0, i32 0…
|
/external/llvm/test/Transforms/InstCombine/ |
D | strstr-1.ll | 10 @.str3 = private constant [4 x i8] c"bcd\00" 39 %pat = getelementptr inbounds [4 x i8], [4 x i8]* @.str3, i32 0, i32 0
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | StrStr.ll | 10 @.str3 = private constant [4 x i8] c"bcd\00" ; <[4 x i8]*> [#uses=1] 34 …([6 x i8]* @.str2, i32 0, i32 0), i8* getelementptr inbounds ([4 x i8]* @.str3, i32 0, i32 0)) nou…
|
/external/llvm/test/MC/COFF/ |
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))
|
/external/clang/test/Lexer/ |
D | cxx0x_raw_string_delim_length.cpp | 5 const char *str3 = R"()"; // ok variable
|
/external/llvm/test/Transforms/GVN/ |
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…
|
/external/llvm/test/CodeGen/AArch64/ |
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…
|