Home
last modified time | relevance | path

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

/third_party/boost/libs/phoenix/test/function/
Dlazy_thunk_tests.cpp38 BOOST_TEST( thunk2(plus,1,2)()() == 3); in main()
39 BOOST_TEST( thunk2(plus,arg1,arg2)(1,2)() == 3); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h541 std::function<Variable *()> thunk1, std::function<Variable *()> thunk2) { in applyToThunkedArgs() argument
544 auto *Src2 = thunk2(); in applyToThunkedArgs()