Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
H A DStringMapEntry.h82 void setValue(const ValueTy &V) { second = V; } in setValue() function
H A DIntervalMap.h1719 iterator::setValue(ValT x) { in setValue() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d1001 void setValue(string name, uint value) in setValue() function
1019 void setValue(string name, uint value, Endian endian) in setValue() function
1040 void setValue(string name, ulong value) in setValue() function
1056 void setValue(string name, string value) in setValue() function
1074 void setValue(string name, string value, bool asEXPAND_SZ) in setValue() function
1097 void setValue(string name, string[] value) in setValue() function
1121 void setValue(string name, byte[] value) in setValue() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d1000 void setValue(string name, uint value) in setValue() function
1018 void setValue(string name, uint value, Endian endian) in setValue() function
1039 void setValue(string name, ulong value) in setValue() function
1055 void setValue(string name, string value) in setValue() function
1073 void setValue(string name, string value, bool asEXPAND_SZ) in setValue() function
1096 void setValue(string name, string[] value) in setValue() function
1120 void setValue(string name, byte[] value) in setValue() function
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DConfig.py157 def setValue(self, item, val): member in Config
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
H A DDIE.h191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc293 setValue (long idx, uint64_t val) in setValue() function in DataINT32
402 setValue (long idx, uint64_t val) in setValue() function in DataUINT32
511 setValue (long idx, uint64_t val) in setValue() function in DataINT64
620 setValue (long idx, uint64_t val) in setValue() function in DataUINT64
739 setValue (long, uint64_t) in setValue() function in DataOBJECT
845 setValue (long, uint64_t) in setValue() function in DataSTRING
942 setValue (long idx, uint64_t val) in setValue() function in DataDOUBLE
1165 DataDescriptor::setValue (int prop_id, long idx, uint64_t val) in setValue() function in DataDescriptor
1431 DataView::setValue (int prop_id, long idx, uint64_t val) in setValue() function in DataView
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc293 setValue (long idx, uint64_t val) in setValue() function in DataINT32
402 setValue (long idx, uint64_t val) in setValue() function in DataUINT32
511 setValue (long idx, uint64_t val) in setValue() function in DataINT64
620 setValue (long idx, uint64_t val) in setValue() function in DataUINT64
739 setValue (long, uint64_t) in setValue() function in DataOBJECT
845 setValue (long, uint64_t) in setValue() function in DataSTRING
942 setValue (long idx, uint64_t val) in setValue() function in DataDOUBLE
1165 DataDescriptor::setValue (int prop_id, long idx, uint64_t val) in setValue() function in DataDescriptor
1431 DataView::setValue (int prop_id, long idx, uint64_t val) in setValue() function in DataView
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h528 void setValue(const Value *V, SDValue NewN) { in setValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h732 void setValue(Value *Val) { in setValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h818 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2243 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal
2267 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue() function in RecordVal
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1469 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function
1479 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
1612 void setValue(unsigned Val) { Value = Val; } in setValue() function
1646 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
H A DExprObjC.h102 void setValue(bool V) { Value = V; } in setValue() function
H A DExprCXX.h734 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d338 extern (C++) void setValue(VarDeclaration v, Expression e) in setValue() function
7435 private void setValue(VarDeclaration vd, Expression newval) in setValue() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c183 void CtfeStack::setValue(VarDeclaration *v, Expression *e) in setValue() function
7072 void setValue(VarDeclaration *vd, Expression *newval) in setValue() function