HomeSort by relevance Sort by last modified time
    Searched defs:BinaryOperator (Results 1 - 8 of 8) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 80 typedef int (*BinaryOperator)(int a, int b);
85 BinaryOperator function;
123 static BinaryOperator find_operator_function_by_string(
194 const BinaryOperator function = find_operator_function_by_string(
calculator_test.c 34 typedef int (*BinaryOperator)(int a, int b);
38 BinaryOperator function;
45 extern BinaryOperator find_operator_function_by_string(
163 {"+", (BinaryOperator)0x12345678},
164 {"-", (BinaryOperator)0xDEADBEEF},
165 {"/", (BinaryOperator)0xABADCAFE},
  /external/chromium_org/tools/gn/
parser.cc 53 {NULL, &Parser::BinaryOperator, PRECEDENCE_SUM}, // PLUS
54 {NULL, &Parser::BinaryOperator, PRECEDENCE_SUM}, // MINUS
57 {NULL, &Parser::BinaryOperator, PRECEDENCE_EQUALITY}, // EQUAL_EQUAL
58 {NULL, &Parser::BinaryOperator, PRECEDENCE_EQUALITY}, // NOT_EQUAL
59 {NULL, &Parser::BinaryOperator, PRECEDENCE_RELATION}, // LESS_EQUAL
60 {NULL, &Parser::BinaryOperator, PRECEDENCE_RELATION}, // GREATER_EQUAL
61 {NULL, &Parser::BinaryOperator, PRECEDENCE_RELATION}, // LESS_THAN
62 {NULL, &Parser::BinaryOperator, PRECEDENCE_RELATION}, // GREATER_THAN
63 {NULL, &Parser::BinaryOperator, PRECEDENCE_AND}, // BOOLEAN_AND
64 {NULL, &Parser::BinaryOperator, PRECEDENCE_OR}, // BOOLEAN_O
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 135 // BinaryOperator Class
138 class BinaryOperator : public Instruction {
142 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
146 BinaryOperator *clone_impl() const override;
161 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
169 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
176 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
182 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
188 static BinaryOperator *Create##OPC(Value *V1, Value *V2,
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 405 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
408 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1094 milliseconds