HomeSort by relevance Sort by last modified time
    Searched defs:IsAlias (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Interpreter/
CommandObject.h 132 IsAlias () { return m_is_alias; }
  /external/llvm/utils/TableGen/
CodeGenSchedule.h 51 bool IsAlias;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
62 : Index(Idx), TheDef(Def), IsAlias(false), IsVariadic(false) {
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
87 assert((!IsAlias || Aliases.empty()) && "Alias cannot have aliases");
  /external/llvm/lib/MC/
MachObjectWriter.cpp 332 bool IsAlias = Symbol != AliasedSymbol;
335 if (IsAlias) {
345 if (IsAlias && Symbol->isUndefined())
360 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
364 if (IsAlias && Symbol->isUndefined())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 125 BOOLEAN IsAlias;
197 ULONG IsAlias: 1;
205 BOOLEAN IsAlias;
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 869 BOOLEAN IsAlias;

Completed in 954 milliseconds