Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp45 case Q_Restrict: in outputSingleQualifier()
73 SpaceBefore = outputQualifierIfPresent(OS, Q, Q_Restrict, SpaceBefore); in outputQualifiers()
437 if (Quals & Q_Restrict) in outputPost()
H A DMicrosoftDemangle.cpp2065 Quals = Qualifiers(Quals | Q_Restrict); in demanglePointerExtQualifiers()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h42 Q_Restrict = 1 << 5, enumerator