Home
last modified time | relevance | path

Searched defs:UnaryOperator (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dmachine-operator-reducer-unittest.cc204 struct UnaryOperator { struct
205 const Operator* (MachineOperatorBuilder::*constructor)();
206 const char* constructor_name;
Dsimplified-operator-reducer-unittest.cc131 struct UnaryOperator { struct
132 const Operator* (SimplifiedOperatorBuilder::*constructor)();
133 const char* constructor_name;
/external/lldb/include/lldb/Core/
DClangForward.h123 class UnaryOperator; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2565 BinaryOperator, UnaryOperator), in AST_POLYMORPHIC_MATCHER_P() argument
2609 AST_MATCHER_P(UnaryOperator, hasUnaryOperand, in AST_MATCHER_P() argument
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc731 DECL_VISIT_EXPR(UnaryOperator) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DExpr.h1668 UnaryOperator(Expr *input, Opcode opc, QualType type, in UnaryOperator() function
1679 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator() function