Home
last modified time | relevance | path

Searched defs:Un (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h79 UnaryOperatorKind Un; member
85 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp220 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<()