Home
last modified time | relevance | path

Searched refs:setSource (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp1243 CurrStates->setSource(Cond); in splitState()
1244 FalseStates->setSource(Cond); in splitState()
1248 CurrStates->setSource(PInfo.testSourceNode()); in splitState()
1249 FalseStates->setSource(PInfo.testSourceNode()); in splitState()
1268 CurrStates->setSource(BinOp); in splitState()
1269 FalseStates->setSource(BinOp); in splitState()
1378 CurrStates->setSource(nullptr); in run()
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-property-availability.m.result23 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
H A Dobjcmt-property-availability.m23 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DConsumed.h188 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h822 void setSource(Value *Ptr) { in setSource() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp315 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { in setSource() function in __anon4a9001390111::ValueTrackerResult
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2909 II.setSource(AdjustedPtr); in visitMemTransferInst()