Searched refs:setValue (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
91 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMapEntry.h82 void setValue(const ValueTy &V) { second = V; } function in class:llvm::StringMapEntryStorage
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 void setValue();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp26 setValue();
101 setValue();
117 void DbiModuleSourceFilesIterator::setValue() { function in class:DbiModuleSourceFilesIterator
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc293 setValue (long idx, uint64_t val) function in class:DataINT32
402 setValue (long idx, uint64_t val) function in class:DataUINT32
511 setValue (long idx, uint64_t val) function in class:DataINT64
620 setValue (long idx, uint64_t val) function in class:DataUINT64
739 setValue (long, uint64_t) function in class:DataOBJECT
845 setValue (long, uint64_t) function in class:DataSTRING
942 setValue (long idx, uint64_t val) function in class:DataDOUBLE
1165 DataDescriptor::setValue (int prop_id, long idx, uint64_t val) function in class:DataDescriptor
1172 d->setValue (idx, val);
1336 ddscr->setValue (prop_i
1431 DataView::setValue (int prop_id, long idx, uint64_t val) function in class:DataView
[all...]
H A DTable.h394 virtual void setValue (long, uint64_t) = 0;
415 * data is read in. setValue() should only be used during creation.
483 void setValue (int prop_id, long pkt_id, uint64_t val);
587 void setValue (int prop_id, long idx, uint64_t val);
H A DExperiment.cc3137 dview->setValue (PROP_EVT_TIME, jj, duration);
3177 dDscr->setValue (PROP_EVT_TIME, i, event_duration);
3363 dview->setValue (PROP_EVT_TIME, i, event_duration);
3394 dview->setValue (PROP_IOVFD, i, vFd);
3469 dview->setValue (PROP_IOVFD, i, vFd);
3522 dview->setValue (PROP_IOVFD, i, vFd);
3546 dview->setValue (PROP_IOVFD, i, vFd);
3560 dview->setValue (PROP_IOVFD, i, vFd);
3657 dview->setValue (PROP_TSTAMP2, i, (uint64_t) MAX_TIME);
3660 dview->setValue (PROP_HLEAKE
[all...]
H A DCallStack.cc600 dDscr->setValue (PROP_VADDR, idx, tmp_vaddr);
601 dDscr->setValue (PROP_PADDR, idx, ABS_NULL);
604 dDscr->setValue (PROP_PHYSPC, idx, ABS_NULL);
609 dDscr->setValue (PROP_PADDR, idx, (Vaddr) (-1));
610 dDscr->setValue (PROP_PHYSPC, idx, (Vaddr) (-1));
737 dDscr->setValue (PROP_OMPSTATE, idx, OMP_OVHD_STATE);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc293 setValue (long idx, uint64_t val) function in class:DataINT32
402 setValue (long idx, uint64_t val) function in class:DataUINT32
511 setValue (long idx, uint64_t val) function in class:DataINT64
620 setValue (long idx, uint64_t val) function in class:DataUINT64
739 setValue (long, uint64_t) function in class:DataOBJECT
845 setValue (long, uint64_t) function in class:DataSTRING
942 setValue (long idx, uint64_t val) function in class:DataDOUBLE
1165 DataDescriptor::setValue (int prop_id, long idx, uint64_t val) function in class:DataDescriptor
1172 d->setValue (idx, val);
1336 ddscr->setValue (prop_i
1431 DataView::setValue (int prop_id, long idx, uint64_t val) function in class:DataView
[all...]
H A DTable.h394 virtual void setValue (long, uint64_t) = 0;
415 * data is read in. setValue() should only be used during creation.
483 void setValue (int prop_id, long pkt_id, uint64_t val);
587 void setValue (int prop_id, long idx, uint64_t val);
H A DExperiment.cc3139 dview->setValue (PROP_EVT_TIME, jj, duration);
3179 dDscr->setValue (PROP_EVT_TIME, i, event_duration);
3365 dview->setValue (PROP_EVT_TIME, i, event_duration);
3396 dview->setValue (PROP_IOVFD, i, vFd);
3471 dview->setValue (PROP_IOVFD, i, vFd);
3524 dview->setValue (PROP_IOVFD, i, vFd);
3548 dview->setValue (PROP_IOVFD, i, vFd);
3562 dview->setValue (PROP_IOVFD, i, vFd);
3659 dview->setValue (PROP_TSTAMP2, i, (uint64_t) MAX_TIME);
3662 dview->setValue (PROP_HLEAKE
[all...]
H A DCallStack.cc600 dDscr->setValue (PROP_VADDR, idx, tmp_vaddr);
601 dDscr->setValue (PROP_PADDR, idx, ABS_NULL);
604 dDscr->setValue (PROP_PHYSPC, idx, ABS_NULL);
609 dDscr->setValue (PROP_PADDR, idx, (Vaddr) (-1));
610 dDscr->setValue (PROP_PHYSPC, idx, (Vaddr) (-1));
737 dDscr->setValue (PROP_OMPSTATE, idx, OMP_OVHD_STATE);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1001 void setValue(string name, uint value)
1003 setValue(name, value, endian);
1019 void setValue(string name, uint value, Endian endian)
1040 void setValue(string name, ulong value)
1056 void setValue(string name, string value)
1058 setValue(name, value, false);
1074 void setValue(string name, string value, bool asEXPAND_SZ)
1097 void setValue(string name, string[] value)
1121 void setValue(string name, byte[] value)
1794 cityKey.setValue("
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1000 void setValue(string name, uint value)
1002 setValue(name, value, endian);
1018 void setValue(string name, uint value, Endian endian)
1039 void setValue(string name, ulong value)
1055 void setValue(string name, string value)
1057 setValue(name, value, false);
1073 void setValue(string name, string value, bool asEXPAND_SZ)
1096 void setValue(string name, string[] value)
1120 void setValue(string name, byte[] value)
1789 cityKey.setValue("
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3037 setValue(&LP, Res);
3100 setValue(&I, UnNodeValue);
3118 setValue(&I, BinNodeValue);
3171 setValue(&I, Res);
3181 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1,
3209 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode));
3232 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition));
3376 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(),
3385 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), DestVT, N));
3394 setValue(
[all...]
H A DStatepointLowering.cpp1084 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc()));
1092 setValue(&I, ReturnValue);
1145 setValue(Call, ReturnVal);
1162 setValue(&CI, getValue(SI));
1175 setValue(&CI, CopyFromReg);
1211 setValue(&Relocate, Relocation);
1243 setValue(&Relocate, SpillLoad);
1253 setValue(&Relocate, DAG.getTargetConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64));
1259 setValue(&Relocate, SD);
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DConfig.py157 def setValue(self, item, val): member in class:Config
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h549 template <class DT> void setValue(const DT & /*V*/) {} function in struct:llvm::OptionValueBase
581 void setValue(const DataType &V) { function in class:llvm::OptionValueCopy
615 OptionValue(const DataType &V) { this->setValue(V); }
619 this->setValue(V);
633 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
636 setValue(V);
650 OptionValue(const std::string &V) { this->setValue(V); }
653 setValue(V);
1346 template <class T> void setValue(const T &V, bool initial = false) { function in class:llvm::opt_storage
1376 template <class T> void setValue(cons function in class:llvm::opt_storage
1401 template <class T> void setValue(const T &V, bool initial = false) { function in class:llvm::opt_storage
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp370 It.first->setValue(std::string(Option.DefaultValStr));
384 It.first->setValue(std::string(Option.DefaultValStr));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h56 void setValue(VarDeclaration *vd, Expression *newval);
H A Ddinterpret.c101 void setValue(VarDeclaration *v, Expression *e);
183 void CtfeStack::setValue(VarDeclaration *v, Expression *e) function in class:CtfeStack
865 setValue(fd->vthis, thisarg);
1628 setValue(ca->var, ex->thrown);
1796 setValue(s->wthis, e);
2319 setValue(v2, einit);
2343 setValue(v, result);
3217 setValue(v, newval);
3391 setValue(ultimateVar, ex);
3815 setValue(v
7072 void setValue(VarDeclaration *vd, Expression *newval) function
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/
H A Dllvm-cfi-verify.cpp261 PrintBlameContext.setValue(PrintBlameContextAll);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp644 if ( myBlob->setValue( an[j]->a_vals[i].bv_val, an[j]->a_vals[i].bv_len )) {
645 Debug( LDAP_DEBUG_TRACE, "ndb_oc_attrs: blob->setValue failed %s (%d)\n",
650 if ( myBlob->setValue( NULL, 0 )) {
651 Debug( LDAP_DEBUG_TRACE, "ndb_oc_attrs: blob->setValue failed %s (%d)\n",
675 if ( myop->setValue( attrs[j]->na_column, ptr )) {
1177 if ( myop->setValue( EID_COLUMN, eid ))
1217 if ( myop->setValue( OCS_COLUMN, buf ))
1238 if ( myop->setValue( ai->na_ixcol, buf ))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp352 getValueName()->setValue(this);
420 getValueName()->setValue(this);
431 getValueName()->setValue(this);

Completed in 544 milliseconds

123