Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp41 EvalResult.setSource(E); in interpretExpr()
56 EvalResult.setSource(VD); in interpretDecl()
65 EvalResult.setSource(VD); in interpretDecl()
82 EvalResult.setSource(E); in interpretAsPointer()
H A DEvaluationResult.h56 void setSource(DeclTy D) { Source = D; } in setSource() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1239 CurrStates->setSource(Cond); in splitState()
1240 FalseStates->setSource(Cond); in splitState()
1244 CurrStates->setSource(PInfo.testSourceNode()); in splitState()
1245 FalseStates->setSource(PInfo.testSourceNode()); in splitState()
1264 CurrStates->setSource(BinOp); in splitState()
1265 FalseStates->setSource(BinOp); in splitState()
1374 CurrStates->setSource(nullptr); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h192 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1073 void setSource(Value *Ptr) { in setSource() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp635 void setSource(int Idx, Register SrcReg, unsigned SrcSubReg) { in setSource() function in __anon776574090111::ValueTrackerResult
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3409 II.setSource(AdjustedPtr); in visitMemTransferInst()