Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargets.cpp1439 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon1c1d55e60111::PPCTargetInfo
1817 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::NVPTXTargetInfo
3737 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in __anon1c1d55e60111::X86TargetInfo
5050 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::ARMTargetInfo
5804 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::AArch64TargetInfo
6124 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::HexagonTargetInfo
6326 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::LanaiTargetInfo
6404 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::SparcTargetInfo
6819 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::SystemZTargetInfo
6929 bool hasFeature(StringRef Feature) const override { in hasFeature() function in __anon1c1d55e60111::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/clang/include/clang/Basic/
DTargetInfo.h863 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function