Home
last modified time | relevance | path

Searched defs:isMain (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2384 bool isMain = partNo == 1; in createPhdrs() local
H A DSyntheticSections.cpp1300 bool isMain = part.name.empty(); in computeContents() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3261 bool FunctionDecl::isMain() const { in isMain() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h738 AST_MATCHER(FunctionDecl, isMain) { in AST_MATCHER() argument