Searched refs:callsName (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | PointerSortingChecker.cpp | 57 decltype(auto) callsName(const char *FunctionName) { in callsName() function 72 callsName("std::is_sorted"), in matchSortWithPointers() 73 callsName("std::nth_element"), in matchSortWithPointers() 74 callsName("std::partial_sort"), in matchSortWithPointers() 75 callsName("std::partition"), in matchSortWithPointers() 76 callsName("std::sort"), in matchSortWithPointers() 77 callsName("std::stable_partition"), in matchSortWithPointers() 78 callsName("std::stable_sort") in matchSortWithPointers()
|
| D | GCDAntipatternChecker.cpp | 55 decltype(auto) callsName(const char *FunctionName) { in callsName() function 94 callsName("dispatch_semaphore_create"), in findGCDAntiPatternWithSemaphore() 109 callsName("dispatch_semaphore_signal"), in findGCDAntiPatternWithSemaphore() 125 callsName("dispatch_semaphore_wait"), in findGCDAntiPatternWithSemaphore() 137 auto DispatchGroupCreateM = callExpr(callsName("dispatch_group_create")); in findGCDAntiPatternWithGroup() 146 stmt(callExpr(allOf(callsName("dispatch_group_enter"), in findGCDAntiPatternWithGroup() 155 callsName("dispatch_group_leave"), in findGCDAntiPatternWithGroup() 171 callsName("dispatch_group_wait"), in findGCDAntiPatternWithGroup()
|