Searched defs:BinaryOperator (Results 1 - 7 of 7) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c80 typedef int (*BinaryOperator)(int a, int b); typedef
85 BinaryOperator function;
123 static BinaryOperator find_operator_function_by_string(
194 const BinaryOperator function = find_operator_function_by_string(
H A Dcalculator_test.c34 typedef int (*BinaryOperator)(int a, int b); typedef
38 BinaryOperator function;
45 extern BinaryOperator find_operator_function_by_string(
163 {"+", (BinaryOperator)0x12345678},
164 {"-", (BinaryOperator)0xDEADBEEF},
165 {"/", (BinaryOperator)0xABADCAFE},
/external/llvm/include/llvm/IR/
H A DInstrTypes.h131 // BinaryOperator Class
134 class BinaryOperator : public Instruction { class in namespace:llvm
138 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
140 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
142 BinaryOperator *clone_impl() const override;
157 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
165 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
172 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
184 static BinaryOperator *Creat
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp418 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
421 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
1636 // BinaryOperator Class
1639 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, function in class:BinaryOperator
1643 OperandTraits<BinaryOperator>::op_begin(this),
1644 OperandTraits<BinaryOperator>::operands(this),
1652 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, function in class:BinaryOperator
1656 OperandTraits<BinaryOperator>
[all...]
/external/clang/include/clang/AST/
H A DExpr.h2908 /// a C++ template, whether BinaryOperator or CXXOperatorCallExpr is
2911 /// operator resolves to a built-in operation, BinaryOperator will be
2916 class BinaryOperator : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
2934 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2952 explicit BinaryOperator(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3083 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3098 BinaryOperator(StmtClass SC, EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3108 class CompoundAssignOperator : public BinaryOperator {
3116 : BinaryOperator(lhs, rhs, opc, ResType, VK, OK, OpLoc, fpContractable,
3126 : BinaryOperator(CompoundAssignOperatorClas
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 712 milliseconds