Lines Matching +full:gcc +full:- +full:g
34 atf_check -s exit:0 ${LINT1} -g -S "$(atf_get_srcdir)/$1" /dev/null
39 atf_check -s not-exit:0 -o ignore -e ignore ${LINT1} -g -S -w \
74 "- operand"
78 test_case check_valid gcc_func "Checks GCC __FUNCTION__"
81 test_case check_valid gcc_variable_array_init "Checks GCC variable array" \
91 test_case check_valid gcc_compound_statements1 "Checks GCC compound statements"
92 test_case check_valid gcc_compound_statements2 "Checks GCC compound" \
93 "statements with non-expressions"
94 test_case check_valid gcc_compound_statements3 "Checks GCC compound" \
97 # test_case check_valid gcc_extension "Checks GCC __extension__ and __typeof__"
109 test_case check_invalid constant_conv1 "Checks failing on information-losing" \
111 test_case check_invalid constant_conv2 "Checks failing on information-losing" \
114 test_case check_invalid type_conv1 "Checks failing on information-losing" \
116 test_case check_invalid type_conv2 "Checks failing on information-losing" \
118 test_case check_invalid type_conv3 "Checks failing on information-losing" \