HomeSort by relevance Sort by last modified time
    Searched refs:operand_type (Results 1 - 6 of 6) sorted by null

  /art/compiler/sea_ir/types/
type_inference_visitor.cc 61 const Type* operand_type = operand_types.at(0); local
62 crt_type_.push_back(operand_type);
  /external/libunwind/src/dwarf/
Gexpr.c 125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg)
133 if (operand_type == ADDR)
136 case 1: operand_type = VAL8; break;
137 case 2: operand_type = VAL16; break;
138 case 4: operand_type = VAL32; break;
139 case 8: operand_type = VAL64; break;
143 switch (operand_type)
183 Debug (1, "Unexpected operand type %d\n", operand_type);
  /external/lldb/source/Expression/
IRInterpreter.cpp 532 Type *operand_type = operand->getType(); local
534 switch (operand_type->getTypeID())
541 log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str());
    [all...]
IRForTarget.cpp 2010 Type *operand_type = operand_constant_fp->getType(); local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py     [all...]
ExprNodes.py     [all...]

Completed in 309 milliseconds