()
| 1061 | |
| 1062 | |
| 1063 | def GetHeaderExtensions(): |
| 1064 | if _hpp_headers: |
| 1065 | return _hpp_headers |
| 1066 | if _valid_extensions: |
| 1067 | return {h for h in _valid_extensions if "h" in h} |
| 1068 | return {"h", "hh", "hpp", "hxx", "h++", "cuh"} |
| 1069 | |
| 1070 | |
| 1071 | # The allowed extensions for file names |
no outgoing calls
no test coverage detected