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.c4038 #define CHECK_CTX(FUNC) \ in test_setallocators() macro
4049 CHECK_CTX("malloc"); in test_setallocators()
4068 CHECK_CTX("realloc"); in test_setallocators()
4082 CHECK_CTX("free"); in test_setallocators()
4103 CHECK_CTX("calloc"); in test_setallocators()
4117 CHECK_CTX("calloc free"); in test_setallocators()
4134 #undef CHECK_CTX in test_setallocators()