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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 98 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
99 bool isUndefined() const {
  /external/llvm/include/llvm/MC/
MCSymbol.h 255 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
256 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 259 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
260 bool isUndefined(bool SetUsed = true) const { return !isDefined(SetUsed); }
  /external/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 184 if (isUndefined()) {
197 if (isUndefined()) {
210 if (isUndefined()) {
267 public boolean isUndefined() {
EclipseControl.java 307 public boolean isUndefined() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 148 bool QueriedState::isUndefined (void) const
    [all...]
glsStateQueryUtil.hpp 89 bool isUndefined (void) const;
135 bool StateQueryMemoryWriteGuard<T>::isUndefined () const
190 else if (isUndefined())
218 else if (isUndefined())
347 bool isUndefined (void) const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 100 bool isUndefined() const { return Tag == undefined; }
140 assert(isUndefined());
158 assert(isUndefined() || isConstant());
175 assert(isUndefined());
187 if (RHS.isUndefined() || isOverdefined()) return false;
190 if (isUndefined()) {
273 if (Val.isUndefined())
525 if (!BBLV.isUndefined()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
IRSymtab.h 157 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; }

Completed in 1041 milliseconds

1 2