HomeSort by relevance Sort by last modified time
    Searched defs:Unary (Results 1 - 10 of 10) sorted by null

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 13 (* variant for a unary operator. *)
14 | Unary of char * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 13 (* variant for a unary operator. *)
14 | Unary of char * expr
token.ml 22 | Binary | Unary
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 91 bool Unary(int x) { return x < 0; }
186 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT
238 // Tests using Invoke() with a unary function.
239 TEST(InvokeTest, Unary) {
240 Action<bool(int)> a = Invoke(Unary); // NOLINT
369 // Tests using Invoke() with a unary method.
370 TEST(InvokeMethodTest, Unary) {
372 Action<short(long)> a = Invoke(&foo, &Foo::Unary); // NOLINT
478 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT
gmock-actions_test.cc     [all...]
gmock-generated-actions_test.cc 80 bool Unary(int x) { return x < 0; }
175 // Tests using InvokeArgument with a unary function.
286 Action<bool(double x, int n)> a = WithArgs<1>(Invoke(Unary)); // NOLINT
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 37 Unary, ///< Unary expressions.
254 /// MCUnaryExpr - Unary assembler expressions.
259 Minus, ///< Unary minus.
261 Plus ///< Unary plus.
269 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {}
294 /// getOpcode - Get the kind of this unary expression.
297 /// getSubExpr - Get the child of this unary expression.
303 return E->getKind() == MCExpr::Unary;
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 638 } Unary;
755 /* 64-bit FP unary, also reg-reg move */
761 /* 32-bit FP unary, also reg-reg move */
host_ppc_defs.h 369 /* Unary */
383 /* Integer Unary */
427 /* Floating point unary */
459 Pin_FpUnary, /* FP unary op */
473 Pin_AvUnary, /* AV unary general reg=>reg */
481 Pin_AvUn32Fx4, /* AV FP unary, 32Fx4 */
552 } Unary;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 181 milliseconds