Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp
H A DEvaluationResult.h
/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1242 CurrStates->setSource(Cond); in splitState()
1243 FalseStates->setSource(Cond); in splitState()
1247 CurrStates->setSource(PInfo.testSourceNode()); in splitState()
1248 FalseStates->setSource(PInfo.testSourceNode()); in splitState()
1267 CurrStates->setSource(BinOp); in splitState()
1268 FalseStates->setSource(BinOp); in splitState()
1377 CurrStates->setSource(nullptr); in run()
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-property-availability.m22 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
H A Dobjcmt-property-availability.m.result22 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h192 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1070 void setSource(Value *Ptr) { in getElementSizeInBytesCst()
1072 "setSource called with pointer of wrong type!"); in getElementSizeInBytesCst()
1019 void setSource(Value *Ptr) { setSource() function
/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp653 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { in INITIALIZE_PASS_DEPENDENCY()
358 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { setSource() function in __anon05f69b9c0111::ValueTrackerResult
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3335 II.setSource(AdjustedPtr); in visitMemTransferInst()