/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SPIR.h | 245 bool hasFeature(StringRef Feature) const override { in hasFeature() function 293 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | Lanai.cpp | 53 bool LanaiTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LanaiTargetInfo
|
H A D | MSP430.h | 60 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | DirectX.h | 71 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | TCE.h | 96 bool hasFeature(StringRef Feature) const override { return Feature == "tce"; } in hasFeature() function
|
H A D | PNaCl.h | 51 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | BPF.h | 50 bool hasFeature(StringRef Feature) const override { in hasFeature() function
|
H A D | Mips.cpp | 216 bool MipsTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in MipsTargetInfo
|
H A D | M68k.cpp | 123 bool M68kTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in clang::targets::M68kTargetInfo
|
H A D | NVPTX.cpp | 166 bool NVPTXTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in NVPTXTargetInfo
|
H A D | CSKY.cpp | 99 bool CSKYTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in CSKYTargetInfo
|
H A D | SystemZ.cpp | 126 bool SystemZTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in SystemZTargetInfo
|
H A D | LoongArch.cpp | 280 bool LoongArchTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in LoongArchTargetInfo
|
H A D | Hexagon.cpp | 211 bool HexagonTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in HexagonTargetInfo
|
H A D | WebAssembly.cpp | 46 bool WebAssemblyTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in WebAssemblyTargetInfo
|
H A D | PPC.cpp | 716 bool PPCTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in PPCTargetInfo
|
H A D | RISCV.cpp | 317 bool RISCVTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in RISCVTargetInfo
|
H A D | X86.cpp | 1165 bool X86TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in X86TargetInfo
|
H A D | ARM.cpp | 647 bool ARMTargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in ARMTargetInfo
|
H A D | AArch64.cpp | 723 bool AArch64TargetInfo::hasFeature(StringRef Feature) const { in hasFeature() function in AArch64TargetInfo
|
/freebsd/stand/lua/ |
H A D | core.lua | 405 function core.hasFeature(name) function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 119 bool hasFeature(unsigned Feature) const { in hasFeature() function
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 100 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 839 #define hasFeature(F) ((Features[F / 32] >> (F % 32)) & 1) in getAvailableFeatures() macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1487 virtual bool hasFeature(StringRef Feature) const { in hasFeature() function
|