Searched refs:TestFuncs (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/typ/typ/tests/
H A Dtest_case_test.py18 class TestFuncs(test_case.MainTestCase): class in inherits:test_case.MainTestCase
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp193 bool Ret = TestFuncs(Suffix, Error);
200 bool Ret = TestFuncs(Prefix, Error);
209 bool TestFuncs(const std::vector<Function*> &Prefix, std::string &Error);
234 /// TestFuncs - split functions in a Module into two groups: those that are
238 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, function in class:ReduceMiscompilingFunctions
454 bool Ret = TestFuncs(Suffix, Error);
461 bool Ret = TestFuncs(Prefix, Error);
470 bool TestFuncs(const std::vector<BasicBlock*> &BBs, std::string &Error);
474 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
477 bool ReduceMiscompiledBlocks::TestFuncs(cons function in class:ReduceMiscompiledBlocks
[all...]
H A DCrashDebugger.cpp199 if (!Kept.empty() && TestFuncs(Kept))
201 if (!Prefix.empty() && TestFuncs(Prefix))
206 bool TestFuncs(std::vector<Function*> &Prefix);
233 bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { function in class:ReduceCrashingFunctions

Completed in 972 milliseconds