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

  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 98 bool checkTaintedBufferSize(const CallExpr *CE, const FunctionDecl *FDecl,
145 getTaintPropagationRule(const FunctionDecl *FDecl,
200 const FunctionDecl *FDecl,
234 if ( (BId = FDecl->getMemoryFunctionKind()) )
253 if (C.isCLibraryFunction(FDecl, "snprintf") ||
254 C.isCLibraryFunction(FDecl, "sprintf"))
256 else if (C.isCLibraryFunction(FDecl, "strcpy") ||
257 C.isCLibraryFunction(FDecl, "stpcpy") ||
258 C.isCLibraryFunction(FDecl, "strcat"))
260 else if (C.isCLibraryFunction(FDecl, "bcopy")
    [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp 490 void Sema::checkCall(NamedDecl *FDecl,
503 I = FDecl->specific_attr_begin<FormatAttr>(),
504 E = FDecl->specific_attr_end<FormatAttr>(); I != E ; ++I)
518 I = FDecl->specific_attr_begin<NonNullAttr>(),
519 E = FDecl->specific_attr_end<NonNullAttr>(); I != E; ++I)
524 i = FDecl->specific_attr_begin<ArgumentWithTypeTagAttr>(),
525 e = FDecl->specific_attr_end<ArgumentWithTypeTagAttr>(); i != e; ++i) {
532 void Sema::CheckConstructorCall(FunctionDecl *FDecl,
538 checkCall(FDecl, Args, Proto->getNumArgs(),
544 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall
    [all...]
SemaExpr.cpp 696 FunctionDecl *FDecl) {
701 (FDecl && FDecl->hasAttr<CFAuditedTransferAttr>()))) {
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 209 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) {
214 if (FDecl->isThisDeclarationADefinition() &&
216 !FDecl->isTopLevelDeclInObjCContainer()) {
217 FunctionDefinitionsSeen.push_back(FDecl);
    [all...]

Completed in 89 milliseconds