Home
last modified time | relevance | path

Searched refs:Backrefs (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp945 if (S == Backrefs.Names[i]->Name) in memorizeString()
949 Backrefs.Names[Backrefs.NamesCount++] = N; in memorizeString()
956 if (I >= Backrefs.NamesCount) { in demangleBackRefName()
962 return Backrefs.Names[I]; in demangleBackRefName()
988 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
995 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
2134 if (N >= Backrefs.FunctionParamCount) { in demangleFunctionParameterList()
2161 Backrefs.FunctionParams[Backrefs.FunctionParamCount++] = TN; in demangleFunctionParameterList()
2322 TypeNode *T = Backrefs.FunctionParams[I]; in dumpBackReferences()
2330 if (Backrefs.FunctionParamCount > 0) in dumpBackReferences()
[all …]
/freebsd-13.1/lib/libregex/tests/
H A Dgnuext.in8 # ERE Backrefs
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h272 BackrefContext Backrefs; variable