Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp110 template <typename CHECK_CTX>
111 static void expandGraphWithCheckers(CHECK_CTX checkCtx, in expandGraphWithCheckers()
118 typename CHECK_CTX::CheckersTy::const_iterator in expandGraphWithCheckers()
/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.c3871 #define CHECK_CTX(FUNC) \ in test_setallocators() macro
3882 CHECK_CTX("malloc"); in test_setallocators()
3901 CHECK_CTX("realloc"); in test_setallocators()
3915 CHECK_CTX("free"); in test_setallocators()
3936 CHECK_CTX("calloc"); in test_setallocators()
3950 CHECK_CTX("calloc free"); in test_setallocators()
3967 #undef CHECK_CTX in test_setallocators()