Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp985 if (S == Backrefs.Names[i]->Name) in memorizeString()
989 Backrefs.Names[Backrefs.NamesCount++] = N; in memorizeString()
997 if (I >= Backrefs.NamesCount) { in demangleBackRefName()
1003 return Backrefs.Names[I]; in demangleBackRefName()
1023 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
1030 std::swap(OuterContext, Backrefs); in demangleTemplateInstantiationName()
2189 if (N >= Backrefs.FunctionParamCount) { in demangleFunctionParameterList()
2216 Backrefs.FunctionParams[Backrefs.FunctionParamCount++] = TN; in demangleFunctionParameterList()
2381 TypeNode *T = Backrefs.FunctionParams[I]; in dumpBackReferences()
2389 if (Backrefs.FunctionParamCount > 0) in dumpBackReferences()
[all …]
/freebsd-14.2/lib/libregex/tests/
H A Dgnuext.in8 # ERE Backrefs
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h279 BackrefContext Backrefs; variable