Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp354 if (ScopeIndex > 0) in output()
355 OS << "{" << ScopeIndex << "}"; in output()
DMicrosoftDemangle.cpp314 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp354 if (ScopeIndex > 0) in output()
355 OS << "{" << ScopeIndex << "}"; in output()
DMicrosoftDemangle.cpp314 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h416 uint32_t ScopeIndex = 0; member
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h416 uint32_t ScopeIndex = 0; member
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp43 ULONG ScopeIndex; member
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3332 unsigned OrderIndex, ScopeIndex; in CheckAMDGCNBuiltinFunctionCall() local
3339 ScopeIndex = 3; in CheckAMDGCNBuiltinFunctionCall()
3343 ScopeIndex = 1; in CheckAMDGCNBuiltinFunctionCall()
3372 Arg = TheCall->getArg(ScopeIndex); in CheckAMDGCNBuiltinFunctionCall()