Home
last modified time | relevance | path

Searched defs:function_construct (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/move/example/
Ddoc_construct_forward.cpp66 void function_construct(BOOST_FWD_REF(MaybeRv) x) in function_construct() function
71 void function_construct(BOOST_FWD_REF(MaybeRv) x, BOOST_FWD_REF(MaybeRv2) x2) in function_construct() function
/third_party/boost/libs/move/test/
Dconstruct_forward.cpp93 void function_construct(BOOST_FWD_REF(MaybeRvalue) x) in function_construct() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc2646 Construct* function_construct = constructs_[0].get(); in EmitFunctionBodyStatements() local