Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-type-promotion-in-math-fn.cpp297 void check_no_warnings() { in check_no_warnings() function
/external/python/cpython3/Lib/test/support/
D__init__.py1200 def check_no_warnings(testcase, message='', category=Warning, force_gc=False): function