HomeSort by: relevance | last modified time | path
    Searched defs:callop (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 1072 /* Return true iff CALLOP is the op() for a generic lambda. */
1075 generic_lambda_fn_p (tree callop)
1077 return (LAMBDA_FUNCTION_P (callop)
1078 && DECL_TEMPLATE_INFO (callop)
1079 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (callop)));
1090 tree callop = lambda_function (type); local
1100 bool const generic_lambda_p = generic_lambda_fn_p (callop);
1102 if (!generic_lambda_p && undeduced_auto_decl (callop))
1112 if (!generic_lambda_p && !constraints_satisfied_p (callop))
1126 tree optype = TREE_TYPE (callop);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 1042 /* Return true iff CALLOP is the op() for a generic lambda. */
1045 generic_lambda_fn_p (tree callop)
1047 return (LAMBDA_FUNCTION_P (callop)
1048 && DECL_TEMPLATE_INFO (callop)
1049 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (callop)));
1060 tree callop = lambda_function (type); local
1070 bool const generic_lambda_p = generic_lambda_fn_p (callop);
1072 if (!generic_lambda_p && undeduced_auto_decl (callop))
1082 if (!generic_lambda_p && !constraints_satisfied_p (callop))
1096 tree optype = TREE_TYPE (callop);
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
pass2.h 383 callop(int o) function
386 cerror("callop");
395 #define callop(o) (dope[o]&CALLFLG) macro

Completed in 328 milliseconds