Searched defs:isMain (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | Writer.cpp | 2384 bool isMain = partNo == 1; createPhdrs() local |
H A D | SyntheticSections.cpp | 1300 bool isMain = part.name.empty(); computeContents() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 738 AST_MATCHER(FunctionDecl, isMain) { in AST_MATCHER() argument |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3261 bool FunctionDecl::isMain() const { isMain() function in FunctionDecl |