Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1466 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
H A DCGCall.cpp2734 if (FD->hasImplicitReturnZero()) { in EmitFunctionProlog()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2325 bool hasImplicitReturnZero() const { in hasImplicitReturnZero() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp650 Record.push_back(D->hasImplicitReturnZero()); in VisitFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15483 if (FD->hasImplicitReturnZero() || FD->hasAttr<NakedAttr>()) in ActOnFinishFunctionBody()