Home
last modified time | relevance | path

Searched defs:BinaryOperator (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/
DOperator.h25 class BinaryOperator; variable
82 friend class BinaryOperator; variable
136 friend class BinaryOperator; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h31 class BinaryOperator; variable
/external/clang/include/clang/AST/
DExpr.h2779 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2797 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function
2883 static bool classof(const BinaryOperator *) { return true; } in classof()
2891 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2906 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
/external/v8/tools/gcmole/
Dgcmole.cc670 DECL_VISIT_EXPR(BinaryOperator) { in DECL_VISIT_EXPR() argument
/external/llvm/lib/VMCore/
DInstructions.cpp1719 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator