Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp93 template <typename CHECK_CTX>
94 static void expandGraphWithCheckers(CHECK_CTX checkCtx, in expandGraphWithCheckers()
101 typename CHECK_CTX::CheckersTy::const_iterator in expandGraphWithCheckers()
/external/python/cpython3/Modules/
D_testcapimodule.c3450 #define CHECK_CTX(FUNC) \ in test_setallocators() macro
3461 CHECK_CTX("malloc"); in test_setallocators()
3480 CHECK_CTX("realloc"); in test_setallocators()
3494 CHECK_CTX("free"); in test_setallocators()
3515 CHECK_CTX("calloc"); in test_setallocators()
3529 CHECK_CTX("calloc free"); in test_setallocators()
3546 #undef CHECK_CTX in test_setallocators()