Searched refs:copyValues (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h170 TF.getVal().copyValues(I->second);
249 V.copyValues(EI->second);
269 BI->second.copyValues(V);
327 M[E].copyValues(V);
331 I->second.copyValues(V);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h109 void copyValues(const ValTy& RHS) { DeclBV = RHS.DeclBV; } function in class:clang::DeclBitVector_Types::ValTy
245 void copyValues(const ValTy& RHS) { function in class:clang::StmtDeclBitVector_Types::ValTy
246 ParentRef(*this).copyValues(ParentRef(RHS));

Completed in 63 milliseconds