()
| 1101 | |
| 1102 | |
| 1103 | def GetHeaderExtensions(): |
| 1104 | if _hpp_headers: |
| 1105 | return _hpp_headers |
| 1106 | if _valid_extensions: |
| 1107 | return {h for h in _valid_extensions if "h" in h} |
| 1108 | return {"h", "hh", "hpp", "hxx", "h++", "cuh"} |
| 1109 | |
| 1110 | |
| 1111 | # The allowed extensions for file names |
no outgoing calls
no test coverage detected
searching dependent graphs…