Lines Matching full:util
11 local util = require("tools.util")
37 return util.trim(arg)
44 line = util.trim(line) -- This provides a clearer abort error.
45 self.scarg = util.trim(line, ',')
55 return util.trim(self.scarg:gsub(self.name .. "$", ""), nil)
58 util.abort(1, "Malformed argument line: " .. line)
70 -- util.is64bitType() needs a bare type so check it after
74 util.is64bitType(self.type))
79 if util.isPtrType(self.type) then
89 if util.isPtrArrayType(self.type) and
124 if config.abiChanges("pair_64bit") and util.is64bitType(self.type) then