Lines Matching refs:then
57 if flag then
59 if real_flag then flag = real_flag end
62 if FLAGS[flag] ~= nil then
88 if not CLANG_BIN or CLANG_BIN == "" then
92 if not CLANG_PLUGINS or CLANG_PLUGINS == "" then
98 if plugin_args then
136 if code then
137 if tonumber(code) > 0 then
144 elseif new_file then
160 if FLAGS.sequential then
165 if FLAGS.verbose then print('popen ', action) end
169 if not success then error("Failed to run: " .. action) end
175 if FLAGS.verbose then print('popen ', action) end
179 if not (success and closed) then error("Failed to run: " .. action) end
201 if result[condition] == nil then result[condition] = {} end
213 if cond == 'all' then return true end
226 if EvaluateCondition(condition, props) then
302 if not t then
312 if not f then
316 if name:match "Collect.*Garbage" then
321 if FLAGS.whitelist then
323 if name:match(WHITELIST[i]) then
337 if funcname:sub(1, 1) ~= '\t' then
352 if gc[caller] == nil then
361 if gc[funcname] then mark(funcname, callers) end
377 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
400 if not FLAGS.reuse_gcsuspects then
421 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
435 if not status then
445 if not ARCHITECTURES[arch] then