Lines Matching refs:test_flag
39 function test_flag(regex, flags, string) function
95 result = result test_flag(regex, flags, " | " macros[j])
98 test_flag("Common", flags, " | CL_COMMON") \
99 test_flag("Target", flags, " | CL_TARGET") \
100 test_flag("PchIgnore", flags, " | CL_PCH_IGNORE") \
101 test_flag("Driver", flags, " | CL_DRIVER") \
102 test_flag("Joined", flags, " | CL_JOINED") \
103 test_flag("JoinedOrMissing", flags, " | CL_JOINED") \
104 test_flag("Separate", flags, " | CL_SEPARATE") \
105 test_flag("Undocumented", flags, " | CL_UNDOCUMENTED") \
106 test_flag("NoDWARFRecord", flags, " | CL_NO_DWARF_RECORD") \
107 test_flag("Warning", flags, " | CL_WARNING") \
108 test_flag("(Optimization|PerFunction)", flags, " | CL_OPTIMIZATION") \
109 test_flag("Param", flags, " | CL_PARAMS")