Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHistable.h190 bool isUsed; variable
329 bool isUsed; variable
H A DFunction.h145 bool isUsed; variable
H A DDwarfLib.h104 bool isUsed; variable
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHistable.h190 bool isUsed; variable
329 bool isUsed; variable
H A DFunction.h145 bool isUsed; variable
H A DDwarfLib.h108 bool isUsed; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h217 bool isUsed() const { return IsUsed; } in isUsed() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h198 bool isUsed() const { return (Flags >> S::FB_used) & 1; } in isUsed() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h222 bool isUsed() const { return IsUsed; } in isUsed() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp443 bool Decl::isUsed(bool CheckUsedAttr) const { in isUsed() function in Decl