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

1 2 3 4 5 6 7 8 910

  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 67 static boolean isUsed(VisitorAccepter visitorAccepter)
  /external/proguard/src/proguard/classfile/editor/
NameAndTypeShrinker.java 139 private boolean isUsed(VisitorAccepter visitorAccepter)
160 boolean isUsed = false;
171 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType ||
172 isUsed(constant);
175 if (isUsed)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegisterScavenging.h 131 /// isUsed / isUnused - Test if a register is currently being used.
133 bool isUsed(unsigned Reg) const { return !RegsAvailable.test(Reg); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 55 /// IsUsed - True if this symbol has been used.
56 mutable unsigned IsUsed : 1;
63 IsTemporary(isTemporary), IsUsed(false) {}
77 /// isUsed - Check if this is used.
78 bool isUsed() const { return IsUsed; }
79 void setUsed(bool Value) const { IsUsed = Value; }
138 IsUsed = true;
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 113 static bool isUsed(int index);
195 inline bool Overlay::PipeBook::isUsed(int index) {
200 return !isUsed(index);
  /external/llvm/include/llvm/MC/
MCSymbol.h 87 /// IsUsed - True if this symbol has been used.
88 mutable unsigned IsUsed : 1;
150 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
218 /// isUsed - Check if this is used.
219 bool isUsed() const { return IsUsed; }
220 void setUsed(bool Value) const { IsUsed |= Value; }
296 IsUsed |= SetUsed;
  /external/proguard/src/proguard/shrink/
ShortestUsageMarker.java 145 protected boolean isUsed(VisitorAccepter visitorAccepter)
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter))
  /external/valgrind/coregrind/
m_sparsewa.c 87 Int isUsed;
121 Int sp = swa->isUsed;
129 swa->isUsed = sp+1;
136 Int sp = swa->isUsed - 1;
144 swa->isUsed = sp;
171 swa->isUsed = 0;
188 if (swa->isUsed == 0)
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
BindingTarget.java 52 public boolean isUsed() {
53 return mBundle.isUsed();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 116 bool isUsed() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 91 /// IsUsed - True if this symbol has been used.
92 mutable unsigned IsUsed : 1;
154 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
222 /// isUsed - Check if this is used.
223 bool isUsed() const { return IsUsed; }
224 void setUsed(bool Value) const { IsUsed |= Value; }
302 IsUsed |= SetUsed;
  /external/clang/include/clang/Lex/
MacroInfo.h 100 bool IsUsed : 1;
148 /// \brief Set the value of the IsUsed flag.
149 void setIsUsed(bool Val) { IsUsed = Val; }
219 bool isUsed() const { return IsUsed; }

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 910