Home
last modified time | relevance | path

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

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