Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp295 Incomplete incompleteFunction();
301 unique_function<Incomplete()> IncompleteReturnInCallable{incompleteFunction}; in TEST()
305 incompleteFunction}; in TEST()
310 Incomplete incompleteFunction() { return {}; } in incompleteFunction() function