Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dnoinline-template.cpp14 Vector<int> strs; in foo() local
/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
/llvm-project-15.0.7/libcxx/test/std/containers/views/views.span/span.cons/
H A Dassign.pass.cpp37 std::string strs[] = {"ABC", "DEF", "GHI"}; variable
/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/llvm/unittests/Support/
H A DParallelTest.cpp60 const char *strs[] = {"a", "ab", "abc", "abcd", "abcde", "abcdef"}; in TEST() local
/llvm-project-15.0.7/lld/ELF/
H A DMapFile.cpp94 auto strs = std::make_unique<std::string[]>(syms.size()); in getSymbolStrings() local
/llvm-project-15.0.7/clang/tools/arcmt-test/
H A Darcmt-test.cpp251 SmallVector<StringRef, 8> strs; in verifyTransformedFiles() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp111 std::vector<std::string> strs; in GetStrings() local
H A Dlldb-vscode.cpp157 std::vector<const char *> MakeArgv(const llvm::ArrayRef<std::string> &strs) { in MakeArgv()
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1562 SmallVector<StringRef, 8> strs; in computeHostNumPhysicalCores() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp437 llvm::StringSet<> strs; in apply() local
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp492 MlirStringRef *strs) { in mlirDenseElementsAttrStringGet()