Searched defs:TestFunction (Results 1 – 5 of 5) sorted by relevance
19 struct TestFunction { struct26 TestFunction(LLVMContext &Ctx, Module &M, int addVal) { in TestFunction() function
17 void TestFunction() { in TestFunction() function
9 void TestFunction() { in TestFunction() function
69 int TestFunction __attribute__((cleanup(function1))); in function1() local
26 enum class TestFunction { Sample, Empty }; enum