Searched refs:operand_type (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/dwarf/
H A DGexpr.c125 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);
124 read_operand(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) argument
/external/lldb/source/Expression/
H A DIRInterpreter.cpp532 Type *operand_type = operand->getType(); local
534 switch (operand_type->getTypeID())
541 log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str());
H A DIRForTarget.cpp2010 Type *operand_type = operand_constant_fp->getType(); local
2054 size_t align = m_target_data->getPrefTypeAlignment(operand_type);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py2269 def find_cpp_operation_type(self, operator, operand_type=None):
2271 return self.base_type.find_cpp_operation_type(operator, operand_type)
3191 def find_cpp_operation_type(self, operator, operand_type=None):
3193 if operand_type is not None:
3194 operands.append(operand_type)
H A DExprNodes.py8054 operand_type = self.operand.infer_type(env)
8055 if operand_type.is_cpp_class or operand_type.is_ptr:
8056 cpp_type = operand_type.find_cpp_operation_type(self.operator)
8059 return self.infer_unop_type(env, operand_type)
8061 def infer_unop_type(self, env, operand_type):
8062 if operand_type.is_pyobject:
8065 return operand_type
8150 def infer_unop_type(self, env, operand_type):
8155 operand_type
[all...]

Completed in 223 milliseconds