Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp1439 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon36b3de240111::PPCTargetInfo
1817 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::NVPTXTargetInfo
3737 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon36b3de240111::X86TargetInfo
5050 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::ARMTargetInfo
5804 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::AArch64TargetInfo
6124 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::HexagonTargetInfo
6326 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::LanaiTargetInfo
6404 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::SparcTargetInfo
6819 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::SystemZTargetInfo
6929 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon36b3de240111::MSP430TargetInfo
[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/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; } in hasFeature() function
/external/clang/include/clang/Basic/
DTargetInfo.h863 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1356 def hasFeature(self, feature, version): member in DOMImplementation
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1401 def hasFeature(self, feature, version): member in DOMImplementation