Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DIntegerDivision.h21 class BinaryOperator; variable
/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c80 typedef int (*BinaryOperator)(int a, int b); typedef
Dcalculator_test.c34 typedef int (*BinaryOperator)(int a, int b); typedef
/external/llvm/include/llvm/IR/
DOperator.h27 class BinaryOperator; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3194 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
3207 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
3222 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h32 class BinaryOperator; variable
/external/clang/include/clang/Analysis/
DCFG.h50 class BinaryOperator; variable
/external/clang/include/clang/AST/
DExpr.h2981 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2999 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function
3133 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
3148 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
/external/v8/tools/gcmole/
Dgcmole.cc659 DECL_VISIT_EXPR(BinaryOperator) { in DECL_VISIT_EXPR() argument
/external/llvm/docs/
DProgrammersManual.rst2947 .. _BinaryOperator: target
/external/llvm/lib/IR/
DInstructions.cpp1908 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
1921 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator