Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1369 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
H A DCGCall.cpp2600 if (FD->hasImplicitReturnZero()) { in EmitFunctionProlog()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2210 bool hasImplicitReturnZero() const { in hasImplicitReturnZero() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp558 Record.push_back(D->hasImplicitReturnZero()); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14481 if (FD->hasImplicitReturnZero() || FD->hasAttr<NakedAttr>()) in ActOnFinishFunctionBody()