Home
last modified time | relevance | path

Searched defs:isUsed (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbol.h225 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDIRSymtab.h202 bool isUsed() const { return (Flags >> S::FB_used) & 1; } in isUsed() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h224 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp552 bool Decl::isUsed(bool CheckUsedAttr) const { in isUsed() function in Decl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1618 bool isUsed() const { return IsUsed; } in isUsed() function