Searched defs:setValue (Results 1 – 13 of 13) sorted by relevance
/minix3/external/bsd/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 | StringMap.h | 131 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
H A D | IntervalMap.h | 1712 iterator::setValue(ValT x) { in setValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 195 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 196 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 368 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function 392 void setValue(const DataType &V) { in setValue() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 72 void setValue(bool V) { Value = V; } in setValue() function
|
H A D | Expr.h | 1261 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function 1271 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1351 void setValue(unsigned Val) { Value = Val; } in setValue() function 1378 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
|
H A D | ExprCXX.h | 440 void setValue(bool V) { Value = V; } in setValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 218 void setValue(Value *Val) { in setValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 615 void setValue(const Value *V, SDValue NewN) { in setValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1366 bool setValue(Init *V) { in setValue() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | warn-thread-safety-analysis.cpp | 3767 void setValue(int i) { dat = i; } in setValue() function in GuardedNonPrimitiveTypeTest::Data
|
/minix3/minix/share/beaglebone/weather/ |
H A D | processing.js | 13 …log("Processing.js: "+N)}}return G}();var w=function(N){var O=new XMLHttpRequest;O.open("GET",N,fa… function
|