Home
last modified time | relevance | path

Searched refs:arch_names (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp85 static const CudaArchToStringMap arch_names[] = { variable
152 std::begin(arch_names), std::end(arch_names), in CudaArchToString()
154 if (result == std::end(arch_names)) in CudaArchToString()
161 std::begin(arch_names), std::end(arch_names), in CudaArchToVirtualArchString()
163 if (result == std::end(arch_names)) in CudaArchToVirtualArchString()
170 std::begin(arch_names), std::end(arch_names), in StringToCudaArch()
172 if (result == std::end(arch_names)) in StringToCudaArch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp133 StreamString arch_names; in ResolveExecutable() local
149 arch_names << LS << arch.GetArchitectureName(); in ResolveExecutable()
158 arch_names.GetData()); in ResolveExecutable()
H A DPlatform.cpp828 StreamString arch_names; in ResolveRemoteExecutable() local
844 arch_names << LS << arch.GetArchitectureName(); in ResolveRemoteExecutable()
852 arch_names.GetData()); in ResolveRemoteExecutable()
/freebsd/contrib/mandoc/
H A Dcgi.c124 static const char *const arch_names[] = { variable
140 static const int arch_MAX = sizeof(arch_names) / sizeof(char *);
480 0 == strcmp(arch_names[i], req->q.arch)) in resp_searchform()
482 printf(">%s</option>\n", arch_names[i]); in resp_searchform()
537 if (strcmp(arch, arch_names[i]) == 0) in validate_arch()