Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h77 UnaryOperatorKind Un; member
83 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dunion1.C3 union Un {int i;}; union
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp213 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<()