Home
last modified time | relevance | path

Searched refs:getCalleeName (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h352 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
364 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function
366 return getCalleeName(FunDecl); in getCalleeName()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function
97 StringRef Name = getCalleeName(CE); in VisitCallExpr()
DObjCContainersChecker.cpp85 StringRef Name = C.getCalleeName(CE); in checkPostStmt()
108 StringRef Name = C.getCalleeName(CE); in checkPreStmt()
DUndefinedAssignmentChecker.cpp45 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkBind()
DMacOSXAPIChecker.cpp155 StringRef Name = C.getCalleeName(CE); in checkPreStmt()
DUnixAPIChecker.cpp114 StringRef FName = C.getCalleeName(FD); in checkPreStmt()
470 StringRef FName = C.getCalleeName(FD); in checkPreStmt()
DUndefResultChecker.cpp85 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkPostStmt()
DMacOSKeychainAPIChecker.cpp258 StringRef funName = C.getCalleeName(FD); in checkPreStmt()
409 StringRef funName = C.getCalleeName(FD); in checkPostStmt()
DExprInspectionChecker.cpp90 llvm::StringSwitch<FnCheck>(C.getCalleeName(CE)) in REGISTER_SET_WITH_PROGRAMSTATE()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp31 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { in getCalleeName() function in CheckerContext
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp192 StringRef IRInstructionData::getCalleeName() const { in getCalleeName() function in IRInstructionData
257 if (A.getCalleeName().str() != B.getCalleeName().str()) in isClose()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h185 StringRef getCalleeName() const;