Searched refs:unary (Results 1 - 25 of 37) sorted by relevance

12

/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/Android.mk
19 test_name := utilities/meta/meta.unary/meta.unary.cat/union
23 test_name := utilities/meta/meta.unary/meta.unary.cat/member_object_pointer
27 test_name := utilities/meta/meta.unary/meta.unary.cat/lvalue_ref
31 test_name := utilities/meta/meta.unary/meta.unary
[all...]
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/Android.mk
19 test_name := utilities/meta/meta.unary/meta.unary.prop/is_move_constructible
23 test_name := utilities/meta/meta.unary/meta.unary.prop/is_default_constructible
27 test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable
31 test_name := utilities/meta/meta.unary/meta.unary
[all...]
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/Android.mk
19 test_name := utilities/meta/meta.unary/meta.unary.comp/union
23 test_name := utilities/meta/meta.unary/meta.unary.comp/member_object_pointer
27 test_name := utilities/meta/meta.unary/meta.unary.comp/lvalue_ref
31 test_name := utilities/meta/meta.unary/meta.unary
[all...]
/external/libcxx/test/utilities/meta/meta.unary.prop.query/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/meta/meta.unary.prop.query/Android.mk
19 test_name := utilities/meta/meta.unary.prop.query/alignment_of
23 test_name := utilities/meta/meta.unary.prop.query/rank
27 test_name := utilities/meta/meta.unary.prop.query/extent
/external/libcxx/test/utilities/meta/meta.unary/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/meta/meta.unary/Android.mk
19 test_name := utilities/meta/meta.unary/nothing_to_do
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-145201.js42 unary(operator, "");
45 function unary(op, after) {
92 unary('{}[', ']');
93 unary('delete {}[', ']');
94 unary('(function() {}).apply(null, ', ')');
/external/libcxx/test/numerics/numarray/template.valarray/valarray.unary/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.unary/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.unary/not
23 test_name := numerics/numarray/template.valarray/valarray.unary/bit_not
27 test_name := numerics/numarray/template.valarray/valarray.unary/negate
31 test_name := numerics/numarray/template.valarray/valarray.unary/plus
/external/libcxx/test/utilities/function.objects/refwrap/
H A DAndroid.mk27 test_name := utilities/function.objects/refwrap/unary
28 test_src := unary.pass.cpp
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRewriteElseBlocks.cpp52 TIntermUnary *unary = new TIntermUnary(op, operand->getType()); local
53 unary->setOperand(operand);
54 return unary;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml85 (* unary
87 * ::= '!' unary *)
89 (* If this is a unary operator, read it. *)
110 (* Parse the unary expression after the binary operator. *)
140 * ::= unary LETTER number? (id) *)
147 | [< 'Token.Unary >] -> "unary", 1
H A Dast.ml13 (* variant for a unary operator. *)
H A Dlexer.ml53 | "unary" -> [< 'Token.Unary; stream >]
H A Dcodegen.ml22 let callee = "unary" ^ (String.make 1 op) in
26 | None -> raise (Error "unknown unary operator")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml13 (* variant for a unary operator. *)
H A Dlexer.ml53 | "unary" -> [< 'Token.Unary; stream >]
H A Dparser.ml99 (* unary
101 * ::= '!' unary *)
103 (* If this is a unary operator, read it. *)
166 * ::= unary LETTER number? (id) *)
173 | [< 'Token.Unary >] -> "unary", 1
H A Dcodegen.ml31 let callee = "unary" ^ (String.make 1 op) in
35 | None -> raise (Error "unknown unary operator")
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java222 * Bottle-neck compilation of a unary operation.
224 * @param unary The parent unary operation.
227 * @return The unary argument.
231 private Expression compileUnary(UnaryOperation unary, int opPos) argument
237 unary.setRight(compile(rightPos));
239 return unary;
439 * Compile a unary '-' operation.
/external/bison/etc/
H A Dbench.pl.in180 %left NEG /* negation--unary minus */
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp248 namespace unary { namespace in namespace:PR10053
258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c1332 Bool unary; local
1543 unary = toBool( i->Ain.Sse32Fx4.op == Asse_RCPF
1547 addHRegUse(u, unary ? HRmWrite : HRmModify,
1552 unary = toBool( i->Ain.Sse32FLo.op == Asse_RCPF
1556 addHRegUse(u, unary ? HRmWrite : HRmModify,
1561 unary = toBool( i->Ain.Sse64Fx2.op == Asse_RCPF
1565 addHRegUse(u, unary ? HRmWrite : HRmModify,
1570 unary = toBool( i->Ain.Sse64FLo.op == Asse_RCPF
1574 addHRegUse(u, unary ? HRmWrite : HRmModify,
H A Dhost_x86_defs.c1225 Bool unary; local
1423 unary = toBool( i->Xin.Sse32Fx4.op == Xsse_RCPF
1427 addHRegUse(u, unary ? HRmWrite : HRmModify,
1432 unary = toBool( i->Xin.Sse32FLo.op == Xsse_RCPF
1436 addHRegUse(u, unary ? HRmWrite : HRmModify,
1441 unary = toBool( i->Xin.Sse64Fx2.op == Xsse_RCPF
1445 addHRegUse(u, unary ? HRmWrite : HRmModify,
1450 unary = toBool( i->Xin.Sse64FLo.op == Xsse_RCPF
1454 addHRegUse(u, unary ? HRmWrite : HRmModify,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp239 void unary(Instruction *, const ImmediateValue&);
521 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm) function in class:nv50_ir::ConstantFolding
818 unary(i, imm0);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp239 void unary(Instruction *, const ImmediateValue&);
521 ConstantFolding::unary(Instruction *i, const ImmediateValue &imm) function in class:nv50_ir::ConstantFolding
818 unary(i, imm0);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1606 check_op_param (uint32_t op_kind, bool unary, bool binary, uint32_t num_params) argument
1614 return unary;

Completed in 2834 milliseconds

12