Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DRustDemangle.cpp392 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() function
552 if (parseBasicType(C, Type)) in demangleType()
740 if (parseBasicType(C, Type)) { in demangleConst()