Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSymbol.h223 bool isUsed() const { return IsUsed; } in isUsed() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DIRSymtab.h202 bool isUsed() const { return (Flags >> S::FB_used) & 1; } in isUsed() function
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DMacroInfo.h224 bool isUsed() const { return IsUsed; } in isUsed() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp457 bool Decl::isUsed(bool CheckUsedAttr) const { in isUsed() function in Decl
/openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/
DRecord.h1564 bool isUsed() const { return IsUsed; } in isUsed() function