HomeSort by: relevance | last modified time | path
    Searched defs:isUndefined (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Symbol.h 83 bool isUndefined() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h 242 bool isDefined() const { return !isUndefined(); }
250 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
251 bool isUndefined(bool SetUsed = true) const {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 360 bool isUndefined() const { return UndefLoc.isValid(); }
386 return !Def.isUndefined();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 194 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; }
Wasm.h 69 bool isDefined() const { return !isUndefined(); }
71 bool isUndefined() const {
COFF.h 386 bool isUndefined() const {
406 return isUndefined() || isWeakExternal();

Completed in 114 milliseconds