Lines Matching defs:has
5 //! To configure a target from scratch, a JSON-encoded file has to be passed
164 fn has(&self, option: &str) -> bool {
187 if cfg.has("ARM") {
189 } else if cfg.has("ARM64") {
191 } else if cfg.has("RISCV") {
192 if cfg.has("64BIT") {
197 } else if cfg.has("X86_64") {
209 if cfg.has("MITIGATION_RETPOLINE") {
219 if cfg.has("MITIGATION_SLS") {
235 } else if cfg.has("X86_32") {
237 if !cfg.has("UML") {
251 if cfg.has("MITIGATION_RETPOLINE") {
261 } else if cfg.has("LOONGARCH") {
263 } else if cfg.has("S390") {
278 if cfg.has("CPU_BIG_ENDIAN") {