Home
last modified time | relevance | path

Searched refs:setHasImplicitReturnZero (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2360 void setHasImplicitReturnZero(bool IRZ) { in setHasImplicitReturnZero() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1081 FD->setHasImplicitReturnZero(FunctionDeclBits.getNextBit()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12272 FD->setHasImplicitReturnZero(true); in CheckMain()
12287 FD->setHasImplicitReturnZero(true); in CheckMain()
12404 FD->setHasImplicitReturnZero(true); in CheckMSVCRTEntryPoint()