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 705 void Sema::checkCall(NamedDecl *FDecl,
719 if (FDecl) {
721 I = FDecl->specific_attr_begin<FormatAttr>(),
722 E = FDecl->specific_attr_end<FormatAttr>(); I != E ; ++I) {
742 if (FDecl) {
744 I = FDecl->specific_attr_begin<NonNullAttr>(),
745 E = FDecl->specific_attr_end<NonNullAttr>(); I != E; ++I)
750 i = FDecl->specific_attr_begin<ArgumentWithTypeTagAttr>(),
751 e = FDecl->specific_attr_end<ArgumentWithTypeTagAttr>();
760 void Sema::CheckConstructorCall(FunctionDecl *FDecl,
    [all...]
SemaExpr.cpp 827 FunctionDecl *FDecl) {
832 (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 182 milliseconds