Home
last modified time | relevance | path

Searched refs:SoFar (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/src/demangle/
DItaniumDemangle.h525 auto SoFar = std::make_pair(RK, Pointee); in collapse() local
527 const Node *SN = SoFar.second->getSyntaxNode(S); in collapse()
531 SoFar.second = RT->Pointee; in collapse()
532 SoFar.first = std::min(SoFar.first, RT->RK); in collapse()
534 return SoFar; in collapse()
2307 Node *parseCtorDtorName(Node *&SoFar, NameState *State);
2800 AbstractManglingParser<Derived, Alloc>::parseCtorDtorName(Node *&SoFar, in parseCtorDtorName() argument
2802 if (SoFar->getKind() == Node::KSpecialSubstitution) { in parseCtorDtorName()
2803 auto SSK = static_cast<SpecialSubstitution *>(SoFar)->SSK; in parseCtorDtorName()
2809 SoFar = make<ExpandedSpecialSubstitution>(SSK); in parseCtorDtorName()
[all …]
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h533 auto SoFar = std::make_pair(RK, Pointee); in collapse() local
535 const Node *SN = SoFar.second->getSyntaxNode(S); in collapse()
539 SoFar.second = RT->Pointee; in collapse()
540 SoFar.first = std::min(SoFar.first, RT->RK); in collapse()
542 return SoFar; in collapse()
2551 Node *parseCtorDtorName(Node *&SoFar, NameState *State);
3094 AbstractManglingParser<Derived, Alloc>::parseCtorDtorName(Node *&SoFar, in parseCtorDtorName() argument
3096 if (SoFar->getKind() == Node::KSpecialSubstitution) { in parseCtorDtorName()
3097 auto SSK = static_cast<SpecialSubstitution *>(SoFar)->SSK; in parseCtorDtorName()
3103 SoFar = make<ExpandedSpecialSubstitution>(SSK); in parseCtorDtorName()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h531 auto SoFar = std::make_pair(RK, Pointee); in collapse() local
533 const Node *SN = SoFar.second->getSyntaxNode(S); in collapse()
537 SoFar.second = RT->Pointee; in collapse()
538 SoFar.first = std::min(SoFar.first, RT->RK); in collapse()
540 return SoFar; in collapse()
2487 Node *parseCtorDtorName(Node *&SoFar, NameState *State);
3030 AbstractManglingParser<Derived, Alloc>::parseCtorDtorName(Node *&SoFar, in parseCtorDtorName() argument
3032 if (SoFar->getKind() == Node::KSpecialSubstitution) { in parseCtorDtorName()
3033 auto SSK = static_cast<SpecialSubstitution *>(SoFar)->SSK; in parseCtorDtorName()
3039 SoFar = make<ExpandedSpecialSubstitution>(SSK); in parseCtorDtorName()
[all …]
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h533 auto SoFar = std::make_pair(RK, Pointee); in collapse() local
535 const Node *SN = SoFar.second->getSyntaxNode(S); in collapse()
539 SoFar.second = RT->Pointee; in collapse()
540 SoFar.first = std::min(SoFar.first, RT->RK); in collapse()
542 return SoFar; in collapse()
2551 Node *parseCtorDtorName(Node *&SoFar, NameState *State);
3094 AbstractManglingParser<Derived, Alloc>::parseCtorDtorName(Node *&SoFar, in parseCtorDtorName() argument
3096 if (SoFar->getKind() == Node::KSpecialSubstitution) { in parseCtorDtorName()
3097 auto SSK = static_cast<SpecialSubstitution *>(SoFar)->SSK; in parseCtorDtorName()
3103 SoFar = make<ExpandedSpecialSubstitution>(SSK); in parseCtorDtorName()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DLenientDateParser.java95 final SoFar haveSoFar = new SoFar();
384 static class SoFar { class in LenientDateParser
507 …public boolean checkAllowableTypes(Token previous, SoFar haveSoFar, Collection<Token> tokensToFix)… in checkAllowableTypes()
625 … public boolean restrictAndSetCalendarFieldIfPossible(EnumSet<Type> allowable, SoFar haveSoFar,
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp387 parseCtorDtorName(llvm::itanium_demangle::Node *&SoFar, NameState *State) { in parseCtorDtorName() argument
390 return ManglingSubstitutor::parseCtorDtorName(SoFar, State); in parseCtorDtorName()