Searched refs:CpuVerNum (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp46 int CpuVerNum = std::stoi(CpuVerNumStr); local
47 if (CpuVerNum >= 2)
50 if (CpuVerNum >= 3) {
55 if (CpuVerNum >= 4) {

Completed in 158 milliseconds