Searched refs:isUsed (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h215 /// isUsed - Check if this is used.
216 bool isUsed() const { return IsUsed; } function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h153 using irsymtab::Symbol::isUsed;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h197 bool isUsed() const { return (Flags >> S::FB_used) & 1; } function in struct:llvm::irsymtab::Symbol
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h222 bool isUsed() const { return IsUsed; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp306 Record.push_back(D->isUsed(false));
454 !D->isUsed(false) &&
491 !D->isUsed(false) &&
798 !D->isUsed(false) &&
932 !D->isUsed(false) &&
1049 !D->isUsed(false) &&
1100 !D->isUsed(false) &&
1909 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1942 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1980 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2767 if (!OtherMI->isUsed() && OtherMI->isWarnIfUnused())
2790 assert(!MI->isUsed());
2827 if (!MI->isUsed() && MI->isWarnIfUnused())
H A DPPMacroExpansion.cpp1868 if (MI->isWarnIfUnused() && !MI->isUsed())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp551 if (Res.LinkerRedefined || Res.VisibleToRegularObj || Sym.isUsed() ||
562 (Res.VisibleToRegularObj || Sym.isUsed() || !InSummary);
H A DThinLTOCodeGenerator.cpp263 if (Sym.isUsed())
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp401 bool Decl::isUsed(bool CheckUsedAttr) const { function in class:Decl
417 if (isUsed(false))
H A DTextNodeDumper.cpp251 if (D->isUsed())
H A DJSONNodeDumper.cpp106 if (D->isUsed())
107 JOS.attribute("isUsed", true);
H A DASTImporter.cpp136 if (From->isUsed(false) && !To->isUsed(false))
285 if (FromD->isUsed())
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp949 if (objSym.isUsed())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp574 if (VD->isUsed())
H A DSema.cpp604 if (D->getMostRecentDecl()->isUsed())
1163 if (!D || D->isInvalidDecl() || D->getPreviousDecl() || !D->isUsed())
H A DSemaDecl.cpp1646 if (D->isInvalidDecl() || D->isUsed() || D->hasAttr<UnusedAttr>())
1743 } else if (D->isReferenced() || D->isUsed()) {
2845 } else if (Old->isUsed()) {
3401 Old->isUsed(false) &&
3792 if (Old->getMostRecentDecl()->isUsed(false))
4158 if (!Old->isInline() && New->isInline() && Old->isUsed(false) &&
4203 if (Old->getMostRecentDecl()->isUsed(false))
6337 if (OldDecl->isUsed())
9992 if (OldFD && CausesMV && OldFD->isUsed(false))
H A DSemaTemplateInstantiateDecl.cpp2093 if (!QueuedInstantiation && R->isUsed(false)) {
4853 if (OldVar->isUsed(false))
H A DSemaOpenMP.cpp2483 if (Kind == OMPD_threadprivate && VD->isUsed() &&
5305 if (FD->isUsed(false))
16864 (ND->isUsed(/*CheckUsedAttr=*/false) || ND->isReferenced()))
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2522 if (!LangOpts.OpenMP || (!LangOpts.EmitAllDecls && !D->isUsed()))
2530 (!LangOpts.EmitAllDecls && !D->isUsed()))
H A DCGClass.cpp2451 assert(D && D->isUsed() && "destructor not marked as used!");
H A DCGExpr.cpp2611 assert((ND->isUsed(false) || !isa<VarDecl>(ND) || E->isNonOdrUse() ||
H A DCodeGenModule.cpp2372 !FD->isUsed(/*CheckUsedAttr=*/false) && !FD->isReferenced())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h567 bool isUsed(bool CheckUsedAttr = true) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6080 else if (Sym->isUndefined(/*SetUsed*/ false) && !Sym->isUsed() &&
6083 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef)

Completed in 614 milliseconds

12