Home
last modified time | relevance | path

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

/third_party/boost/libs/phoenix/test/function/
Dlazy_thunk_tests.cpp36 BOOST_TEST( thunk1(inc,1)()() == 2); in main()
37 BOOST_TEST( thunk1(inc,arg1)(1)() == 2); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h531 std::function<Variable *()> thunk1) { in applyToThunkedArgs() argument
533 auto *Src1 = thunk1(); in applyToThunkedArgs()
541 std::function<Variable *()> thunk1, std::function<Variable *()> thunk2) { in applyToThunkedArgs() argument
543 auto *Src1 = thunk1(); in applyToThunkedArgs()