Home
last modified time | relevance | path

Searched refs:outstr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go84 outstr := string(out)
85 outstr = strings.TrimSuffix(outstr, "\n")
86 outstr = strings.Replace(outstr, "\n", " ", -1)
87 return outstr
/llvm-project-15.0.7/pstl/test/support/
H A Dutils.h57 outstr << std::endl; in issue_error_message()
58 std::cerr << outstr.str(); in issue_error_message()
67 std::stringstream outstr; in expect() local
69 issue_error_message(outstr); in expect()
81 std::stringstream outstr; in expect_equal() local
84 issue_error_message(outstr); in expect_equal()
96 std::stringstream outstr; in expect_equal() local
99 issue_error_message(outstr); in expect_equal()
107 std::stringstream outstr; in expect_equal() local
110 issue_error_message(outstr); in expect_equal()
[all …]
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompUtils.cmake194 set(outstr) variable
195 string(REGEX REPLACE "[ \t]+" ";" outstr "${str}")
196 set(${return_list} "${outstr}" PARENT_SCOPE)