Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp45 case Q_Restrict: in outputSingleQualifier()
73 SpaceBefore = outputQualifierIfPresent(OS, Q, Q_Restrict, SpaceBefore); in outputQualifiers()
432 if (Quals & Q_Restrict) in outputPost()
DMicrosoftDemangle.cpp2063 Quals = Qualifiers(Quals | Q_Restrict); in demanglePointerExtQualifiers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h42 Q_Restrict = 1 << 5, enumerator