Lines Matching refs:target_env
80 if #[cfg(not(target_env = "gnu"))] {
509 #[cfg(not(any(target_env = "uclibc", target_os = "nto")))]
511 #[cfg(not(any(target_env = "uclibc", target_os = "nto")))]
513 #[cfg(not(any(target_env = "uclibc", target_os = "nto")))]
515 #[cfg(not(any(target_env = "uclibc", target_os = "nto")))]
660 #[cfg(any(target_env = "musl", target_env = "ohos"))]
662 #[cfg(not(any(target_env = "musl", target_env = "ohos")))]
1195 any(target_env = "musl", target_env = "ohos", target_pointer_width = "32"),
1200 not(target_env = "musl"),
1201 not(target_env = "ohos"),
1598 any(target_env = "musl", target_env = "ohos"),
1605 any(target_env = "musl", target_env = "ohos"),
1612 not(any(target_env = "musl", target_env = "ohos")),
1619 not(any(target_env = "musl", target_env = "ohos")),
2159 target_env = "gnu",
2160 target_env = "musl",
2161 target_env = "ohos"
2918 #[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]
2972 if #[cfg(not(target_env = "uclibc"))] {
3277 #[cfg(not(all(target_env = "uclibc", target_arch = "mips")))]
6120 any(target_env = "gnu", target_env = "musl", target_env = "ohos"),
6131 if #[cfg(all(not(target_env = "uclibc"), not(target_env = "ohos")))] {
6162 if #[cfg(not(target_env = "uclibc"))] {
6212 if #[cfg(not(target_env = "ohos"))] {
6279 not(any(target_env = "musl", target_env = "ohos")),
6923 if #[cfg(not(target_env = "musl"))] {
6949 if #[cfg(target_env = "uclibc")] {
6952 } else if #[cfg(any(target_env = "musl", target_env = "ohos"))] {
6955 } else if #[cfg(target_env = "gnu")] {