Searched refs:checkFunctionPointerCall (Results 1 – 2 of 2) sorted by relevance
149 @fnptr_internal = internal global void()* @checkFunctionPointerCall150 @fnptr_internal_const = internal constant void()* @checkFunctionPointerCall151 @fnptr_const = constant void()* @checkFunctionPointerCall152 @fnptr_global = global void()* @checkFunctionPointerCall154 define void @checkFunctionPointerCall() {156 ; ALL-LABEL: checkFunctionPointerCall:
90 ProgramStateRef checkFunctionPointerCall(const CallExpr *CE,369 ProgramStateRef CallAndMessageChecker::checkFunctionPointerCall( in checkFunctionPointerCall() function in CallAndMessageChecker546 State = checkFunctionPointerCall(CE, C, State); in checkPreCall()