Home
last modified time | relevance | path

Searched defs:unop (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c694 struct expression *unop; in unary_expression() local
712 struct expression *unop; in unary_expression() local
Dinline.c107 struct expression *unop = copy_expression(expr->unop); in copy_expression() local
Ddissect.c413 struct expression *unop = expr->unop; in do_expression() local
Dscheck.c155 static void unop(Btor *btor, struct instruction *insn) in unop() function
Dexpression.h184 struct expression *unop; member
Dexpand.c702 struct expression *unop = expr->unop; in expand_dereference() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py165 def unop(name, ty, const_expr): function
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp408 } unop[] = { variable
/third_party/python/Lib/
Dast.py1318 unop = {"Invert": "~", "Not": "not", "UAdd": "+", "USub": "-"} variable in _Unparser
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4988 builtin_builder::unop(builtin_available_predicate avail, in unop() function in builtin_builder