Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupportTest.cpp97 checkDataflow("void target() {}", "target", Expectations.AsStdFunction()); in TEST()
109 checkDataflow("void fun() {}", "fun", Expectations.AsStdFunction()); in TEST()
127 "target", Expectations.AsStdFunction()); in TEST()
152 "target", Expectations.AsStdFunction()); in TEST()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1853 std::function<R(Args...)> AsStdFunction() { in AsStdFunction() function