Home
last modified time | relevance | path

Searched defs:substr (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr_rvalue.pass.cpp38 S substr(std::move(orig), pos); test_string_pos() local
52 [[maybe_unused]] S substr = S(std::move(orig), pos); test_string_pos() local
66 S substr(std::move(orig), pos, alloc); test_string_pos_alloc() local
81 [[maybe_unused]] S substr = S(std::move(orig), pos, alloc); test_string_pos_alloc() local
98 S substr(std::move(orig), pos, n); test_string_pos_n() local
112 [[maybe_unused]] S substr = S(std::move(orig), pos, n); test_string_pos_n() local
127 S substr(std::move(orig), pos, n, alloc); test_string_pos_n_alloc() local
146 [[maybe_unused]] S substr = S(std::move(orig), pos, n, alloc); test_string_pos_n_alloc() local
[all...]
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-spi.h149 #define EXPECT_FATAL_FAILURE(statement, substr) \ argument
167 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ argument
217 #define EXPECT_NONFATAL_FAILURE(statement, substr) \ argument
234 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ argument
/llvm-project/flang/unittests/Optimizer/Builder/
H A DCharacterTest.cpp67 auto substr = charHelper.createSubstring(*str.getCharBox(), {lb, ub}); TEST_F() local
/llvm-project/lld/ELF/
H A DSymbolTable.cpp147 std::string substr; getDemangledSyms() local
/llvm-project/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp60 StringRef substr(size_t Start, size_t N = npos) const { in substr() function in llvm::StringRef
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dvariable.cpp207 if (auto substr{cc->Substring(*lbi, *ubi)}) { in Fold() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc976 const std::string& substr) { in HasOneFailure()
1012 const std::string& substr) in SingleFailureChecker()
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp348 static StringRef substr(StringRef Str, uint64_t Len) { substr() function
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3725 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::ValueRange trips,mlir::ValueRange path,mlir::ValueRange substr) build() argument