Searched refs:lv (Results 151 - 175 of 182) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dobject.h2298 adjust_local_symbol(Symbol_value<size>* lv) const
2299 { return this->do_adjust_local_symbol(lv); }
H A Darm.cc6571 Symbol_value<32>& lv((*plocal_values)[i]);
6572 Arm_address input_value = lv.input_value();
6595 lv.set_input_value(input_value | 1);
7158 Symbol_value<32>& lv((*this->local_values())[i]);
7161 if (lv.is_output_symtab_index_set() && !lv.has_output_symtab_entry())
7175 lv.set_no_output_symtab_entry();
7186 os->output_offset(this, shndx, lv.input_value());
7191 lv.set_no_output_symtab_entry();
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dvms-lib.c1630 lib_index_cmp (const void *lv, const void *rv) argument
1632 const struct lib_index *l = lv;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1987 const lv = fdthis.getLevelAndCheck(loc, sc, fdv, this);
1988 if (lv == LevelError)
1990 if (lv == -1)
1992 if (lv == 0)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dvms-lib.c1630 lib_index_cmp (const void *lv, const void *rv) argument
1632 const struct lib_index *l = lv;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dvms-lib.c1630 lib_index_cmp (const void *lv, const void *rv) argument
1632 const struct lib_index *l = lv;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dobject.h2327 adjust_local_symbol(Symbol_value<size>* lv) const
2328 { return this->do_adjust_local_symbol(lv); }
H A Darm.cc6571 Symbol_value<32>& lv((*plocal_values)[i]);
6572 Arm_address input_value = lv.input_value();
6595 lv.set_input_value(input_value | 1);
7158 Symbol_value<32>& lv((*this->local_values())[i]);
7161 if (lv.is_output_symtab_index_set() && !lv.has_output_symtab_entry())
7175 lv.set_no_output_symtab_entry();
7186 os->output_offset(this, shndx, lv.input_value());
7191 lv.set_no_output_symtab_entry();
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dobject.h2327 adjust_local_symbol(Symbol_value<size>* lv) const
2328 { return this->do_adjust_local_symbol(lv); }
H A Darm.cc6571 Symbol_value<32>& lv((*plocal_values)[i]);
6572 Arm_address input_value = lv.input_value();
6595 lv.set_input_value(input_value | 1);
7158 Symbol_value<32>& lv((*this->local_values())[i]);
7161 if (lv.is_output_symtab_index_set() && !lv.has_output_symtab_entry())
7175 lv.set_no_output_symtab_entry();
7186 os->output_offset(this, shndx, lv.input_value());
7191 lv.set_no_output_symtab_entry();
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dvms-lib.c1633 lib_index_cmp (const void *lv, const void *rv) argument
1635 const struct lib_index *l = lv;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2894 LValue lv = CGF.EmitLValue(e); local
2897 llvm::Value *result = CGF.EmitLoadOfLValue(lv,
2901 CGF.EmitStoreOfScalar(getNullForVariable(lv.getAddress(CGF)), lv); local
H A DCodeGenFunction.h1250 const LValue &lv) {
1252 CGF.OpaqueLValues.insert(std::make_pair(ov, lv));
1248 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const LValue &lv) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalue.h881 extern struct value *value_zero (struct type *type, enum lval_type lv);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.h900 extern struct value *value_zero (struct type *type, enum lval_type lv);
H A Dvalue.c3622 value_zero (struct type *type, enum lval_type lv)
3626 VALUE_LVAL (val) = (lv == lval_computed ? not_lval : lv);
3613 value_zero(struct type *type, enum lval_type lv) argument
/netbsd-current/sys/dev/scsipi/
H A Dses.c739 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c1932 int lv = fdthis->getLevel(loc, sc, fdv); local
1933 if (lv == -2) // error
H A Dfunc.c4370 int lv = fdthis->getLevel(loc, sc, fdv); local
4371 if (lv == -2)
4373 if (lv == -1)
4375 if (lv == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d6267 string lv;
6288 (lasti == values_length || j > lv.length || v != lv[0 .. j]))
6295 lv = value;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d6612 string lv;
6633 (lasti == values_length || j > lv.length || v != lv[0 .. j]))
6640 lv = value;
/netbsd-current/sys/dev/pci/
H A Dif_bnxreg.h122 #define BNX_MSG_LEVEL(lv) \
123 (((lv) & BNX_LEVEL_MASK) <= (bnx_debug & BNX_LEVEL_MASK))
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3535 const auto *lv = cast<LValueReferenceType>(ty); local
3537 getVariableArrayDecayedType(lv->getPointeeType()),
3538 lv->isSpelledAsLValue());
3543 const auto *lv = cast<RValueReferenceType>(ty); local
3545 getVariableArrayDecayedType(lv->getPointeeType()));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c30362 dw_loc_descr_ref l = AT_loc (a), lv;
30407 lv = AT_loc (av);
30408 if (lv == NULL)
30410 if (non_dwarf_expression (lv))
30447 lv = copy_deref_exprloc (d->expr);
30448 if (lv)
30450 *p = new_loc_list (lv, d->begin, d->vbegin, d->end, d->vend, d->section);
30463 lv = copy_deref_exprloc (AT_loc (av));
30464 if (lv == NULL)
30466 a->dw_attr_val.v.val_loc = lv;
30343 dw_loc_descr_ref l = AT_loc (a), lv; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc31102 dw_loc_descr_ref l = AT_loc (a), lv;
31147 lv = AT_loc (av);
31148 if (lv == NULL)
31150 if (non_dwarf_expression (lv))
31187 lv = copy_deref_exprloc (d->expr);
31188 if (lv)
31190 *p = new_loc_list (lv, d->begin, d->vbegin, d->end, d->vend, d->section);
31203 lv = copy_deref_exprloc (AT_loc (av));
31204 if (lv == NULL)
31206 a->dw_attr_val.v.val_loc = lv;
31083 dw_loc_descr_ref l = AT_loc (a), lv; local
[all...]

Completed in 1030 milliseconds

12345678