Home
last modified time | relevance | path

Searched refs:RHSComponentCache_ (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp98 Node(Kind K_, Cache RHSComponentCache_ = Cache::No, in Node() argument
100 : K(K_), RHSComponentCache(RHSComponentCache_), ArrayCache(ArrayCache_), in Node()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h137 Node(Kind K_, Cache RHSComponentCache_ = Cache::No,
139 : K(K_), RHSComponentCache(RHSComponentCache_), ArrayCache(ArrayCache_), in K()