Searched defs:BinaryOperator (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/ |
D | Operator.h | 25 class BinaryOperator; variable 82 friend class BinaryOperator; variable 136 friend class BinaryOperator; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 31 class BinaryOperator; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1975 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/ |
D | Expr.h | 2791 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/ |
D | gcmole.cc | 670 DECL_VISIT_EXPR(BinaryOperator) { in DECL_VISIT_EXPR() argument
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 1725 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
|