Searched defs:unop (Results 1 – 11 of 11) sorted by relevance
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | expression.c | 694 struct expression *unop; in unary_expression() local 712 struct expression *unop; in unary_expression() local
|
| D | inline.c | 107 struct expression *unop = copy_expression(expr->unop); in copy_expression() local
|
| D | dissect.c | 413 struct expression *unop = expr->unop; in do_expression() local
|
| D | scheck.c | 155 static void unop(Btor *btor, struct instruction *insn) in unop() function
|
| D | expression.h | 184 struct expression *unop; member
|
| D | expand.c | 702 struct expression *unop = expr->unop; in expand_dereference() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 164 def unop(name, ty, const_expr): function
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| D | Pp.cpp | 408 } unop[] = { variable
|
| /third_party/python/Lib/ |
| D | ast.py | 1318 unop = {"Invert": "~", "Not": "not", "UAdd": "+", "USub": "-"} variable in _Unparser
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | builtin_functions.cpp | 5757 builtin_builder::unop(builtin_available_predicate avail, in unop() function in builtin_builder
|
| /third_party/node/deps/v8/src/execution/arm/ |
| D | simulator-arm.cc | 3935 void Unop(Simulator* simulator, int Vd, int Vm, std::function<T(T)> unop) { in Unop()
|