Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp73 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator()
123 Env.setValue(Loc, Val); in VisitDeclRefExpr()
143 Env.setValue(Loc, *Val); in VisitDeclStmt()
154 Env.setValue(Loc, Val); in VisitDeclStmt()
173 Env.setValue(Loc, *Val); in VisitDeclStmt()
378 Env.setValue( in VisitMemberExpr()
419 Env.setValue(Loc, *ArgVal); in VisitCXXConstructExpr()
427 Env.setValue(Loc, *Val); in VisitCXXConstructExpr()
480 Env.setValue(Loc, *Val); in VisitCXXTemporaryObjectExpr()
583 Env.setValue(Loc, *Val); in VisitConditionalOperator()
[all …]
H A DDataflowEnvironment.cpp120 Env.setValue(Loc, *Val); in initGlobalVar()
180 setValue(ParamLoc, *ParamVal); in Environment()
197 setValue(ThisPointeeLoc, *ThisPointeeVal); in Environment()
373 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() function in clang::dataflow::Environment
387 setValue(FieldLoc, *FieldVal); in setValue()
468 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()
485 setValue(PointeeLoc, *PointeeVal); in createValueUnlessSelfReferential()
H A DTypeErasedDataflowAnalysis.cpp140 Env.setValue(*Loc, *Val); in extendFlowCondition()
295 State.Env.setValue(MemberLoc, in transferCFGInitializer()
300 State.Env.setValue(MemberLoc, *InitStmtVal); in transferCFGInitializer()
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp116 void setValue(int value) { Value = value; } in setValue() function in A
123 a->setValue(13); in f()
131 a[0].setValue(13); in g()
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp263 Env.setValue(ValueLoc, *ValueVal); in maybeInitializeOptionalValueMember()
273 Env.setValue(ValueLoc, *ValueVal); in maybeInitializeOptionalValueMember()
323 State.Env.setValue( in transferMakeOptionalCall()
334 State.Env.setValue(CallExprLoc, *HasValueVal); in transferOptionalHasValueCall()
364 State.Env.setValue(ExprLoc, *ExprValue); in transferValueOrImpl()
409 State.Env.setValue( in transferCallReturningOptional()
417 State.Env.setValue(*OptionalLoc, in assignOptionalValue()
469 State.Env.setValue(*OptionalLoc, createOptionalValue(State.Env, HasValueVal)); in transferAssignment()
500 State.Env.setValue(OptionalLoc1, *OptionalVal2); in transferSwap()
501 State.Env.setValue(OptionalLoc2, *OptionalVal1); in transferSwap()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLinalgStrategyPasses.cpp53 this->anchorOpName.setValue(opName.str()); in LinalgStrategyTileAndFusePass()
89 this->anchorOpName.setValue(opName.str()); in LinalgStrategyTilePass()
122 this->anchorOpName.setValue(opName.str()); in LinalgStrategyPadPass()
154 this->anchorOpName.setValue(opName.str()); in LinalgStrategyGeneralizePass()
242 this->anchorOpName.setValue(opName.str()); in LinalgStrategyPeelPass()
277 this->anchorOpName.setValue(opName.str()); in LinalgStrategyVectorizePass()
278 this->vectorizePadding.setValue(padVectorize); in LinalgStrategyVectorizePass()
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-checker/
H A Dmain.m15 - (void) setValue: (int) newValue;
25 - (void) setValue: (int) newValue
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3484 setValue(&I, N); in visitPtrToInt()
3496 setValue(&I, N); in visitIntToPtr()
3533 setValue(&I, N); in visitAddrSpaceCast()
5822 setValue(&I, in visitIntrinsicCall()
5827 setValue(&I, in visitIntrinsicCall()
6236 setValue(&I, in visitIntrinsicCall()
6240 setValue(&I, in visitIntrinsicCall()
6247 setValue(&I, in visitIntrinsicCall()
6905 setValue(&I, in visitIntrinsicCall()
7239 setValue(&I, in visitIntrinsicCall()
[all …]
H A DStatepointLowering.cpp1129 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
1137 setValue(&I, ReturnValue); in LowerStatepoint()
1191 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
1212 setValue(&CI, getValue(SI)); in visitGCResult()
1225 setValue(&CI, CopyFromReg); in visitGCResult()
1262 setValue(&Relocate, SDV); in visitGCRelocate()
1276 setValue(&Relocate, Relocation); in visitGCRelocate()
1308 setValue(&Relocate, SpillLoad); in visitGCRelocate()
1318 setValue(&Relocate, DAG.getTargetConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate()
1324 setValue(&Relocate, SD); in visitGCRelocate()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-conflict-2.m74 - (void)setValue:(id)value;
94 - (void) setValue:(unsigned)value
111 - (void) setValue:(unsigned)value
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLookupAndRecordAddrs.cpp34 KV.second->setValue((I != Result->end()) ? I->second.getAddress() in lookupAndRecordAddrs()
76 Pairs[I].second->setValue(Result->front()[I]); in lookupAndRecordAddrs()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h535 template <class DT> void setValue(const DT & /*V*/) {}
567 void setValue(const DataType &V) {
601 OptionValue(const DataType &V) { this->setValue(V); }
605 this->setValue(V);
622 setValue(V);
636 OptionValue(const std::string &V) { this->setValue(V); }
639 setValue(V);
1403 this->setValue(Val);
1438 this->setValue(V.getValue());
1440 this->setValue(T());
[all …]
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIntervalMapTest.cpp123 I.setValue(2); in TEST()
267 (++map.begin()).setValue(2); in TEST()
445 I.setValue(0); in TEST()
459 I.setValue(2); in TEST()
466 I.setValue(3); in TEST()
473 I.setValue(4); in TEST()
495 I.setValue(0); in TEST()
502 I.setValue(19); in TEST()
509 I.setValue(18); in TEST()
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp349 setValue(value); in OptionValue()
354 setValue(rhs); in operator =()
360 void llvm::cl::OptionValue<OpPassManager>::setValue( in setValue() function in llvm::cl::OptionValue
367 void llvm::cl::OptionValue<OpPassManager>::setValue(StringRef pipelineStr) { in setValue() function in llvm::cl::OptionValue
370 setValue(*pipeline); in setValue()
740 OptionValue(const PassArgData &value) { this->setValue(value); } in OptionValue()
746 void setValue(const PassArgData &value) { this->value = value; } in setValue() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dunnecessary-value-param.rst43 void setValue(string Value) {
53 void setValue(string Value) {
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp73 EnableKnowledgeRetention.setValue(true); in TEST()
130 ShouldPreserveAllAttributes.setValue(true); in TEST()
136 ShouldPreserveAllAttributes.setValue(false); in TEST()
249 EnableKnowledgeRetention.setValue(true); in TEST()
312 ShouldPreserveAllAttributes.setValue(true); in TEST()
321 ShouldPreserveAllAttributes.setValue(false); in TEST()
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dproperty-derived-to-base-conv.mm16 - (void)setValue : (B) arg;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-self-assignment.cpp580 setValue(object.getValue()); in operator =()
586 void setValue(int *newPtr) { in setValue() function in GetterSetter
/llvm-project-15.0.7/lldb/examples/synthetic/bitfield/
H A Dprogram.cpp41 void setValue(uint32_t V) { value = V; } in setValue() function in MaskedData
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp419 IndexLocation.setValue(IndexLocation, /*initial=*/true); in main()
420 ExecCommand.setValue(ExecCommand, /*initial=*/true); in main()
421 ProjectRoot.setValue(ProjectRoot, /*initial=*/true); in main()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h317 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
318 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceIRReferences.cpp29 MMO->setValue(static_cast<const Value *>(nullptr)); in dropIRReferencesFromInstructions()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassOptions.h193 this->setValue(static_cast<const Option<DataType, OptionParser> &>(other) in copyValueFrom()
435 void setValue(const mlir::OpPassManager &newValue);
436 void setValue(StringRef pipelineStr);

1234