Lines Matching refs:Strings

121   static const char *Strings[] = {  in CPU_arch()  local
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_arch()
152 static const char *Strings[] = { "Not Permitted", "Permitted" }; in ARM_ISA_use() local
156 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ARM_ISA_use()
162 static const char *Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; in THUMB_ISA_use() local
166 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in THUMB_ISA_use()
172 static const char *Strings[] = { in FP_arch() local
179 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_arch()
185 static const char *Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; in WMMX_arch() local
189 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in WMMX_arch()
195 static const char *Strings[] = { in Advanced_SIMD_arch() local
201 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Advanced_SIMD_arch()
207 static const char *Strings[] = { in PCS_config() local
214 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in PCS_config()
220 static const char *Strings[] = { "v6", "Static Base", "TLS", "Unused" }; in ABI_PCS_R9_use() local
224 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_R9_use()
230 static const char *Strings[] = { in ABI_PCS_RW_data() local
236 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RW_data()
242 static const char *Strings[] = { "Absolute", "PC-relative", "Not Permitted" }; in ABI_PCS_RO_data() local
246 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RO_data()
252 static const char *Strings[] = { "Not Permitted", "Direct", "GOT-Indirect" }; in ABI_PCS_GOT_use() local
256 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_GOT_use()
262 static const char *Strings[] = { in ABI_PCS_wchar_t() local
268 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_wchar_t()
274 static const char *Strings[] = { "IEEE-754", "Runtime" }; in ABI_FP_rounding() local
278 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_rounding()
284 static const char *Strings[] = { "Unsupported", "IEEE-754", "Sign Only" }; in ABI_FP_denormal() local
288 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_denormal()
294 static const char *Strings[] = { "Not Permitted", "IEEE-754" }; in ABI_FP_exceptions() local
298 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_exceptions()
305 static const char *Strings[] = { "Not Permitted", "IEEE-754" }; in ABI_FP_user_exceptions() local
309 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_user_exceptions()
315 static const char *Strings[] = { in ABI_FP_number_model() local
321 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_number_model()
327 static const char *Strings[] = { in ABI_align_needed() local
334 if (Value < array_lengthof(Strings)) in ABI_align_needed()
335 Description = std::string(Strings[Value]); in ABI_align_needed()
347 static const char *Strings[] = { in ABI_align_preserved() local
355 if (Value < array_lengthof(Strings)) in ABI_align_preserved()
356 Description = std::string(Strings[Value]); in ABI_align_preserved()
368 static const char *Strings[] = { in ABI_enum_size() local
374 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_enum_size()
380 static const char *Strings[] = { in ABI_HardFP_use() local
386 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_HardFP_use()
392 static const char *Strings[] = { in ABI_VFP_args() local
398 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_VFP_args()
404 static const char *Strings[] = { "AAPCS", "iWMMX", "Custom" }; in ABI_WMMX_args() local
408 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_WMMX_args()
415 static const char *Strings[] = { in ABI_optimization_goals() local
422 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_optimization_goals()
429 static const char *Strings[] = { in ABI_FP_optimization_goals() local
436 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_optimization_goals()
464 static const char *Strings[] = { "Not Permitted", "v6-style" }; in CPU_unaligned_access() local
468 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_unaligned_access()
474 static const char *Strings[] = { "If Available", "Permitted" }; in FP_HP_extension() local
478 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_HP_extension()
484 static const char *Strings[] = { "Not Permitted", "IEEE-754", "VFPv3" }; in ABI_FP_16bit_format() local
488 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_16bit_format()
494 static const char *Strings[] = { "Not Permitted", "Permitted" }; in MPextension_use() local
498 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in MPextension_use()
504 static const char *Strings[] = { in DIV_use() local
510 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in DIV_use()
516 static const char *Strings[] = { "Not Permitted", "Permitted" }; in T2EE_use() local
520 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in T2EE_use()
526 static const char *Strings[] = { in Virtualization_use() local
533 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Virtualization_use()