Home
last modified time | relevance | path

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

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