Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DAssertSideEffectCheck.cpp28 AST_MATCHER_P(Expr, hasSideEffect, bool, CheckFunctionCalls) { in AST_MATCHER_P() argument
55 bool Result = CheckFunctionCalls; in AST_MATCHER_P()
74 CheckFunctionCalls(Options.get("CheckFunctionCalls", false)), in AssertSideEffectCheck()
81 Options.store(Opts, "CheckFunctionCalls", CheckFunctionCalls); in storeOptions()
88 hasDescendant(expr(hasSideEffect(CheckFunctionCalls)))); in registerMatchers()
DAssertSideEffectCheck.h42 const bool CheckFunctionCalls;
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-assert-side-effect.rst19 .. option:: CheckFunctionCalls