Home
last modified time | relevance | path

Searched +defs:test +defs:file (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/libcxx/input.output/iostream.format/print.fun/
H A Dvprint_unicode_windows.pass.cpp61 FILE* file = std::fopen(filename.c_str(), "wb"); test_basics() local
77 static void test(std::wstring_view output, std::string_view input) { test() function
79 FILE* file = std::fopen(filename.c_str(), "wb"); test() local
100 static void test() { test() function
[all...]
/llvm-project/llvm/utils/lit/lit/
H A Dreports.py11 by_suite_and_test_path(test) global() argument
107 _write_testsuite(self, file, suite, tests) global() argument
119 _write_test(self, file, test, suite_name) global() argument
151 _get_skip_reason(self, test) global() argument
268 _get_test_event(self, test, first_start_time) global() argument
[all...]
/llvm-project/llvm/utils/release/
H A DfindRegressions-nightly.py8 test = ["compile", "llc", "jit", "cbe"] variable
19 def parse(file): argument
/llvm-project/flang/unittests/Frontend/
H A DCodeGenActionTest.cpp24 namespace test { namespace
60 namespace test { namespace
99 FrontendInputFile file("/dev/null", InputKind()); TEST() local
[all...]
/llvm-project/libcxx/utils/libcxx/
H A Dheader_information.py156 is_header(file) global() argument
196 test = pathlib.Path(os.path.join(libcxx_root, "test")) global() variable
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp160 for (const auto &test : tests) { in TEST() local
175 for (const auto &test : tests) { in TEST() local
188 for (const auto &test : tests) { in TEST() local
238 for (auto test : posix_tests) { in TEST() local
268 for (auto test : windows_tests) { in TEST() local
407 auto Match = [](const char *pattern, const char *file) { in TEST()
432 FileSpec file = PosixSpec("/tmp/a"); in TEST() local
/llvm-project/clang/utils/
H A Dtoken-delta.py17 def test(self, changes): member in DeltaAlgorithm
102 def __init__(self, type, data, flags, file, line, column): argument
172 def test(self, changes): member in TMBDDelta
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} in ReturnSentinel()
282 const std::string& file() const { return file_; } in file() function
/llvm-project/libc/test/UnitTest/
H A DLibcTest.h62 Location(const char *file, int line) : file(file), line(line) {} member
143 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, test() function
150 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, test() function
158 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, test() function
168 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, test() function
176 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, test() function
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc387 Matcher<const std::string&> matcher, const char* file, in Create()
388 int line, DeathTest** test) { in Create()
674 const char* file, int line) in WindowsDeathTest()
834 const char* file, int line) in FuchsiaDeathTest()
1148 const char* file, int line) in ExecDeathTest()
1407 const char* file, int line, in Create()
1408 DeathTest** test) { in Create()
H A Dgtest.cc450 AssertHelper::AssertHelper(TestPartResult::Type type, const char* file, in AssertHelper()
2826 Test* const test = internal::HandleExceptionsInMethodIfSupported( in Run() local
3355 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName()
3663 static void PrintTestName(const char* test_suite, const char* test) { in PrintTestName()
5997 FILE* const file = posix::FOpen(test_shard_file, "w"); in WriteToShardStatusFileIfNeeded() local
6892 void ScopedTrace::PushTrace(const char* file, int line, std::string message) { in PushTrace()
/llvm-project/lldb/examples/python/
H A Dperformance.py111 file=None, argument
432 test = TesterTestCase() variable
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp60 WTFCrashWithInfo(int line,const char * file,const char * function,int counter,T reason) WTFCrashWithInfo() argument
432 void test() test() function
446 void test() { test() function in UnrelatedClass
590 void test() { test() function in UnrelatedClass2
/llvm-project/clang/test/SemaCXX/
H A Dsource_location.cpp42 constexpr const char *file() const noexcept { return __m_impl ? __m_impl->_M_file_name : ""; } in file() function in std::source_location
777 constexpr bool test() { test() function
892 void test() { test() function
927 void test() { test() function
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py359 __init__(self, test, trace) global() argument
2663 RemoveTempFile(cls, file) global() argument
2673 remove_file(file, num_retries=1, sleep_duration=0.5) global() argument
[all...]