Home
last modified time | relevance | path

Searched defs:hasFeature (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtCpuFeatureUtility.h46 uint32_t hasFeature = 0; in getCpuFeatures() local
DbtVector3.cpp848 uint32_t hasFeature = 0; in btGetCpuCapabilities() local
/external/clang/lib/Basic/
DTargets.cpp1336 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon98321eb30111::PPCTargetInfo
1651 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::NVPTXTargetInfo
3396 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon98321eb30111::X86TargetInfo
4661 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::ARMTargetInfo
5395 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::AArch64TargetInfo
5687 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::HexagonTargetInfo
5846 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::SparcTargetInfo
6198 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::SystemZTargetInfo
6295 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon98321eb30111::MSP430TargetInfo
6388 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function in __anon98321eb30111::TCETargetInfo
[all …]
DModule.cpp60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1418 public boolean hasFeature(String feature,String version) in hasFeature() method in DTMNodeProxy.DTMNodeProxyImplementation
/external/clang/include/clang/Basic/
DTargetInfo.h825 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function