Lines Matching refs:then
54 if flag then
56 if real_flag then flag = real_flag end
59 if FLAGS[flag] ~= nil then
85 if not CLANG_BIN or CLANG_BIN == "" then
89 if not CLANG_PLUGINS or CLANG_PLUGINS == "" then
94 if plugin_args then
120 if FLAGS.verbose then print('popen ', action) end
124 if not success then error("Failed to run: " .. action) end
151 if cond == 'all' then return true end
164 if EvaluateCondition(condition, props) then
234 if not t then
244 if not f then
248 if name:match "Collect.*Garbage" then
253 if FLAGS.whitelist then
255 if name:match(WHITELIST[i]) then
269 if funcname:sub(1, 1) ~= '\t' then
284 if gc[caller] == nil then
293 if gc[funcname] then mark(funcname, callers) end
309 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
332 if not FLAGS.reuse_gcsuspects then
353 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
367 if not status then
377 if not ARCHITECTURES[arch] then