Home
last modified time | relevance | path

Searched refs:funName (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp286 StringRef funName = C.getCalleeName(FD); in checkPreStmt() local
287 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() local
459 unsigned idx = getTrackedFunctionIndex(funName, true); in checkPostStmt()
618 StringRef funName = funDecl->getName(); in VisitNode() local
621 unsigned Idx = getTrackedFunctionIndex(funName, true); in VisitNode()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp279 std::vector<cv::String> funName; member
291 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()
/external/opencv3/modules/core/src/
Dsystem.cpp1197 int getImpl(std::vector<int> &impl, std::vector<String> &funName) in getImpl() argument
1202 funName = getImplData().implFun; in getImpl()
/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp62 CV_EXPORTS int getImpl(std::vector<int> &impl, std::vector<String> &funName);