Searched refs:evalFunction (Results 1 – 3 of 3) sorted by relevance
318 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in addSourcesPre() local322 if (evalFunction) in addSourcesPre()323 State = (this->*evalFunction)(CE, C); in addSourcesPre()382 FnCheck evalFunction = in addSourcesPost() local400 if (evalFunction) in addSourcesPost()401 State = (this->*evalFunction)(CE, C); in addSourcesPost()
140 FnCheck evalFunction = llvm::StringSwitch<FnCheck>(Name) in VisitCallExpr() local167 if (evalFunction) in VisitCallExpr()168 (this->*evalFunction)(CE, FD); in VisitCallExpr()
2336 FnCheck evalFunction = identifyCall(CE, C); in evalCall() local2339 if (!evalFunction) in evalCall()2343 (this->*evalFunction)(C, CE); in evalCall()