Home
last modified time | relevance | path

Searched refs:ScopeIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAMDGPU.cpp28 unsigned OrderIndex, ScopeIndex; in CheckAMDGCNBuiltinFunctionCall() local
74 ScopeIndex = 3; in CheckAMDGCNBuiltinFunctionCall()
78 ScopeIndex = 1; in CheckAMDGCNBuiltinFunctionCall()
121 Arg = TheCall->getArg(ScopeIndex); in CheckAMDGCNBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp362 if (ScopeIndex > 0) in output()
363 OB << "{" << ScopeIndex << "}"; in output()
H A DMicrosoftDemangle.cpp352 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h477 uint32_t ScopeIndex = 0; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp77 ULONG ScopeIndex; member