Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerHelpers.h79 UnaryOperatorKind Un; member
85 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInlineAsm.h253 Un, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIPeepholeSDWA.cpp220 static raw_ostream& operator<<(raw_ostream &OS, const DstUnused &Un) { in operator <<()