Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDPackedVector.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
HDStringMap.h141 void setValue(const ValueTy &V) { second = V; } in setValue() function
HDIntervalMap.h1713 iterator::setValue(ValT x) { in setValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineMemOperand.h286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
HDDIE.h191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleList.cpp117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h533 void setValue(const Value *V, SDValue NewN) { in setValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h461 void setValue(Value *Val) { in setValue() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h1431 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function
1441 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
1568 void setValue(unsigned Val) { Value = Val; } in setValue() function
1600 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
HDExprObjC.h98 void setValue(bool V) { Value = V; } in setValue() function
HDExprCXX.h658 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp2032 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal