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

  /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); }
  /external/v8/test/webkit/
typeof-constant-string.js 28 function isUndefined(a)
33 shouldBeTrue("isUndefined(undefined)");
34 shouldBeFalse("isUndefined(1)");
  /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() {
  /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/llvm/lib/Analysis/
LazyValueInfo.cpp 114 bool isUndefined() const { return Tag == undefined; }
154 assert(isUndefined());
172 assert(isUndefined() || isConstant());
189 assert(isUndefined());
201 if (RHS.isUndefined() || isOverdefined()) return false;
204 if (isUndefined()) {
283 if (Val.isUndefined())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 88 bool isUndefined() const { return getLatticeValue() == undefined; }
115 if (isUndefined()) {
142 assert(isUndefined() && "Can't force a defined value!");
351 if (IV.isOverdefined() || MergeWithV.isUndefined())
355 else if (IV.isUndefined())
540 if (!BCValue.isUndefined())
566 if (!SCValue.isUndefined())
610 return !BCValue.isUndefined();
628 return !SCValue.isUndefined();
685 if (IV.isUndefined()) continue; // Doesn't influence PHI node
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 345 bool isUndefined() const {
365 return isUndefined() || isWeakExternal();
  /external/v8/src/debug/
mirrors.js 295 Mirror.prototype.isUndefined = function() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 151 milliseconds