ExprArg 38 src/Function.h ExternFuncArgument(Expr e): arg_type(ExprArg), expr(e) {} ExprArg 39 src/Function.h ExternFuncArgument(int e): arg_type(ExprArg), expr(e) {} ExprArg 40 src/Function.h ExternFuncArgument(float e): arg_type(ExprArg), expr(e) {} ExprArg 49 src/Function.h bool is_expr() const {return arg_type == ExprArg;} ExprArg 54 src/WrapExternStages.cpp } else if (arg.arg_type == ExternFuncArgument::ExprArg) {