Home
last modified time | relevance | path

Searched refs:TestBlocks (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp431 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
433 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
438 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
549 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
551 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
556 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
654 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
656 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
661 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp432 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
434 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
439 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
550 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
552 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
557 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
561 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
655 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
657 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
662 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp372 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
374 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
379 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
490 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
492 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
497 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
501 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
595 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
597 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
602 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/bugpoint/
H A DCrashDebugger.cpp440 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
442 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
447 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
559 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
570 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
665 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
667 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
672 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
559 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
570 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
664 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
666 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
671 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
559 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
570 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
664 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
666 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
671 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept))
443 if (!Prefix.empty() && TestBlocks(Prefix))
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
560 if (!Kept.empty() && TestBlocks(Kept))
562 if (!Prefix.empty() && TestBlocks(Prefix))
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks(
666 if (!Kept.empty() && TestBlocks(Kept))
668 if (!Prefix.empty() && TestBlocks(Prefix))
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/nameconflict_in/
H A DTestBlocks.java3 public class TestBlocks { class
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/InlineMethodWorkspace/TestCases/nameconflict_out/
H A DTestBlocks.java3 public class TestBlocks { class
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/doc/
H A Dcomment_test.go77 func TestBlocks(t *testing.T) { func
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/doc/
H A Dcomment_test.go77 func TestBlocks(t *testing.T) { func
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/doc/
H A Dcomment_test.go77 func TestBlocks(t *testing.T) { func
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/doc/
H A Dcomment_test.go130 func TestBlocks(t *testing.T) { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/doc/
H A Dcomment_test.go130 func TestBlocks(t *testing.T) { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/doc/
H A Dcomment_test.go130 func TestBlocks(t *testing.T) { func
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/doc/
H A Dcomment_test.go130 func TestBlocks(t *testing.T) { func

1234