| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Transfer.cpp | 111 Env.setValue(*Loc, UnpackedVal); in maybeUnpackLValueExpr() 119 Env.setValue(To, *Val); in propagateValue() 173 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator() 185 Env.setValue(*S, Env.makeAnd(LHSVal, RHSVal)); in VisitBinaryOperator() 187 Env.setValue(*S, Env.makeOr(LHSVal, RHSVal)); in VisitBinaryOperator() 193 Env.setValue(*S, S->getOpcode() == BO_EQ ? LHSEqRHSValue in VisitBinaryOperator() 301 Env.setValue(*S, *SubExprVal); in VisitImplicitCastExpr() 305 Env.setValue(*S, Env.makeAtomicBoolValue()); in VisitImplicitCastExpr() 316 Env.setValue(*S, *SubExprVal); in VisitImplicitCastExpr() 341 Env.setValue(*S, NullPointerVal); in VisitImplicitCastExpr() [all …]
|
| H A D | RecordOps.cpp | 32 Env.setValue(*DstFieldLoc, *Val); in copyField() 45 Env.setValue(DstFieldLoc, *Val); in copySyntheticField()
|
| H A D | DataflowEnvironment.cpp | 680 setValue(*Call, *CalleeEnv.ReturnVal); in popCall() 921 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 1034 setValue(Loc, *Val); in createLocAndMaybeValue() 1056 setValue(FieldLoc, *Val); in initializeFieldsWithValues() 1129 setValue(Loc, *Val); in createObjectInternal()
|
| H A D | TypeErasedDataflowAnalysis.cpp | 390 Env.setValue(*MemberLoc, *InitExprVal); in builtinTransferInitializer() 480 State.Env.setValue(*TerminatorCond, State.Env.makeAtomicBoolValue());
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2762 setValue(&I, Br); in visitBr() 2938 setValue(CurInst, BrCond); in visitSwitchCase() 3564 setValue(&LP, Res); in visitLandingPad() 3617 setValue(&I, UnNodeValue); in visitUnary() 3637 setValue(&I, BinNodeValue); in visitBinary() 3676 setValue(&I, Res); in visitShift() 3686 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1, in visitSDiv() 3714 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp() 3733 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp() 3874 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect() [all …]
|
| H A D | StatepointLowering.cpp | 1111 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint() 1119 setValue(&I, ReturnValue); in LowerStatepoint() 1174 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl() 1195 setValue(&CI, getValue(SI)); in visitGCResult() 1208 setValue(&CI, CopyFromReg); in visitGCResult() 1241 setValue(&Relocate, SDV); in visitGCRelocate() 1255 setValue(&Relocate, Relocation); in visitGCRelocate() 1287 setValue(&Relocate, SpillLoad); in visitGCRelocate() 1297 setValue(&Relocate, DAG.getConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate() 1303 setValue(&Relocate, SD); in visitGCRelocate()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | EvalEmitter.cpp | 176 EvalResult.setValue(S.Stk.pop<T>().toAPValue(Ctx.getASTContext())); in emitRet() 187 EvalResult.setValue(Ptr.toAPValue(Ctx.getASTContext())); in emitRet() 218 EvalResult.setValue(*V); in emitRet() 226 EvalResult.setValue(Ptr.toAPValue(Ctx.getASTContext())); in emitRet() 247 EvalResult.setValue(*APV); in emitRetValue()
|
| H A D | EvaluationResult.h | 58 void setValue(const APValue &V) { in setValue() function
|
| /freebsd/contrib/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 92 Vec.setValue(Vec.Bits, Idx, val);
|
| H A D | StringMapEntry.h | 84 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 26 setValue(); in DbiModuleSourceFilesIterator() 101 setValue(); in operator +=() 117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 37 OptionValue(const FnT &V) { this->setValue(V); } in OptionValue() 40 setValue(V); in operator =()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.h | 159 State.Env.setValue(*GetExpr, in transferSmartPointerLikeCachedGet() 167 State.Env.setValue(*GetExpr, *Val); in transferSmartPointerLikeCachedGet()
|
| H A D | DataflowEnvironment.h | 495 void setValue(const StorageLocation &Loc, Value &Val); 506 void setValue(const Expr &E, Value &Val);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 560 template <class DT> void setValue(const DT & /*V*/) {} 593 void setValue(const DataType &V) { 628 OptionValue(const DataType &V) { this->setValue(V); } 632 this->setValue(V); 646 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 649 setValue(V); 663 OptionValue(const std::string &V) { this->setValue(V); } 666 setValue(V); 1351 template <class T> void setValue(const T &V, bool initial = false) { 1381 template <class T> void setValue(const T &V, bool initial = false) { [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 374 Env.setValue(Expr, *Value); in forceBoolValue() 390 Env.setValue(locForHasValue(OptionalLoc), HasValueVal); in setHasValue() 402 Env.setValue(HasValueLoc, *HasValueVal); in getHasValue() 449 State.Env.setValue( in transferArrowOpCall() 465 State.Env.setValue(*CallExpr, *HasValueVal); in transferOptionalHasValueCall() 474 State.Env.setValue(*CallExpr, State.Env.makeNot(*HasValueVal)); in transferOptionalIsNullCall() 589 State.Env.setValue(*CE, *Val); in handleConstMemberCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 329 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 330 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 192 void setValue(StringRef Value) override { in setValue() function 232 void setValue(StringRef Value) override { in setValue() function
|
| H A D | LVSymbol.h | 122 void setValue(StringRef Value) override { in setValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 115 CurrentElement->setValue( in processOneAttribute() 128 CurrentElement->setValue(Stream.str()); in processOneAttribute() 130 CurrentElement->setValue(hexString(GetAsUnsignedConstant(), 2)); in processOneAttribute() 132 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute() 166 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 72 Other.A.setValue(InvalidAddr); in FinalizedAlloc() 99 A.setValue(InvalidAddr); in release()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 57 void setValue();
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 367 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate() 381 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 214 TagAddr.setValue( in listenLoop()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 149 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
|