Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h225 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h202 bool isUsed() const { return (Flags >> S::FB_used) & 1; } in isUsed() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h224 bool isUsed() const { return IsUsed; } in isUsed() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp530 bool Decl::isUsed(bool CheckUsedAttr) const { in isUsed() function in Decl
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1618 bool isUsed() const { return IsUsed; } in isUsed() function