Lines Matching refs:ARG_KVALUE
731 #define ARG_KVALUE(argument, variable, value) \ macro
763 ARG_KVALUE("--coarse_grain_lock", pe_q_implementation_, SAT_ONELOCK); in ParseArgs()
790 ARG_KVALUE("--cc_test", cc_test_, 1); in ParseArgs()
811 ARG_KVALUE("--local_numa", region_mode_, kLocalNuma); in ParseArgs()
812 ARG_KVALUE("--remote_numa", region_mode_, kRemoteNuma); in ParseArgs()
815 ARG_KVALUE("--findfiles", findfiles_, 1); in ParseArgs()
818 ARG_KVALUE("--force_errors", error_injection_, true); in ParseArgs()
819 ARG_KVALUE("--force_errors_like_crazy", crazy_error_injection_, true); in ParseArgs()
824 ARG_KVALUE("--stop_on_errors", stop_on_error_, 1); in ParseArgs()
827 ARG_KVALUE("--no_errors", error_poll_, 0); in ParseArgs()
830 ARG_KVALUE("-F", strict_, 0); in ParseArgs()
833 ARG_KVALUE("-W", warm_, 1); in ParseArgs()
836 ARG_KVALUE("-A", run_on_anything_, 1); in ParseArgs()
860 ARG_KVALUE("--destructive", non_destructive_, 0); in ParseArgs()
863 ARG_KVALUE("--monitor_mode", monitor_mode_, true); in ParseArgs()
866 ARG_KVALUE("--tag_mode", tag_mode_, true); in ParseArgs()
869 ARG_KVALUE("--do_page_map", do_page_map_, true); in ParseArgs()
915 ARG_KVALUE("--listen", listen_threads_, 1); in ParseArgs()