| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 183 isMain(), in checkTempObjectsInNoPool()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Mangle.cpp | 77 if (FD->isMain() && FD->hasPrototype() && FD->param_size() == 2) in getCallingConvMangling()
|
| H A D | Decl.cpp | 3035 bool FunctionDecl::isMain() const { in isMain() function in FunctionDecl
|
| H A D | ItaniumMangle.cpp | 667 if (FD->isMain()) in shouldMangleCXXName()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | func.c | 1187 if (isMain()) in semantic() 1209 …const char *type = isMain() ? "main" : isWinMain() ? "winmain" : isDllMain() ? "dllmain" : (const … in semantic() 1221 if (fbody && isMain() && sc->_module->isRoot()) in semantic() 1350 (funcdecl->isMain() || (global.params.betterC && funcdecl->isCMain())); in addReturn0() 3718 if (isMain()) in toPrettyChars() 3732 bool FuncDeclaration::isMain() in isMain() function
|
| H A D | dmangle.c | 530 if (fd->isMain()) in mangleExact()
|
| H A D | declaration.h | 627 bool isMain();
|
| H A D | statementsem.c | 2928 else if (fd->isMain()) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | declaration.h | 639 bool isMain() const;
|
| H A D | dmangle.d | 641 if (fd.isMain()) in mangleExact()
|
| H A D | func.d | 1194 if (isMain()) 1208 final bool isMain() const in isMain() function
|
| H A D | semantic3.d | 226 (funcdecl.isMain() || global.params.betterC && funcdecl.isCMain()); in visit()
|
| H A D | dsymbolsem.d | 3917 …const(char)* type = funcdecl.isMain() ? "main" : funcdecl.isWinMain() ? "winmain" : funcdecl.isDll… in funcDeclarationSemantic() 3930 … (funcdecl.isMain() || funcdecl.isWinMain() || funcdecl.isDllMain() || funcdecl.isCMain())) in funcDeclarationSemantic() 3933 if (funcdecl.fbody && funcdecl.isMain() && sc._module.isRoot()) in funcDeclarationSemantic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 425 REGISTER_MATCHER(isMain); in RegistryMaps()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | decl.cc | 1437 else if (fd->isMain () || fd->isCMain ()) in get_symbol_decl() 1440 if (fd->isMain ()) in get_symbol_decl()
|
| H A D | toir.cc | 969 if ((this->func_->isMain () || this->func_->isCMain ()) in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 1268 else if (fd->isMain () || fd->isCMain ()) in get_symbol_decl() 1271 if (fd->isMain ()) in get_symbol_decl()
|
| H A D | toir.cc | 1035 if ((this->func_->isMain () || this->func_->isCMain ()) in visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 940 if ((getLangOpts().CPlusPlus && FD->isMain()) || getLangOpts().OpenCL || in StartFunction() 955 if ((FD->isMain() || FD->isMSVCRTEntryPoint()) && in StartFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 734 AST_MATCHER(FunctionDecl, isMain) { in AST_MATCHER() argument 735 return Node.isMain(); in AST_MATCHER()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 232 else if (FD->isMain()) in isValidCoroutineContext()
|
| H A D | SemaStmt.cpp | 3960 if (FD->isMain() && RetValExp) in BuildReturnStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 409 IsMainAnalysis = FD->isMain() && !Ctx.getLangOpts().CPlusPlus; in getInitialStore()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 2319 bool isMain() const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3044 if (FD->isExternC() && !FD->isMain()) { in getFunctionSourceLocation() 3072 if (FD->isExternC() && !FD->isMain()) { in RewriteLineDirective()
|