Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2353 bool hasImplicitReturnZero() const { in hasImplicitReturnZero() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp1569 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
HDCGCall.cpp2931 if (FD->hasImplicitReturnZero()) { in EmitFunctionProlog()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp732 FunctionDeclBits.addBit(D->hasImplicitReturnZero()); in VisitFunctionDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp15867 if (FD->hasImplicitReturnZero() || FD->hasAttr<NakedAttr>()) in ActOnFinishFunctionBody()