Searched refs:isMain (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp183 isMain(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2)
H A DDecl.cpp3035 bool FunctionDecl::isMain() const { function in class:FunctionDecl
H A DItaniumMangle.cpp667 if (FD->isMain())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c530 if (fd->isMain())
H A Dfunc.c1187 if (isMain())
1209 const char *type = isMain() ? "main" : isWinMain() ? "winmain" : isDllMain() ? "dllmain" : (const char *)NULL;
1221 if (fbody && isMain() && sc->_module->isRoot())
1350 (funcdecl->isMain() || (global.params.betterC && funcdecl->isCMain()));
3718 if (isMain())
3732 bool FuncDeclaration::isMain() function in class:FuncDeclaration
H A Ddeclaration.h627 bool isMain();
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp425 REGISTER_MATCHER(isMain);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h639 bool isMain() const;
H A Ddmangle.d641 if (fd.isMain())
H A Dfunc.d1194 if (isMain())
1208 final bool isMain() const
H A Dsemantic3.d226 (funcdecl.isMain() || global.params.betterC && funcdecl.isCMain());
H A Ddsymbolsem.d3917 const(char)* type = funcdecl.isMain() ? "main" : funcdecl.isWinMain() ? "winmain" : funcdecl.isDllMain() ? "dllmain" : cast(const(char)*)null;
3930 (funcdecl.isMain() || funcdecl.isWinMain() || funcdecl.isDllMain() || funcdecl.isCMain()))
3933 if (funcdecl.fbody && funcdecl.isMain() && sc._module.isRoot())
H A Dstatementsem.d3062 else if (fd.isMain())
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp940 if ((getLangOpts().CPlusPlus && FD->isMain()) || getLangOpts().OpenCL ||
955 if ((FD->isMain() || FD->isMSVCRTEntryPoint()) &&
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1268 else if (fd->isMain () || fd->isCMain ())
1271 if (fd->isMain ())
H A Dtoir.cc1035 if ((this->func_->isMain () || this->func_->isCMain ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1437 else if (fd->isMain () || fd->isCMain ())
1440 if (fd->isMain ())
H A Dtoir.cc969 if ((this->func_->isMain () || this->func_->isCMain ())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp232 else if (FD->isMain())
H A DSemaStmt.cpp3960 if (FD->isMain() && RetValExp)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h734 AST_MATCHER(FunctionDecl, isMain) {
735 return Node.isMain();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp409 IsMainAnalysis = FD->isMain() && !Ctx.getLangOpts().CPlusPlus;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3044 if (FD->isExternC() && !FD->isMain()) {
3072 if (FD->isExternC() && !FD->isMain()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2319 bool isMain() const;

Completed in 340 milliseconds

12