Home
last modified time | relevance | path

Searched refs:SM_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOffloadArch.cpp16 #define SM(sm) {OffloadArch::SM_##sm, "sm_" #sm, "compute_" #sm}
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp251 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()