Searched defs:regres (Results 1 – 1 of 1) sorted by relevance
127 type regres struct { struct128 cmake string // path to cmake executable129 make string // path to make executable130 python string // path to python executable131 tar string // path to tar executable132 cacheRoot string // path to the regres cache directory133 toolchain *llvm.Toolchain // the LLVM toolchain used to build SwiftShader134 gerritEmail string // gerrit email address used for posting results135 gerritUser string // gerrit username used for posting results136 gerritPass string // gerrit password used for posting results[all …]