Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DIntegerDivision.h21 class BinaryOperator; variable
/external/llvm/include/llvm/Transforms/Utils/
DIntegerDivision.h21 class BinaryOperator; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DNaryReassociate.h90 class BinaryOperator; variable
DReassociate.h38 class BinaryOperator; variable
DJumpThreading.h33 class BinaryOperator; variable
/external/clang/test/Sema/
Dwarn-double-promotion.c45 void BinaryOperator(float f, double d, long double ld) { in BinaryOperator() function
/external/llvm/include/llvm/IR/
DOperator.h27 class BinaryOperator; variable
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h32 class BinaryOperator; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3608 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
3621 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
3636 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, in AST_POLYMORPHIC_MATCHER_P()
/external/clang/include/clang/Analysis/
DCFG.h50 class BinaryOperator; variable
/external/clang/include/clang/AST/
DExpr.h2915 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
2933 explicit BinaryOperator(EmptyShell Empty) in BinaryOperator() function
3067 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, in BinaryOperator() function
3082 BinaryOperator(StmtClass SC, EmptyShell Empty) in BinaryOperator() function
/external/llvm/docs/
DProgrammersManual.rst3131 .. _BinaryOperator: target
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst3720 .. _BinaryOperator: target
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1893 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
1906 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
/external/llvm/lib/IR/
DInstructions.cpp2039 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
2052 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator() function in BinaryOperator
/external/v8/src/torque/
Dtorque-parser.cc2276 Symbol* BinaryOperator(Symbol* nextLevel, Symbol* op) { in BinaryOperator() function