Home
last modified time | relevance | path

Searched refs:kString (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/msan/
H A Dstrndup.cpp15 char kString[4] = "abc"; in main() local
16 __msan_poison(kString + 2, 1); in main()
17 char *copy = strndup(kString, 4); // BOOM in main()
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrdup_oob_test.cpp18 char kString[] = "foo"; variable
21 char *copy = strdup(kString); in main()
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dstrndup_oob_test.cpp14 char kString[] = "foo"; variable
17 char *copy = strndup(kString, 2); in main()
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp31 const StringRef kString = "string"; in TEST() local
32 VariantValue Value = kString; in TEST()
35 EXPECT_EQ(kString, Value.getString()); in TEST()
/llvm-project/mlir/include/mlir/Bytecode/
H A DEncoding.h66 kString = 0, enumerator
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp41 case bytecode::Section::kString: in toString()
67 case bytecode::Section::kString: in isSectionOptional()
1682 fileLoc, *sectionDatas[bytecode::Section::kString]))) in read()
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp1328 emitter.emitSection(bytecode::Section::kString, std::move(stringEmitter));