/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 37 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 D | StringMapEntry.h | 82 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
H A D | IntervalMap.h | 1719 iterator::setValue(ValT x) { in setValue() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | registry.d | 1001 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 D | registry.d | 1000 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 D | Config.py | 157 def setValue(self, item, val): member in Config
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 286 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 D | DIE.h | 191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Table.cc | 293 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 D | Table.cc | 293 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 D | DbiModuleList.cpp | 117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 528 void setValue(const Value *V, SDValue NewN) { in setValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 732 void setValue(Value *Val) { in setValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.h | 818 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 2243 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 D | Expr.h | 1469 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 D | ExprObjC.h | 102 void setValue(bool V) { Value = V; } in setValue() function
|
H A D | ExprCXX.h | 734 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dinterpret.d | 338 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 D | dinterpret.c | 183 void CtfeStack::setValue(VarDeclaration *v, Expression *e) in setValue() function 7072 void setValue(VarDeclaration *vd, Expression *newval) in setValue() function
|