Searched refs:isMSVCRTEntryPoint (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp910 if ((FD->isMain() || FD->isMSVCRTEntryPoint()) &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2273 bool isMSVCRTEntryPoint() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2921 bool FunctionDecl::isMSVCRTEntryPoint() const { function in class:FunctionDecl
H A DItaniumMangle.cpp594 if (FD->isMSVCRTEntryPoint())
H A DMicrosoftMangle.cpp442 if (FD->isMSVCRTEntryPoint())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9353 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint())
9505 if (!NewFD->isInvalidDecl() && NewFD->isMSVCRTEntryPoint())
H A DSemaOverload.cpp1148 if (New->isMSVCRTEntryPoint())

Completed in 219 milliseconds