Searched defs:BinaryOperator (Results 1 – 12 of 12) sorted by relevance
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | IntegerDivision.h | 21 class BinaryOperator; variable
|
| /external/cmockery/cmockery_0_1_2/src/example/ |
| D | calculator.c | 80 typedef int (*BinaryOperator)(int a, int b); typedef
|
| D | calculator_test.c | 34 typedef int (*BinaryOperator)(int a, int b); typedef
|
| /external/lldb/include/lldb/Core/ |
| D | ClangForward.h | 33 class BinaryOperator; variable
|
| /external/llvm/include/llvm/IR/ |
| D | Operator.h | 28 class BinaryOperator; variable
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2902 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P() 2914 AST_MATCHER_P(BinaryOperator, hasLHS, in AST_MATCHER_P() argument 2927 AST_MATCHER_P(BinaryOperator, hasRHS, in AST_MATCHER_P() argument
|
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | PathDiagnostic.h | 32 class BinaryOperator; variable
|
| /external/clang/include/clang/Analysis/ |
| D | CFG.h | 50 class BinaryOperator; variable
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 2934 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function 2952 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function 3083 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function 3098 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
|
| /external/v8/tools/gcmole/ |
| D | gcmole.cc | 659 DECL_VISIT_EXPR(BinaryOperator) { in DECL_VISIT_EXPR() argument
|
| /external/llvm/docs/ |
| D | ProgrammersManual.rst | 2939 .. _BinaryOperator: target
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 1639 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator 1652 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
|