Home
last modified time | relevance | path

Searched defs:LHSState (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.runtime.pass.cpp36 void checkDeleter(LHS& lhs, RHS& rhs, int LHSState, int RHSState) { in checkDeleter() argument
H A Dmove_convert.single.pass.cpp40 TEST_CONSTEXPR_CXX23 void checkDeleter(LHS& lhs, RHS& rhs, int LHSState, int RHSState) { in checkDeleter()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp303 const auto &LHSState = blockStateForStmt(BlockStates, *AndOp.getLHS()); TEST_F() local