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,
205 const FunctionDecl *FDecl,
239 if ( (BId = FDecl->getMemoryFunctionKind()) )
258 if (C.isCLibraryFunction(FDecl, "snprintf") ||
259 C.isCLibraryFunction(FDecl, "sprintf"))
261 else if (C.isCLibraryFunction(FDecl, "strcpy") ||
262 C.isCLibraryFunction(FDecl, "stpcpy") ||
263 C.isCLibraryFunction(FDecl, "strcat"))
265 else if (C.isCLibraryFunction(FDecl, "bcopy")
    [all...]
CStringChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 239 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(CallDecl)) {
240 const IdentifierInfo *II = FDecl->getIdentifier();
267 if (FDecl && Idx < FDecl->getNumParams()) {
268 if (isPointerToConst(FDecl->getParamDecl(Idx)))
  /external/clang/lib/Sema/
SemaExpr.cpp 531 FunctionDecl *FDecl) {
536 (FDecl && FDecl->hasAttr<CFAuditedTransferAttr>()))) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaChecking.cpp 407 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall) {
409 IdentifierInfo *FnInfo = FDecl->getIdentifier();
422 i = FDecl->specific_attr_begin<FormatAttr>(),
423 e = FDecl->specific_attr_end<FormatAttr>(); i != e ; ++i) {
428 i = FDecl->specific_attr_begin<NonNullAttr>(),
429 e = FDecl->specific_attr_end<NonNullAttr>(); i != e; ++i) {
434 unsigned CMId = FDecl->getMemoryFunctionKind();
814 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl());
    [all...]
SemaLookup.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 215 milliseconds