Searched refs:isUndefined (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectWriter.cpp32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
H A DMCNullStreamer.cpp35 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
H A DMCMachOStreamer.cpp119 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
274 if (Symbol->isUndefined())
296 if (Symbol->isUndefined())
323 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
349 assert(Symbol->isUndefined() && "Cannot define a symbol twice!");
H A DMachObjectWriter.cpp34 if (SD->Symbol->isUndefined())
82 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined())
85 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined())
305 if (Symbol.isUndefined())
318 if (Data.isExternal() || Symbol.isUndefined())
466 if (!it->isExternal() && !Symbol.isUndefined())
480 if (Symbol.isUndefined()) {
502 if (it->isExternal() || Symbol.isUndefined())
H A DELFObjectWriter.cpp523 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
527 if (Symbol.isUndefined() && Rest.startswith("@@") &&
639 if (ASymbol.isUndefined()) {
793 if (Symbol.isVariable() && !A.isVariable() && A.isUndefined())
797 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
800 if (!Asm.isSymbolLinkerVisible(Symbol) && !Symbol.isUndefined())
817 if (RefSymbol.isUndefined() && !RefSymbol.isVariable()) {
903 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
911 } else if (RefSymbol.isUndefined()) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumberPrototype.cpp115 static ALWAYS_INLINE bool getIntegerArgumentInRange(ExecState* exec, int low, int high, int& result, bool& isUndefined) argument
118 isUndefined = false;
121 if (argument0.isUndefined()) {
122 isUndefined = true;
375 bool isUndefined;
376 if (!getIntegerArgumentInRange(exec, 0, 20, decimalPlacesInExponent, isUndefined))
388 isUndefined
406 bool isUndefined; // This is ignored; undefined treated as 0.
407 if (!getIntegerArgumentInRange(exec, 0, 20, decimalPlaces, isUndefined))
439 bool isUndefined;
[all...]
H A DErrorPrototype.cpp94 if (name.isUndefined())
111 if (message.isUndefined())
H A DErrorInstance.h50 return create(exec->vm(), structure, message.isUndefined() ? String() : message.toString(exec)->value(exec), stackTrace);
H A DMapConstructor.cpp54 if (!exec->argument(1).isUndefined())
H A DRegExpConstructor.cpp126 ASSERT(result.isString() || result.isUndefined());
127 if (!result.isUndefined())
139 ASSERT(result.isString() || result.isUndefined());
140 if (!result.isUndefined())
255 if (!arg1.isUndefined())
265 String pattern = arg0.isUndefined() ? emptyString() : arg0.toString(exec)->value(exec);
270 if (!arg1.isUndefined()) {
H A DRegExpPrototype.cpp102 if (!arg1.isUndefined())
111 if (!arg1.isUndefined()) {
H A DJSCJSValue.cpp66 return isUndefined() ? PNaN : 0; // null and false both convert to 0.
248 else if (isUndefined())
289 else if (isUndefined())
359 if (isUndefined())
H A DSetConstructor.cpp55 if (!callFrame->argument(1).isUndefined())
H A DOperations.cpp60 if (v.isUndefined())
H A DStringPrototype.cpp763 if (!a1.isUndefined()) {
853 regExp = RegExp::create(exec->vm(), a0.isUndefined() ? emptyString() : a0.toString(exec)->value(exec), NoFlags);
904 reg = RegExp::create(exec->vm(), a0.isUndefined() ? emptyString() : a0.toString(exec)->value(exec), NoFlags);
927 double end = a1.isUndefined() ? len : a1.toInteger(exec);
991 unsigned limit = limitValue.isUndefined() ? 0xFFFFFFFFu : limitValue.toUInt32(exec);
1008 if (separatorValue.isUndefined()) {
1090 if (separatorValue.isUndefined()) {
1202 double length = a1.isUndefined() ? len : a1.toInteger(exec);
1240 if (a1.isUndefined())
H A DExceptionHelpers.cpp98 if (v.isUndefined())
H A DObjectConstructor.cpp274 if (!get.isUndefined()) {
289 if (!set.isUndefined()) {
379 if (exec->argument(1).isUndefined())
/macosx-10.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.h59 bool isUndefined() const;
H A DScriptValue.cpp80 bool ScriptValue::isUndefined() const function in class:Deprecated::ScriptValue
84 return m_value.get().isUndefined();
113 if (value.isNull() || value.isUndefined())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp86 bool isUndefined() const { return getLatticeValue() == undefined; } function in class:__anon10428::LatticeVal
113 if (isUndefined()) {
140 assert(isUndefined() && "Can't force a defined value!");
355 if (IV.isOverdefined() || MergeWithV.isUndefined())
359 else if (IV.isUndefined())
536 if (!BCValue.isUndefined())
562 if (!SCValue.isUndefined())
606 return !BCValue.isUndefined();
624 return !SCValue.isUndefined();
681 if (IV.isUndefined()) continu
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DScriptArguments.cpp75 if (checkForNullOrUndefined && (value.isNull() || value.isUndefined()))
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSymbol.h99 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
100 bool isUndefined() const { function in class:llvm::MCSymbol
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DJSExportTests.mm124 checkResult(@"Dynamically generated JSExport-ed protocols are ignored", [value isUndefined] && !!context.exception);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp105 bool isUndefined() const { return Tag == undefined; } function in class:__anon9887::LVILatticeVal
145 assert(isUndefined());
163 assert(isUndefined() || isConstant());
180 assert(isUndefined());
192 if (RHS.isUndefined() || isOverdefined()) return false;
195 if (isUndefined()) {
278 if (Val.isUndefined())
503 if (!BBLV.isUndefined()) {
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSValue.h383 - (BOOL)isUndefined;

Completed in 221 milliseconds

123