• Home
  • Raw
  • Download

Lines Matching refs:Strings

122   static const char *const Strings[] = {  in CPU_arch()  local
130 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_arch()
153 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in ARM_ISA_use() local
157 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ARM_ISA_use()
163 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; in THUMB_ISA_use() local
167 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in THUMB_ISA_use()
173 static const char *const Strings[] = { in FP_arch() local
180 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_arch()
186 static const char *const Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; in WMMX_arch() local
190 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in WMMX_arch()
196 static const char *const Strings[] = { in Advanced_SIMD_arch() local
202 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Advanced_SIMD_arch()
208 static const char *const Strings[] = { in PCS_config() local
215 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in PCS_config()
221 static const char *const Strings[] = { "v6", "Static Base", "TLS", "Unused" }; in ABI_PCS_R9_use() local
225 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_R9_use()
231 static const char *const Strings[] = { in ABI_PCS_RW_data() local
237 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RW_data()
243 static const char *const Strings[] = { in ABI_PCS_RO_data() local
249 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RO_data()
255 static const char *const Strings[] = { in ABI_PCS_GOT_use() local
261 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_GOT_use()
267 static const char *const Strings[] = { in ABI_PCS_wchar_t() local
273 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_wchar_t()
279 static const char *const Strings[] = { "IEEE-754", "Runtime" }; in ABI_FP_rounding() local
283 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_rounding()
289 static const char *const Strings[] = { in ABI_FP_denormal() local
295 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_denormal()
301 static const char *const Strings[] = { "Not Permitted", "IEEE-754" }; in ABI_FP_exceptions() local
305 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_exceptions()
312 static const char *const Strings[] = { "Not Permitted", "IEEE-754" }; in ABI_FP_user_exceptions() local
316 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_user_exceptions()
322 static const char *const Strings[] = { in ABI_FP_number_model() local
328 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_number_model()
334 static const char *const Strings[] = { in ABI_align_needed() local
341 if (Value < array_lengthof(Strings)) in ABI_align_needed()
342 Description = std::string(Strings[Value]); in ABI_align_needed()
354 static const char *const Strings[] = { in ABI_align_preserved() local
362 if (Value < array_lengthof(Strings)) in ABI_align_preserved()
363 Description = std::string(Strings[Value]); in ABI_align_preserved()
375 static const char *const Strings[] = { in ABI_enum_size() local
381 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_enum_size()
387 static const char *const Strings[] = { in ABI_HardFP_use() local
393 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_HardFP_use()
399 static const char *const Strings[] = { in ABI_VFP_args() local
405 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_VFP_args()
411 static const char *const Strings[] = { "AAPCS", "iWMMX", "Custom" }; in ABI_WMMX_args() local
415 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_WMMX_args()
422 static const char *const Strings[] = { in ABI_optimization_goals() local
429 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_optimization_goals()
436 static const char *const Strings[] = { in ABI_FP_optimization_goals() local
443 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_optimization_goals()
471 static const char *const Strings[] = { "Not Permitted", "v6-style" }; in CPU_unaligned_access() local
475 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_unaligned_access()
481 static const char *const Strings[] = { "If Available", "Permitted" }; in FP_HP_extension() local
485 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_HP_extension()
491 static const char *const Strings[] = { "Not Permitted", "IEEE-754", "VFPv3" }; in ABI_FP_16bit_format() local
495 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_16bit_format()
501 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in MPextension_use() local
505 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in MPextension_use()
511 static const char *const Strings[] = { in DIV_use() local
517 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in DIV_use()
523 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in DSP_extension() local
527 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in DSP_extension()
533 static const char *const Strings[] = { "Not Permitted", "Permitted" }; in T2EE_use() local
537 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in T2EE_use()
543 static const char *const Strings[] = { in Virtualization_use() local
550 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Virtualization_use()