Lines Matching refs:feat
37 #define DECL_FEATURE_ENUM(feat, ...) kFeature_##feat,
50 #define DECL_FEATURE_GETTER(feat, ...) \
51 constexpr bool has_##feat() const { return contains(kFeature_##feat); }
57 #define NAME(feat, ...) \
58 case WasmFeature::kFeature_##feat: \
59 return #feat;
77 #define LIST_FEATURE(feat, ...) kFeature_##feat,