Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp442 if (Quals & Q_Unaligned) in outputPost()
492 if (Quals & Q_Unaligned) in outputPre()
H A DMicrosoftDemangle.cpp2148 Quals = Qualifiers(Quals | Q_Unaligned); in demanglePointerExtQualifiers()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h39 Q_Unaligned = 1 << 4, enumerator