Home
last modified time | relevance | path

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

12

/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h54 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function
64 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function
/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
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h188 void setValue(StringRef Value) override { in setValue() function
228 void setValue(StringRef Value) override { in setValue() function
H A DLVSymbol.h121 void setValue(StringRef Value) override { in setValue() function
H A DLVElement.h260 virtual void setValue(StringRef Value) {} in setValue() function
/llvm-project/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp41 void setValue(uint32_t V) { value = V; } in setValue() function in MaskedData
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h326 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
325 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } setValue() function
H A DDIE.h196 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h
/llvm-project/clang/test/Analysis/
H A Dbitwise-shift-common.c135 void setValue(unsigned *p, unsigned newval) { in setValue() function
/llvm-project/offload/plugins-nextgen/common/include/
H A DGlobalHandler.h80 void setValue(const Ty &V) { Data = V; } setValue() function
/llvm-project/mlir/include/mlir/IR/
H A DAttributes.h227 void setValue(Attribute newValue) { setValue() function
/llvm-project/clang/test/AST/Interp/
H A Dreferences.cpp
/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp116 void setValue(int value) { Value = value; } in setValue() function in A
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h100 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h106 void setValue(uint64_t Addr) { this->Addr = Addr; } setValue() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp118 void DbiModuleSourceFilesIterator::setValue() { setValue() function in DbiModuleSourceFilesIterator
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp393 void llvm::cl::OptionValue<OpPassManager>::setValue( setValue() function in llvm::cl::OptionValue
400 void llvm::cl::OptionValue<OpPassManager>::setValue(StringRef pipelineStr) { setValue() function in llvm::cl::OptionValue
787 void setValue(const PassArgData &value) { this->value = value; } setValue() function
/llvm-project/mlir/include/mlir/Analysis/
H A DFlatLinearValueConstraints.h403 inline void setValue(unsigned pos, Value val) { in setValue() function
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp907 void Environment::setValue(const StorageLocation &Loc, Value &Val) { setValue() function in clang::dataflow::Environment
913 void Environment::setValue(const Expr &E, Value &Val) { setValue() function in clang::dataflow::Environment
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h376 void setValue(const Value *V, SDValue NewN) { in setValue() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-self-assignment.cpp586 void setValue(int *newPtr) { setValue() function in GetterSetter
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h431 void setValue(const MCExpr *Expr) { Value = Expr; } setValue() function
/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp234 void DbgAssignIntrinsic::setValue(Value *V) { in setValue() function in DbgAssignIntrinsic

12