Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp422 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() function
582 if (parseBasicType(C, Type)) in demangleType()
768 if (parseBasicType(C, Type)) { in demangleConst()