Home
last modified time | relevance | path

Searched defs:RVar (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp340 PropagationInfo(const BinaryOperator * Source,EffectiveOp EOp,const VarDecl * LVar,ConsumedState LTestsFor,const VarDecl * RVar,ConsumedState RTestsFor) PropagationInfo() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp2230 const ParmVarDecl *RVar = M.Second; in check() local