Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp389 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() function
549 if (parseBasicType(C, Type)) in demangleType()
737 if (parseBasicType(C, Type)) { in demangleConst()