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

1 2 3

  /external/llvm/lib/MC/
MCObjectWriter.cpp 30 if (SA.isUndefined() || SB.isUndefined())
MCMachOStreamer.cpp 182 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
334 if (Symbol->isUndefined())
356 if (Symbol->isUndefined())
384 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
409 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
MachObjectWriter.cpp 43 if (S.isUndefined())
87 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
90 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
343 if (IsAlias && Symbol->isUndefined())
345 else if (Symbol->isUndefined())
358 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined()))
362 if (IsAlias && Symbol->isUndefined())
535 if (!Symbol.isExternal() && !Symbol.isUndefined())
542 if (Symbol.isUndefined()) {
561 if (Symbol.isExternal() || Symbol.isUndefined())
    [all...]
ELFObjectWriter.cpp 402 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
406 if (Symbol.isUndefined() && Rest.startswith("@@") &&
535 if (Sym->isUndefined())
642 if (SymB.isUndefined()) {
687 if (!RelocateWithSymbol && SymA && !SymA->isUndefined())
700 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr;
742 if (Symbol.isVariable() && Symbol.isUndefined()) {
748 if (Symbol.isUndefined() && !Symbol.isBindingSet())
795 if (Symbol.isTemporary() && Symbol.isUndefined()) {
811 } else if (Symbol.isUndefined()) {
    [all...]
WinCOFFStreamer.cpp 79 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEarlyExitException.js 4 if (org.antlr.lang.isUndefined(elementDescription)) {
  /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/v8/test/mjsunit/regress/
regress-crbug-582048.js 18 assertTrue(scope.scopeObject().property('').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;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 184 if (isUndefined()) {
197 if (isUndefined()) {
210 if (isUndefined()) {
267 public boolean isUndefined() {
  /external/v8/test/mjsunit/bugs/harmony/
debug-blockscopes.js 130 if (property_mirror.isUndefined()) {
133 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
145 if (!scope.scopeObject().property('arguments').isUndefined()) {
149 if (!scope.scopeObject().property('').isUndefined()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 184 if (A->isUndefined() || B->isUndefined()) {
185 StringRef Name = A->isUndefined() ? A->getName() : B->getName();
576 if (!A->isUndefined())
  /external/v8/test/mjsunit/
debug-eval-scope.js 62 assertTrue(scope.scopeObject().property("a").isUndefined());
80 assertTrue(scope.scopeObject().property("a").isUndefined());
mirror-undefined.js 41 assertTrue(mirror.isUndefined());
  /external/clang/include/clang/Lex/
MacroInfo.h 374 bool isUndefined() const { return UndefLoc.isValid(); }
399 return !Def.isUndefined();
  /external/v8/test/mjsunit/es6/
generators-debug-scopes.js 121 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
133 if (!scope.scopeObject().property('arguments').isUndefined()) {
137 if (!scope.scopeObject().property('').isUndefined()) {
debug-blockscopes.js 133 if (property_mirror.isUndefined()) {
136 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
148 if (!scope.scopeObject().property('arguments').isUndefined()) {
152 assertTrue(scope.scopeObject().property('').isUndefined());
  /external/v8/test/webkit/
typeof-constant-string.js 28 function isUndefined(a)
33 shouldBeTrue("isUndefined(undefined)");
34 shouldBeFalse("isUndefined(1)");
  /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/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 334 isUndefined: function(o) {
  /external/clang/lib/Lex/
MacroInfo.cpp 205 return (!Def.isUndefined() ||
  /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/mjsunit/harmony/
async-function-debug-scopes.js 556 assertFalse(property_mirror.isUndefined(),
570 if (!scope.scopeObject().property('arguments').isUndefined()) {
574 if (!scope.scopeObject().property('').isUndefined()) {
  /external/llvm/include/llvm/Object/
ELFTypes.h 194 bool isDefined() const { return !isUndefined(); }
206 bool isUndefined() const { return st_shndx == ELF::SHN_UNDEF; }

Completed in 802 milliseconds

1 2 3