HomeSort by relevance Sort by last modified time
    Searched defs:Unary (Results 1 - 11 of 11) 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.
270 /// MCUnaryExpr - Unary assembler expressions.
275 Minus, ///< Unary minus.
277 Plus ///< Unary plus.
285 : MCExpr(MCExpr::Unary), Op(_Op), Expr(_Expr) {}
310 /// getOpcode - Get the kind of this unary expression.
313 /// getSubExpr - Get the child of this unary expression.
319 return E->getKind() == MCExpr::Unary;
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 373 Min_FpUnary, /* FP unary op */
403 /* Unary */
454 } Unary;
host_arm_defs.h 645 } Unary;
786 /* 64-bit FP unary, also reg-reg move */
792 /* 32-bit FP unary, also reg-reg move */
host_ppc_defs.h 376 /* Unary */
393 /* Integer Unary */
437 /* Floating point unary */
471 Pin_FpUnary, /* FP unary op */
485 Pin_AvUnary, /* AV unary general reg=>reg */
493 Pin_AvUn32Fx4, /* AV FP unary, 32Fx4 */
501 Pin_Dfp64Unary, /* DFP64 unary op */
502 Pin_Dfp128Unary, /* DFP128 unary op */
588 } Unary;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 312 milliseconds