Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
H A DStringMapEntry.h84 void setValue(const ValueTy &V) { second = V; } in setValue() function
H A DIntervalMap.h1766 iterator::setValue(ValT x) { in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h192 void setValue(StringRef Value) override { in setValue() function
232 void setValue(StringRef Value) override { in setValue() function
H A DLVSymbol.h122 void setValue(StringRef Value) override { in setValue() function
H A DLVElement.h274 virtual void setValue(StringRef Value) {} in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h329 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
330 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
H A DDIE.h197 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.h58 void setValue(const APValue &V) { in setValue() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h100 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h137 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp921 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() function in clang::dataflow::Environment
927 void Environment::setValue(const Expr &E, Value &Val) { in setValue() function in clang::dataflow::Environment
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h375 void setValue(const Value *V, SDValue NewN) { in setValue() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp234 void DbgAssignIntrinsic::setValue(Value *V) { in setValue() function in DbgAssignIntrinsic
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h615 void setValue(const MCExpr *Expr) { Value = Expr; } in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1106 void setValue(Value *Val) { in setValue() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2841 bool RecordVal::setValue(const Init *V) { in setValue() function in RecordVal
2867 bool RecordVal::setValue(const Init *V, SMLoc NewLoc) { in setValue() function in RecordVal
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h101 void setValue(bool V) { Value = V; } in setValue() function
H A DExpr.h1633 void setValue(unsigned Val) { Value = Val; } in setValue() function
1667 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
H A DExprCXX.h740 void setValue(bool V) { CXXBoolLiteralExprBits.Value = V; } in setValue() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9048 auto setValue( std::string const &arg ) -> ParserResult override { in setValue() function
9061 auto setValue( std::string const &arg ) -> ParserResult override { in setValue() function
9116 auto setValue( std::string const &arg ) -> ParserResult override { in setValue() function