Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dreloc-jalr.ll149 @fnptr_internal = internal global void()* @checkFunctionPointerCall
150 @fnptr_internal_const = internal constant void()* @checkFunctionPointerCall
151 @fnptr_const = constant void()* @checkFunctionPointerCall
152 @fnptr_global = global void()* @checkFunctionPointerCall
154 define void @checkFunctionPointerCall() {
156 ; ALL-LABEL: checkFunctionPointerCall:
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp90 ProgramStateRef checkFunctionPointerCall(const CallExpr *CE,
369 ProgramStateRef CallAndMessageChecker::checkFunctionPointerCall( in checkFunctionPointerCall() function in CallAndMessageChecker
546 State = checkFunctionPointerCall(CE, C, State); in checkPreCall()