Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h170 using ScopeUnderlyingType = unsigned int; variable
171 enum Scope : ScopeUnderlyingType {
H A DNVPTXUtilities.h170 static_cast<ScopeUnderlyingType>(S))); in ScopeToString()