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

/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp600 unsigned VersionIDs[] = {100, 110, 120, 200, 300}; local
601 for (unsigned I = 0; I < std::size(VersionIDs); I++) {
602 if (VersionIDs[I] >= MinVersion && VersionIDs[I] < MaxVersion) {

Completed in 69 milliseconds