Searched refs:funName (Results 1 – 4 of 4) sorted by relevance
286 StringRef funName = C.getCalleeName(FD); in checkPreStmt() local287 if (funName.empty()) in checkPreStmt()291 idx = getTrackedFunctionIndex(funName, true); in checkPreStmt()326 idx = getTrackedFunctionIndex(funName, false); in checkPreStmt()383 if (funName == "CFStringCreateWithBytesNoCopy") { in checkPreStmt()456 StringRef funName = C.getCalleeName(FD); in checkPostStmt() local459 unsigned idx = getTrackedFunctionIndex(funName, true); in checkPostStmt()618 StringRef funName = funDecl->getName(); in VisitNode() local621 unsigned Idx = getTrackedFunctionIndex(funName, true); in VisitNode()
279 std::vector<cv::String> funName; member291 funName.clear(); in Reset()296 flagsToVars(cv::getImpl(implCode, funName)); in GetImpl()306 out.push_back(funName[i]); in GetCallsForImpl()322 if(implCode[i] == savedCode[j] && !funName[i].compare(savedName[j])) in ShapeUp()331 savedName.push_back(funName[i]); in ShapeUp()336 funName = savedName; in ShapeUp()
1197 int getImpl(std::vector<int> &impl, std::vector<String> &funName) in getImpl() argument1202 funName = getImplData().implFun; in getImpl()
62 CV_EXPORTS int getImpl(std::vector<int> &impl, std::vector<String> &funName);