(self, attribute, name)
| 422 | return check_compiler_gcc(self) |
| 423 | |
| 424 | def check_gcc_function_attribute(self, attribute, name): |
| 425 | return check_gcc_function_attribute(self, attribute, name) |
| 426 | |
| 427 | def check_gcc_function_attribute_with_intrinsics(self, attribute, name, |
| 428 | code, include): |
no test coverage detected