Home
last modified time | relevance | path

Searched defs:isUnset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h325 bool isUnset() const { return SymbolContents == SymContentsUnset; } in isUnset() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp272 bool isUnset() const { return V == BIT_UNSET; } in isUnset() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2800 bool isUnset() const { return Specifiers == 0; } in isUnset() function