Home
last modified time | relevance | path

Searched refs:m_valid_pointer_check (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp58 m_valid_pointer_check = std::move(*utility_fn); in Install()
81 if (m_valid_pointer_check && m_valid_pointer_check->ContainsAddress(addr)) { in DoCheckersExplainStop()
531 if (m_checker_functions.m_valid_pointer_check) { in runOnModule()
532 ValidPointerChecker vpc(M, m_checker_functions.m_valid_pointer_check); in runOnModule()
H A DIRDynamicChecks.h56 std::shared_ptr<UtilityFunction> m_valid_pointer_check; variable