Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp362 if (ScopeIndex > 0) in output()
363 OS << "{" << ScopeIndex << "}"; in output()
H A DMicrosoftDemangle.cpp314 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h418 uint32_t ScopeIndex = 0; member
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp43 ULONG ScopeIndex; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3476 unsigned OrderIndex, ScopeIndex; in CheckAMDGCNBuiltinFunctionCall() local
3483 ScopeIndex = 3; in CheckAMDGCNBuiltinFunctionCall()
3487 ScopeIndex = 1; in CheckAMDGCNBuiltinFunctionCall()
3523 Arg = TheCall->getArg(ScopeIndex); in CheckAMDGCNBuiltinFunctionCall()