Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DWriter.cpp2276 bool isMain = partNo == 1; in createPhdrs() local
H A DSyntheticSections.cpp1292 bool isMain = part.name.empty(); in computeContents() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3158 bool FunctionDecl::isMain() const { in isMain() function in FunctionDecl
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h737 AST_MATCHER(FunctionDecl, isMain) { in AST_MATCHER() argument