Home
last modified time | relevance | path

Searched defs:str1 (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstring-compare.cpp12 std::string str1("a", 1); in Test() local
88 std::string str1("a", 1); in Valid() local
/llvm-project/clang/test/Lexer/
H A Draw-string-dlim-invalid.cpp5 char const *str1 = R")"; variable
H A Dcxx0x_raw_string_delim_length.cpp3 const char *str1 = R"(abcdef)"; // ok variable
/llvm-project/clang/test/CodeGen/
H A D2007-05-11-str-const.c4 static const unsigned char str1[]="1"; variable
/llvm-project/llvm/test/MC/X86/AlignedBundling/
H A Drodata-section.s23 .str1: label
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-literal-with-embedded-nul.cpp55 std::string str1 = "abc\0def"; in TestA() local
77 std::wstring str1 = L"abc\0def"; in TestW() local
H A Dnot-null-terminated-result-in-initialization-strlen.c39 int bad_strncmp_1(char *str1, const char *str2) { in bad_strncmp_1()
46 int good_strncmp_1(char *str1, const char *str2) { in good_strncmp_1()
H A Dnot-null-terminated-result-strlen.c70 int bad_strncmp_1(char *str0, const char *str1) { in bad_strncmp_1()
/llvm-project/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp22 char str1[] = "\na"; in main() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
H A Dcompare.pass.cpp37 #define ASSERT_COMPARE(type, str1, str2, expected) \ argument
/llvm-project/compiler-rt/test/dfsan/
H A Dcustom.cpp201 char str1[] = "str1", str2[] = "str2"; in test_memcmp() local
220 char str1[] = "str1", str in test_bcmp() local
239 char str1[] = "str1"; test_memcpy() local
302 char str1[] = "str1", str2[] = "str2"; test_strcmp() local
419 char str1[] = "str1"; test_strlen() local
433 char str1[] = "str1"; test_strnlen() local
461 char str1[] = "str1"; test_strdup() local
480 char str1[] = "str1"; test_strncpy() local
517 char str1[] = "str1", str2[] = "str2"; test_strncmp() local
549 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; test_strcasecmp() local
588 char str1[] = "Str1", str2[] = "str2"; test_strncasecmp() local
633 char str1[] = "str1"; test_strchr() local
1585 char str1[] = "str1str1"; test_strrchr() local
1619 char str1[] = "str1str1"; test_strstr() local
1782 char str1[] = "str1"; test_memchr() local
[all...]
/llvm-project/flang/test/Semantics/
H A Dresolve93.f904 character(10) str1 local
/llvm-project/bolt/test/X86/
H A Djump-table-pic-conflict.s114 str1: .asciz "Message 1\n" label
/llvm-project/lldb/test/API/tools/lldb-dap/completions/
H A Dmain.cpp26 std::string str1 = "a"; in main() local
/llvm-project/clang/test/Analysis/
H A Dnonnull-global-constants.mm82 typedef const CFStringRef str1; typedef
/llvm-project/clang/test/FixIt/
H A Dtypo.cpp24 other_std::strng str1; // expected-error{{use of undeclared identifier 'other_std'; did you mean 'o… variable
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.contains/
H A Dranges.contains.pass.cpp192 const std::string str1{"hi world"}; in test() local
/llvm-project/clang/test/ASTMerge/exprs-cpp/Inputs/
H A Dexprs3.cpp24 const char str1[] = "ABCD"; variable
/llvm-project/llvm/unittests/ADT/
H A DFoldingSet.cpp27 std::string str1= "a test string"; in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp112 const char *str1 = "qwerty"; in TEST() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp64 S str1(a++, a++); // cxx11-warning {{multiple unsequenced modifications to 'a'}} in test() local
H A Darray-bounds.cpp66 const char *str1 = "foo"; in test() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp228 auto str1 = fir::factory::uniqueCGIdent("", "func1"); TEST_F() local
[all...]
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp
/llvm-project/llvm/unittests/Support/
H A DYAMLIOTest.cpp328 std::string str1; member
737 llvm::StringRef str1; member
2484 llvm::StringRef str1, str2, str3; global() member
[all...]

12