HomeSort by relevance Sort by last modified time
    Searched refs:FDecl (Results 1 - 12 of 12) 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 148 static void SemaBuiltinMemChkCall(Sema &S, FunctionDecl *FDecl,
169 IdentifierInfo *FnName = FDecl->getIdentifier();
262 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID,
524 SemaBuiltinMemChkCall(*this, FDecl, TheCall, 2, 3);
527 SemaBuiltinMemChkCall(*this, FDecl, TheCall, 3, 4);
531 SemaBuiltinMemChkCall(*this, FDecl, TheCall, 1, 3);
560 Context.getExceptionObjectType(FDecl->getParamDecl(0)->getType()),
    [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 241 clang::FunctionDecl *FDecl = Decl->getAsFunction();
242 if (!FDecl || !FDecl->isThisDeclarationADefinition())
246 mContext->markUsedByReducePragma(FDecl, RSContext::CheckNameNo);
slang_rs_export_reduce.cpp 173 clang::FunctionDecl *FDecl = Decl->getAsFunction();
174 if (!FDecl || !FDecl->isThisDeclarationADefinition())
181 << FDecl->getLocation().printToString(S.PP.getSourceManager());
185 Ret = FDecl;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) {
215 if (FDecl->isThisDeclarationADefinition() &&
217 !FDecl->isTopLevelDeclInObjCContainer()) {
218 FunctionDefinitionsSeen.push_back(FDecl);
    [all...]

Completed in 72 milliseconds