Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/xen/
H A Dhypercall.h307 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
/freebsd/sys/i386/include/xen/
H A Dhypercall.h295 unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp129 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(e)) { in rebuild() local
1563 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) { in recreateSyntacticForm() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c1042 UnOpr uop; in subexpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1186 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { in isBlockVarRef() local
H A DCGCall.cpp4203 if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens())) in maybeGetUnaryAddrOfOperand() local
/freebsd/contrib/lua/src/
H A Dlparser.c1262 UnOpr uop; in subexpr() local
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11761 set_offload_policy(struct adapter *sc, struct t4_offload_policy *uop) in set_offload_policy()