Home
last modified time | relevance | path

Searched refs:hasImplicitReturnZero (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp996 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
DCGCall.cpp1826 if (FD->hasImplicitReturnZero()) { in EmitFunctionProlog()
/external/clang/include/clang/AST/
DDecl.h1828 bool hasImplicitReturnZero() const { return HasImplicitReturnZero; } in hasImplicitReturnZero() function
/external/clang/lib/Sema/
DSemaDecl.cpp11093 if (FD->hasImplicitReturnZero() || FD->hasAttr<NakedAttr>()) in ActOnFinishFunctionBody()