Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp92 Env.setValue(*Loc, UnpackedVal); in maybeUnpackLValueExpr()
98 Env.setValue(To, *Val); in propagateValue()
385 Env.setValue(*S, *Val); in VisitCXXNewExpr()
477 Env.setValue(*S, *Val); in VisitCXXConstructExpr()
480 Env.setValue(*S, Val); in VisitCXXConstructExpr()
553 Env.setValue(*S, *Val); in VisitCXXTemporaryObjectExpr()
579 Env.setValue(*S, *ArgVal); in VisitCallExpr()
638 Env.setValue(*S, *Val); in VisitConditionalOperator()
646 Env.setValue(*S, *Val); in VisitInitListExpr()
725 Env.setValue(Loc, RecordVal); in VisitInitListExpr()
[all …]
H A DRecordOps.cpp51 Env.setValue(*DstFieldLoc, *Val); in copyRecord()
63 Env.setValue(Dst.getSyntheticField(Name), *Val); in copyRecord()
70 Env.setValue(Dst, *DstVal); in copyRecord()
H A DDataflowEnvironment.cpp555 setValue(*Call, *CalleeEnv.ReturnVal); in popCall()
566 setValue(*Call, *Val); in popCall()
811 void Environment::setValue(const Expr &E, Value &Val) { in setValue() function in clang::dataflow::Environment
918 setValue(Loc, RecordVal); in createValueUnlessSelfReferential()
945 setValue(Loc, *Val); in createLocAndMaybeValue()
994 setValue(Loc, *Val); in createObjectInternal()
1080 Env.setValue(Loc, NewVal); in refreshRecordValue()
1090 Env.setValue(Expr, NewVal); in refreshRecordValue()
1091 Env.setValue(NewVal.getLoc(), NewVal); in refreshRecordValue()
1096 Env.setValue(Expr, NewVal); in refreshRecordValue()
[all …]
H A DTypeErasedDataflowAnalysis.cpp416 Env.setValue(*MemberLoc, *InitExprVal); in builtinTransferInitializer()
504 State.Env.setValue(*TerminatorCond, State.Env.makeAtomicBoolValue()); in transferCFGBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3737 setValue(&I, N); in visitPtrToInt()
3749 setValue(&I, N); in visitIntToPtr()
6098 setValue(&I, in visitIntrinsicCall()
6103 setValue(&I, in visitIntrinsicCall()
6454 setValue(&I, in visitIntrinsicCall()
6458 setValue(&I, in visitIntrinsicCall()
6465 setValue(&I, in visitIntrinsicCall()
6566 setValue(&I, in visitIntrinsicCall()
7220 setValue(&I, in visitIntrinsicCall()
7698 setValue(&I, in visitIntrinsicCall()
[all …]
H A DStatepointLowering.cpp1104 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
1112 setValue(&I, ReturnValue); in LowerStatepoint()
1167 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
1188 setValue(&CI, getValue(SI)); in visitGCResult()
1201 setValue(&CI, CopyFromReg); in visitGCResult()
1234 setValue(&Relocate, SDV); in visitGCRelocate()
1248 setValue(&Relocate, Relocation); in visitGCRelocate()
1280 setValue(&Relocate, SpillLoad); in visitGCRelocate()
1290 setValue(&Relocate, DAG.getTargetConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate()
1296 setValue(&Relocate, SD); in visitGCRelocate()
/freebsd-14.2/contrib/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
/freebsd-14.2/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
92 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMapEntry.h84 void setValue(const ValueTy &V) { second = V; } in setValue() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp234 Env.setValue(Expr, *Value); in forceBoolValue()
250 Env.setValue(locForHasValue(OptionalLoc), HasValueVal); in setHasValue()
259 Env.setValue(Loc, OptionalVal); in createOptionalValue()
273 Env.setValue(HasValueLoc, *HasValueVal); in getHasValue()
325 State.Env.setValue( in transferArrowOpCall()
332 State.Env.setValue( in transferMakeOptionalCall()
342 State.Env.setValue(*CallExpr, *HasValueVal); in transferOptionalHasValueCall()
419 State.Env.setValue(*E, Val); in transferCallReturningOptional()
425 Env.setValue(E, createOptionalValue(Loc, HasValueVal, Env)); in constructOptionalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp27 setValue(); in DbiModuleSourceFilesIterator()
102 setValue(); in operator +=()
118 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h566 template <class DT> void setValue(const DT & /*V*/) {}
599 void setValue(const DataType &V) {
634 OptionValue(const DataType &V) { this->setValue(V); }
638 this->setValue(V);
655 setValue(V);
669 OptionValue(const std::string &V) { this->setValue(V); }
672 setValue(V);
1439 this->setValue(Val);
1473 this->setValue(V.getValue());
1475 this->setValue(T());
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp115 EvalResult.setValue(S.Stk.pop<T>().toAPValue()); in emitRet()
140 EvalResult.setValue(*APV); in emitRetValue()
H A DEvaluationResult.h58 void setValue(const APValue &V) { in setValue() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h320 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
321 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h68 Other.A.setValue(InvalidAddr); in FinalizedAlloc()
95 A.setValue(InvalidAddr); in release()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h55 void setValue();
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h448 void setValue(const StorageLocation &Loc, Value &Val);
463 void setValue(const Expr &E, Value &Val);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp369 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
383 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp320 CurrentElement->setValue( in processOneAttribute()
333 CurrentElement->setValue(Stream.str()); in processOneAttribute()
335 CurrentElement->setValue( in processOneAttribute()
338 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp214 TagAddr.setValue( in listenLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp146 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h100 void setValue(uint64_t Addr) { this->Addr = Addr; } in setValue() function

123