HomeSort by: relevance | last modified time | path
    Searched defs:lhs (Results 1 - 25 of 750) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-op.h 34 inline tree lhs () const { return gimple_get_lhs (m_stmt); } function in class:gimple_range_op_handler
gimple-range-op.h 34 inline tree lhs () const { return gimple_get_lhs (m_stmt); } function in class:gimple_range_op_handler
gimple-range-fold.h 55 tree lhs = gimple_get_lhs (s); local
57 if (lhs)
58 type = TREE_TYPE (lhs);
160 // the LHS. The source of all operands is supplied via the fur_source class
gimple-range-fold.h 55 tree lhs = gimple_get_lhs (s); local
57 if (lhs)
58 type = TREE_TYPE (lhs);
160 // the LHS. The source of all operands is supplied via the fur_source class
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx-multiply.h 39 unsigned char lhs; member in struct:tilegx_multiply_insn_seq_entry
41 /* This is like lhs, but for the right-hand side. However, for shift
tilegx-multiply.h 39 unsigned char lhs; member in struct:tilegx_multiply_insn_seq_entry
41 /* This is like lhs, but for the right-hand side. However, for shift
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro-multiply.h 42 unsigned char lhs; member in struct:tilepro_multiply_insn_seq_entry
44 /* This is like lhs, but for the right-hand side. However, for shift
tilepro-multiply.h 42 unsigned char lhs; member in struct:tilepro_multiply_insn_seq_entry
44 /* This is like lhs, but for the right-hand side. However, for shift
  /src/sys/ddb/
db_expr.c 147 db_expr_t lhs, rhs; local
150 if (!db_unary(&lhs))
160 lhs *= rhs;
167 lhs /= rhs;
169 lhs %= rhs;
171 lhs = ((lhs+rhs-1)/rhs)*rhs;
176 *valuep = lhs;
183 db_expr_t lhs, rhs; local
186 if (!db_mult_expr(&lhs))
209 db_expr_t lhs, rhs; local
    [all...]
db_expr.c 147 db_expr_t lhs, rhs; local
150 if (!db_unary(&lhs))
160 lhs *= rhs;
167 lhs /= rhs;
169 lhs %= rhs;
171 lhs = ((lhs+rhs-1)/rhs)*rhs;
176 *valuep = lhs;
183 db_expr_t lhs, rhs; local
186 if (!db_mult_expr(&lhs))
209 db_expr_t lhs, rhs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
  /src/external/gpl3/gdb/dist/gdb/
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-sensitive.cc 201 tree lhs = gimple_call_lhs (call); local
202 if (lhs)
203 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
sm-sensitive.cc 201 tree lhs = gimple_call_lhs (call); local
202 if (lhs)
203 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-sensitive.cc 195 tree lhs = gimple_call_lhs (call); local
196 if (lhs)
197 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
sm-sensitive.cc 195 tree lhs = gimple_call_lhs (call); local
196 if (lhs)
197 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.h 65 tree lhs = gimple_get_lhs (s); local
67 if (lhs)
68 type = TREE_TYPE (lhs);
172 // the LHS. The source of all operands is supplied via the fur_source class
gimple-range-fold.h 65 tree lhs = gimple_get_lhs (s); local
67 if (lhs)
68 type = TREE_TYPE (lhs);
172 // the LHS. The source of all operands is supplied via the fur_source class
  /src/external/ibm-public/postfix/dist/src/local/
dotforward.c 110 char *lhs; local
199 while ((lhs = mystrtok(&next, CHARS_COMMA_SP)) != 0) {
200 expand_status = local_expand(path, lhs, &state, &usr_attr,
dotforward.c 110 char *lhs; local
199 while ((lhs = mystrtok(&next, CHARS_COMMA_SP)) != 0) {
200 expand_status = local_expand(path, lhs, &state, &usr_attr,
  /src/external/gpl3/gcc/dist/gcc/cp/
expr.cc 221 tree lhs = TREE_OPERAND (expr, 0); local
227 && (TREE_THIS_VOLATILE (lhs)
228 || CP_TYPE_VOLATILE_P (TREE_TYPE (lhs)))
expr.cc 221 tree lhs = TREE_OPERAND (expr, 0); local
227 && (TREE_THIS_VOLATILE (lhs)
228 || CP_TYPE_VOLATILE_P (TREE_TYPE (lhs)))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
expr.cc 222 tree lhs = TREE_OPERAND (expr, 0); local
228 && (TREE_THIS_VOLATILE (lhs)
229 || CP_TYPE_VOLATILE_P (TREE_TYPE (lhs)))

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>