Home
last modified time | relevance | path

Searched refs:PPL_FUNCTION_CLASS (Results 1 – 3 of 3) sorted by last modified time

/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist6328 #define PPL_FUNCTION_CLASS(name) name ## _function_struct
6332 struct PPL_FUNCTION_CLASS(name); \
6340 struct PPL_FUNCTION_CLASS(name); \
6344 PPL_FUNCTION_CLASS(name)<Policy, PPL_U(type)>::function(arg, a1); \
6349 struct PPL_FUNCTION_CLASS(name); \
6425 struct PPL_FUNCTION_CLASS(name); \
6431 return PPL_FUNCTION_CLASS(name)<Policy1, Policy2, \
7207 struct PPL_FUNCTION_CLASS(construct)<Policy, Policy, Type, Type> {
7215 struct PPL_FUNCTION_CLASS(construct) {
7223 struct PPL_FUNCTION_CLASS(construct_special) {
[all …]
H A Dchecked_inlines.hh250 struct PPL_FUNCTION_CLASS(construct)<Policy, Policy, Type, Type> { in PPL_FUNCTION_CLASS() function
258 struct PPL_FUNCTION_CLASS(construct) { in PPL_FUNCTION_CLASS() function
266 struct PPL_FUNCTION_CLASS(construct_special) { in PPL_FUNCTION_CLASS() function
H A Dchecked_defs.hh46 #define PPL_FUNCTION_CLASS(name) name ## _function_struct macro
50 struct PPL_FUNCTION_CLASS(name); \
53 return PPL_FUNCTION_CLASS(name)<Policy, PPL_U(type)>::function(arg); \
58 struct PPL_FUNCTION_CLASS(name); \
62 PPL_FUNCTION_CLASS(name)<Policy, PPL_U(type)>::function(arg, a1); \
67 struct PPL_FUNCTION_CLASS(name); \
72 PPL_FUNCTION_CLASS(name)<Policy, PPL_U(type)>::function(arg, \
79 struct PPL_FUNCTION_CLASS(name); \
143 struct PPL_FUNCTION_CLASS(name); \
149 return PPL_FUNCTION_CLASS(name)<Policy1, Policy2, \
[all …]