/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 54 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 D | PackedVector.h | 38 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 D | StringMapEntry.h | 84 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 188 void setValue(StringRef Value) override { in setValue() function 228 void setValue(StringRef Value) override { in setValue() function
|
H A D | LVSymbol.h | 121 void setValue(StringRef Value) override { in setValue() function
|
H A D | LVElement.h | 260 virtual void setValue(StringRef Value) {} in setValue() function
|
/llvm-project/lldb/examples/synthetic/bitfield/ |
H A D | program.cpp | 41 void setValue(uint32_t V) { value = V; } in setValue() function in MaskedData
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 326 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 325 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } setValue() function
|
H A D | DIE.h | 196 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.h |
|
/llvm-project/clang/test/Analysis/ |
H A D | bitwise-shift-common.c | 135 void setValue(unsigned *p, unsigned newval) { in setValue() function
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | GlobalHandler.h | 80 void setValue(const Ty &V) { Data = V; } setValue() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Attributes.h | 227 void setValue(Attribute newValue) { setValue() function
|
/llvm-project/clang/test/AST/Interp/ |
H A D | references.cpp |
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | placement-new-fp-suppression.cpp | 116 void setValue(int value) { Value = value; } in setValue() function in A
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 100 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | ExecutorAddress.h | 106 void setValue(uint64_t Addr) { this->Addr = Addr; } setValue() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 118 void DbiModuleSourceFilesIterator::setValue() { setValue() function in DbiModuleSourceFilesIterator
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassRegistry.cpp | 393 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 D | FlatLinearValueConstraints.h | 403 inline void setValue(unsigned pos, Value val) { in setValue() function
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 907 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 D | SelectionDAGBuilder.h | 376 void setValue(const Value *V, SDValue NewN) { in setValue() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unhandled-self-assignment.cpp | 586 void setValue(int *newPtr) { setValue() function in GetterSetter
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 431 void setValue(const MCExpr *Expr) { Value = Expr; } setValue() function
|
/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 234 void DbgAssignIntrinsic::setValue(Value *V) { in setValue() function in DbgAssignIntrinsic
|