Home
last modified time | relevance | path

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

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