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

  /external/clang/test/Sema/
warn-double-promotion.c 45 void BinaryOperator(float f, double d, long double ld) {
  /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/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 137 // BinaryOperator Class
140 class BinaryOperator : public Instruction {
144 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
146 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
148 virtual BinaryOperator *clone_impl() const;
163 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
171 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
190 static BinaryOperator *Create##OPC(Value *V1, Value *V2,
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 325 // BinaryOperator Class
328 class BinaryOperator : public Instruction {
333 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
335 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
340 BinaryOperator *cloneImpl() const;
356 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
364 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
371 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
377 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
383 static BinaryOperator *Create##OPC(Value *V1, Value *V2,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 322 // BinaryOperator Class
325 class BinaryOperator : public Instruction {
329 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
331 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty,
337 BinaryOperator *cloneImpl() const;
353 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
361 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
368 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
374 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
380 static BinaryOperator *Create##OPC(Value *V1, Value *V2,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 387 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
390 AllocSize = BinaryOperator::CreateMul(ArraySize, AllocSize,
    [all...]
  /external/v8/src/torque/
torque-parser.cc     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 732 milliseconds