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.cpp440 if (Quals & Q_Unaligned) in outputPost()
490 if (Quals & Q_Unaligned) in outputPre()
H A DMicrosoftDemangle.cpp2123 Quals = Qualifiers(Quals | Q_Unaligned); in demanglePointerExtQualifiers()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h39 Q_Unaligned = 1 << 4, enumerator