Home
last modified time | relevance | path

Searched refs:TestFunction (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp19 struct TestFunction { struct
26 TestFunction(LLVMContext &Ctx, Module &M, int addVal) { in TestFunction() argument
111 TestFunction F1(C, M, 27); in TEST()
112 TestFunction F2(C, M, 28); in TEST()
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat_tests.h992 template <class F, class CharT, class TestFunction>
1117 template <class F, class CharT, class TestFunction>
1242 template <class F, class CharT, class TestFunction>
1356 template <class F, class CharT, class TestFunction>
1470 template <class F, class CharT, class TestFunction>
1593 template <class F, class CharT, class TestFunction>
1716 template <class F, class CharT, class TestFunction>
1839 template <class F, class CharT, class TestFunction>
1962 template <class F, class CharT, class TestFunction>
2088 template <class F, class CharT, class TestFunction>
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/
H A Dcoff-weak-exports.def8 TestFunction==AltTestFunction
20 ; CHECK-NEXT: W TestFunction
35 ; SYMBOLS: Name: TestFunction
H A Dmachine-opt.def12 TestFunction
H A Dtriple-prefix.def22 TestFunction
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp24 enum class TestFunction { Sample, Empty }; enum
60 TestFunction fn = TestFunction::Sample) { in checkSample()
64 case TestFunction::Sample: in checkSample()
93 case TestFunction::Empty: in checkSample()
108 TestFunction fn = TestFunction::Sample) { in checkPermutationsSample()
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-stmt.cpp17 void TestFunction() { in TestFunction() function
H A Dast-dump-stmt-json.cpp9 void TestFunction() { in TestFunction() function
H A Dast-dump-attr.cpp69 int TestFunction __attribute__((cleanup(function1))); in function1() local
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt59 void TestFunction(...) {