Home
last modified time | relevance | path

Searched refs:CheckFunctionCalls (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp30 AST_MATCHER_P2(Expr, hasSideEffect, bool, CheckFunctionCalls, in AST_MATCHER_P2() argument
59 bool Result = CheckFunctionCalls; in AST_MATCHER_P2()
79 CheckFunctionCalls(Options.get("CheckFunctionCalls", false)), in AssertSideEffectCheck()
88 Options.store(Opts, "CheckFunctionCalls", CheckFunctionCalls); in storeOptions()
100 CheckFunctionCalls, IgnoredFunctionsMatcher)))); in registerMatchers()
H A DAssertSideEffectCheck.h42 const bool CheckFunctionCalls;
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassert-side-effect.rst19 .. option:: CheckFunctionCalls