| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 183 isMain(), in checkTempObjectsInNoPool()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 315 if (!FD || FD->param_size() != 3 || !FD->isMain()) in checkBeginFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 75 if (FD->isMain() && FD->getNumParams() == 2) in getCallingConvMangling()
|
| H A D | Decl.cpp | 3261 bool FunctionDecl::isMain() const { in isMain() function in FunctionDecl
|
| H A D | ItaniumMangle.cpp | 749 if (FD->isMain()) in shouldMangleCXXName()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 2388 bool isMain = partNo == 1; in createPhdrs() local 2399 if (isMain) in createPhdrs() 2411 if (isMain) { in createPhdrs() 2453 if (isMain && sec->partition == 255) in createPhdrs()
|
| H A D | SyntheticSections.cpp | 1300 bool isMain = part.name.empty(); in computeContents() local 1323 if (isMain) { in computeContents() 1415 if (isMain && (in.relaPlt->isNeeded() || in.relaIplt->isNeeded())) { in computeContents() 1479 if (isMain) { in computeContents()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 996 if (FD && ((getLangOpts().CPlusPlus && FD->isMain()) || in StartFunction() 1015 if (FD && ((FD->isMain() || FD->isMSVCRTEntryPoint()) && in StartFunction() 1020 if (FD && FD->isMain()) in StartFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 456 REGISTER_MATCHER(isMain); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 738 AST_MATCHER(FunctionDecl, isMain) { in AST_MATCHER() argument 739 return Node.isMain(); in AST_MATCHER()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 228 else if (FD->isMain()) in isValidCoroutineContext()
|
| H A D | SemaStmt.cpp | 3974 if (FD->isMain() && RetValExp) in BuildReturnStmt()
|
| H A D | SemaDecl.cpp | 10450 if (!NewFD->isInvalidDecl() && NewFD->isMain()) in ActOnFunctionDeclarator() 10582 if (!NewFD->isInvalidDecl() && NewFD->isMain()) in ActOnFunctionDeclarator() 11738 if (NewFD->isMain()) { in CheckMultiVersionFunction()
|
| H A D | SemaOverload.cpp | 1246 if (New->isMain()) in IsOverloadOrOverrideImpl()
|
| H A D | SemaDeclCXX.cpp | 18188 if (Fn->isMain()) in SetDeclDeleted()
|
| H A D | SemaExpr.cpp | 248 if (cast<FunctionDecl>(D)->isMain()) in DiagnoseUseOfDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 399 IsMainAnalysis = FD->isMain() && !Ctx.getLangOpts().CPlusPlus; in getInitialStore()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 2398 if (FD->isMain() || FD->isConstexpr() || in fixVariable()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2489 bool isMain() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3045 if (FD->isExternC() && !FD->isMain()) { in getFunctionSourceLocation() 3073 if (FD->isExternC() && !FD->isMain()) { in RewriteLineDirective()
|