HomeSort by relevance Sort by last modified time
    Searched refs:FDecl (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 97 bool checkTaintedBufferSize(const CallExpr *CE, const FunctionDecl *FDecl,
144 getTaintPropagationRule(const FunctionDecl *FDecl,
199 const FunctionDecl *FDecl,
233 if ( (BId = FDecl->getMemoryFunctionKind()) )
252 if (C.isCLibraryFunction(FDecl, "snprintf") ||
253 C.isCLibraryFunction(FDecl, "sprintf"))
255 else if (C.isCLibraryFunction(FDecl, "strcpy") ||
256 C.isCLibraryFunction(FDecl, "stpcpy") ||
257 C.isCLibraryFunction(FDecl, "strcat"))
259 else if (C.isCLibraryFunction(FDecl, "bcopy")
    [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 729 const NamedDecl *FDecl,
733 for (const auto *NonNull : FDecl->specific_attrs<NonNullAttr>()) {
740 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(FDecl))
742 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(FDecl))
756 void Sema::checkCall(NamedDecl *FDecl, ArrayRef<const Expr *> Args,
766 if (FDecl) {
767 for (const auto *I : FDecl->specific_attrs<FormatAttr>()) {
788 if (FDecl) {
789 CheckNonNullArguments(*this, FDecl, Args.data(), Loc);
792 for (const auto *I : FDecl->specific_attrs<ArgumentWithTypeTagAttr>()
    [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 208 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) {
213 if (FDecl->isThisDeclarationADefinition() &&
215 !FDecl->isTopLevelDeclInObjCContainer()) {
216 FunctionDefinitionsSeen.push_back(FDecl);
    [all...]

Completed in 373 milliseconds