Home | History | Annotate | Download | only in gcmole

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
122 if FLAGS.verbose then print('popen ', action) end
126 if not success then error("Failed to run: " .. action) end
147 if result[condition] == nil then result[condition] = {} end
160 if cond == 'all' then return true end
173 if EvaluateCondition(condition, props) then
245 if not t then
255 if not f then
259 if name:match "Collect.*Garbage" then
264 if FLAGS.whitelist then
266 if name:match(WHITELIST[i]) then
280 if funcname:sub(1, 1) ~= '\t' then
295 if gc[caller] == nil then
304 if gc[funcname] then mark(funcname, callers) end
320 for name, value in pairs(gc) do if value then out:write (name, '\n') end end
343 if not FLAGS.reuse_gcsuspects then
364 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
378 if not status then
388 if not ARCHITECTURES[arch] then