Searched refs:SM_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OffloadArch.cpp | 16 #define SM(sm) {OffloadArch::SM_##sm, "sm_" #sm, "compute_" #sm}
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 251 Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors = true, 863 Scanner::Scanner(MemoryBufferRef Buffer, SourceMgr &SM_, bool ShowColors, in Scanner() argument 865 : SM(SM_), ShowColors(ShowColors), EC(EC) { in Scanner()
|