Lines Matching defs:folder
75 // The folder take care of all conversions between Fortran types and the related
88 // DynamicType of the Expr<SomeType> returns by folder.
90 // DynamicTypes expected for the Expr<SomeType> arguments of the folder.
91 // The folder will crash if provided arguments of different types.
95 // in argumentTypes, otherwise folder will crash. Any floating point issue
98 Folder folder;
184 // Its static member function "fold" is the resulting folder. It captures the
185 // host runtime function pointer and pass it to the host runtime function folder
954 return hostFunctionPtr->folder(localContext, std::move(args));
956 return hostFunctionPtr->folder(context, std::move(args));
959 return hostFunction.folder;
968 // conversions around the folder.