Home
last modified time | relevance | path

Searched defs:BinaryOperator (Results 1 – 6 of 6) 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/ASTMatchers/
DASTMatchers.h1975 AST_MATCHER_P(BinaryOperator, hasLHS, in AST_MATCHER_P() argument
1988 AST_MATCHER_P(BinaryOperator, hasRHS, in AST_MATCHER_P() argument
/external/clang/include/clang/AST/
DExpr.h2791 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2809 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function
2895 static bool classof(const BinaryOperator *) { return true; } in classof()
2903 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2918 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.cpp1725 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
1738 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator