HomeSort by relevance Sort by last modified time
    Searched defs:isTemporary (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 50 /// IsTemporary - True if this is an assembler temporary label, which
53 unsigned IsTemporary : 1;
61 MCSymbol(StringRef name, bool isTemporary)
63 IsTemporary(isTemporary), IsUsed(false) {}
74 /// isTemporary - Check if this is an assembler temporary symbol.
75 bool isTemporary() const { return IsTemporary; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 83 bool isTemporary = false;
85 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
89 assert(isTemporary && "Cannot rename non temporary symbols");
101 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 165 assertFalse(mockContentProvider.isTemporary());
290 protected boolean isTemporary() {
291 return super.isTemporary();
  /external/llvm/include/llvm/MC/
MCSymbol.h 79 /// IsTemporary - True if this is an assembler temporary label, which
82 unsigned IsTemporary : 1;
149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
150 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
215 /// isTemporary - Check if this is an assembler temporary symbol.
216 bool isTemporary() const { return IsTemporary; }
  /external/testng/src/main/java/org/testng/xml/
LaunchSuite.java 45 public boolean isTemporary() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 83 /// IsTemporary - True if this is an assembler temporary label, which
86 unsigned IsTemporary : 1;
153 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
219 /// isTemporary - Check if this is an assembler temporary symbol.
220 bool isTemporary() const { return IsTemporary; }
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 874 /// If \a isTemporary(), this always returns \c false; if \a isDistinct(),
883 bool isResolved() const { return !isTemporary() && !NumUnresolved; }
887 bool isTemporary() const { return Storage == Temporary; }
891 /// \pre \a isTemporary() must be \c true.
893 assert(isTemporary() && "Expected temporary node");
903 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
970 /// \pre \a isTemporary().
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 896 /// If \a isTemporary(), this always returns \c false; if \a isDistinct(),
905 bool isResolved() const { return !isTemporary() && !NumUnresolved; }
909 bool isTemporary() const { return Storage == Temporary; }
913 /// \pre \a isTemporary() must be \c true.
915 assert(isTemporary() && "Expected temporary node");
925 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 284 public boolean isTemporary() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 896 /// If \a isTemporary(), this always returns \c false; if \a isDistinct(),
905 bool isResolved() const { return !isTemporary() && !NumUnresolved; }
909 bool isTemporary() const { return Storage == Temporary; }
913 /// \pre \a isTemporary() must be \c true.
915 assert(isTemporary() && "Expected temporary node");
925 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
    [all...]

Completed in 1129 milliseconds

1 2 3 4