Home
last modified time | relevance | path

Searched refs:FeatureName (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-feat-table.hh42 friend struct FeatureName;
79 struct FeatureName struct
177 const FeatureName& get_feature (hb_aat_layout_feature_type_t feature_type) const in get_feature()
210 SortedUnsizedArrayOf<FeatureName>
/external/python/cpython2/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
/external/python/cpython3/Doc/library/
D__future__.rst27 FeatureName = _Feature(OptionalRelease, MandatoryRelease,
/external/clang/lib/Driver/
DTools.cpp699 const char *FeatureName = llvm::ARM::getArchExtFeature(Feature); in DecodeARMFeatures() local
700 if (FeatureName) in DecodeARMFeatures()
701 Features.push_back(FeatureName); in DecodeARMFeatures()
1349 StringRef FeatureName) { in AddTargetFeature() argument
1352 Features.push_back(Args.MakeArgString("+" + FeatureName)); in AddTargetFeature()
1354 Features.push_back(Args.MakeArgString("-" + FeatureName)); in AddTargetFeature()