Searched defs:EmptyFunction (Results 1 – 8 of 8) sorted by relevance
54 struct EmptyFunction<R(Args...)> { struct55 R operator()(Args... args) const { return fptr(args...); } in operator ()()56 bool operator==(decltype(nullptr)) const { return true; } in operator ==()58 R(*fptr)
261 TEST(ParserTest, EmptyFunction) { in TEST() argument
262 TEST(ParserIntegrationTest, EmptyFunction) { in TEST() argument
1934 void EmptyFunction() {} in EmptyFunction() function
2042 void EmptyFunction() {} in EmptyFunction() function
1210 TEST_P(ValidateCFG, EmptyFunction) { in TEST_P() argument