Home
last modified time | relevance | path

Searched refs:strs (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.cons/
H A Dassign.pass.cpp266 {strs, strs}, in main()
267 {strs, strs + 1}, in main()
268 {strs, strs + 2}, in main()
269 {strs, strs + 3}, in main()
270 {strs + 1, strs + 1}, in main()
271 {strs + 1, strs + 2}, in main()
272 {strs + 1, strs + 3}, in main()
273 {strs + 2, strs + 2}, in main()
274 {strs + 2, strs + 3}, in main()
275 {strs + 3, strs + 3} in main()
[all …]
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dcrashlog-stacktraces.c19 char** strs = backtrace_symbols(callstack, frames); in death_function() local
21 fprintf(stderr, "%s\n", strs[i]); in death_function()
23 free(strs); in death_function()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dvirtual-near-miss.cpp99 int methoe(int x, char **strs); // Should not warn: parameter types don't match.
105 void methof(int x, const char **strs); // Should not warn: return types don't match.
107 int methoh(int x, const char **strs);
/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp251 SmallVector<StringRef, 8> strs; in verifyTransformedFiles() local
252 inputBuf.get()->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, in verifyTransformedFiles()
255 if (strs.empty()) { in verifyTransformedFiles()
259 if (strs.size() % 2 != 0) { in verifyTransformedFiles()
264 for (unsigned i = 0, e = strs.size(); i != e; i += 2) { in verifyTransformedFiles()
265 StringRef inputOrigFname = strs[i]; in verifyTransformedFiles()
266 StringRef inputResultFname = strs[i+1]; in verifyTransformedFiles()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dnoinline-template.cpp14 Vector<int> strs; in foo() local
15 strs.growStorageBy(); in foo()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dbswap.ll24 @.strs = private unnamed_addr constant [6 x i8] c"%#hx\0A\00", align 1
29 …%pa = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.strs, i64…
39 …%p0 = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.strs, i64…
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DUtils.h44 parsePresburgerSetFromPolyStrings(unsigned numDims, ArrayRef<StringRef> strs,
48 for (StringRef str : strs)
/llvm-project-15.0.7/llvm/unittests/Support/
H A DParallelTest.cpp60 const char *strs[] = {"a", "ab", "abc", "abcd", "abcde", "abcdef"}; in TEST() local
62 parallelTransformReduce(strs, static_cast<size_t>(0), std::plus<size_t>(), in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dreverse_branches.ll148 %strs = alloca [1000 x [1001 x i8]], align 16
163 …%arraydecay = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %indvars.iv50, i6…
165 …%add.ptr = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %indvars.iv50, i64 %…
195 …%arraydecay24 = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %indvars.iv, i6…
212 …%add.ptr30 = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %indvars.iv, i64 %…
/llvm-project-15.0.7/lld/ELF/
H A DMapFile.cpp94 auto strs = std::make_unique<std::string[]>(syms.size()); in getSymbolStrings() local
96 raw_string_ostream os(strs[i]); in getSymbolStrings()
106 ret[syms[i]] = std::move(strs[i]); in getSymbolStrings()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dstaticinit.c14 static char* strs[] = { "one", "two", "three", "four" }; in f() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp111 std::vector<std::string> strs; in GetStrings() local
114 return strs; in GetStrings()
118 strs.push_back(value.getAsString()->str()); in GetStrings()
122 strs.push_back(llvm::to_string(value)); in GetStrings()
130 return strs; in GetStrings()
H A Dlldb-vscode.cpp157 std::vector<const char *> MakeArgv(const llvm::ArrayRef<std::string> &strs) { in MakeArgv() argument
163 for (const auto &s : strs) in MakeArgv()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp437 llvm::StringSet<> strs; in apply() local
439 strs.insert(getOps()->getAsValueRange<StringAttr>().begin(), in apply()
449 if (getOps().has_value() && !strs.contains(op->getName().getStringRef())) in apply()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp492 MlirStringRef *strs) { in mlirDenseElementsAttrStringGet() argument
496 values.push_back(unwrap(strs[i])); in mlirDenseElementsAttrStringGet()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Deasily-swappable-parameters.rst255 This means that in the following example, even while ``strs()`` clearly carries
273 void strs(String Str, StringView SV) { /* ... */ }
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1562 SmallVector<StringRef, 8> strs; in computeHostNumPhysicalCores() local
1563 (*Text)->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, in computeHostNumPhysicalCores()
1569 for (StringRef Line : strs) { in computeHostNumPhysicalCores()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinAttributes.h390 MlirType shapedType, intptr_t numElements, MlirStringRef *strs);
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md1458 llvm::SmallVector<llvm::StringRef, 2> strs;
1459 if (1u == (1u & val)) { strs.push_back("Bit0"); }
1460 if (2u == (2u & val)) { strs.push_back("Bit1"); }
1461 if (4u == (4u & val)) { strs.push_back("Bit2"); }
1462 if (8u == (8u & val)) { strs.push_back("Bit3"); }
1464 return llvm::join(strs, "|");
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dcompare.ll1251 %strs = alloca [1000 x [1001 x i8]], align 16
1252 %x = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %a, i64 %b
1265 %strs = alloca [1000 x [1001 x i8]], align 16
1266 %x = getelementptr inbounds [1000 x [1001 x i8]], ptr %strs, i64 0, i64 %a, i64 %b
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-collect-loh.ll259 ; Indeed, strs do not support litterals.