Home
last modified time | relevance | path

Searched defs:uop (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/amd64/include/xen/
H A Dhypercall.h337 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp127 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) { in rebuild() local
1640 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) { in recreateSyntacticForm() local
/freebsd-13.1/sys/i386/include/xen/
H A Dhypercall.h320 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1148 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { in isBlockVarRef() local
H A DCGCall.cpp3824 if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens())) in maybeGetUnaryAddrOfOperand() local
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlparser.c1043 UnOpr uop; in subexpr() local
/freebsd-13.1/contrib/lua/src/
H A Dlparser.c1250 UnOpr uop; in subexpr() local
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c11792 set_offload_policy(struct adapter *sc, struct t4_offload_policy *uop) in set_offload_policy()