Searched defs:undefined (Results 1 - 25 of 42) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dudf-arm-diagnostics.s7 undefined: label
H A Dudf-arm.s7 undefined: label
H A Dudf-thumb-2-diagnostics.s7 undefined: label
H A Dudf-thumb-2.s7 undefined: label
H A Dudf-thumb-diagnostics.s7 undefined: label
H A Dudf-thumb.s7 undefined: label
/external/chromium_org/v8/test/webkit/
H A Dchar-at.js28 var undefined; variable
32 ["", undefined],
46 ["x", undefined],
60 ["xy", undefined],
/external/valgrind/main/gdbserver_tests/
H A Dwatchpoints.c10 static char undefined[10] = "undefined"; variable
23 if (undefined[0] == 'u')
28 if (undefined[4] == 'f')
33 if (undefined[8] == 'd')
41 undefined[0] = 'U';
44 undefined[4] = 'F';
47 undefined[8] = 'D';
53 fprintf(stderr, "value %s\n", undefined);
56 undefined[
[all...]
H A Dt.c12 static char undefined[10] = "undefined"; variable
111 int len = strlen(undefined);
114 undefined[i] = undef;
/external/chromium_org/v8/test/mjsunit/
H A Dconst-redecl.js132 TestConflict("const x = undefined", "var x");
133 TestConflict("const x", "var x = undefined");
134 TestConflict("const x = undefined", "var x = undefined");
136 TestConflict("var x = undefined", "const x");
137 TestConflict("var x", "const x = undefined");
138 TestConflict("var x = undefined", "const x = undefined");
140 TestConflict("const x = undefined", "var x = 0");
141 TestConflict("const x = 0", "var x = undefined");
233 var undefined = 1; // Should be silently ignored. variable
[all...]
H A Ddebug-evaluate-with-context.js60 var context_with_undefined = { undefined: 'kitten' };
61 var global_expression2 = "'cat' + '/' + undefined";
67 assertEquals('cat/undefined', result);
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dbreakpoint.c131 undefined /* undefined or reserved */ enumerator in enum:instruction_type
141 {undefined, undefined, undefined}, /* 06 */
142 {undefined, undefined, undefined}, /* 07 */
155 {undefined, undefined, undefine
[all...]
/external/chromium_org/v8/src/
H A Dcompilation-cache.cc72 Object* undefined = isolate()->heap()->undefined_value(); local
74 if (tables_[i] != undefined) {
122 // an undefined name to have the same origin.
H A Dhydrogen-escape-analysis.cc75 HConstant* undefined = graph()->GetConstantUndefined(); local
78 state->SetOperandAt(index, undefined);
H A Dobjects-visiting.cc210 Object* undefined = heap->undefined_value(); local
211 Object* head = undefined;
215 while (list != undefined) {
220 if (head == undefined) {
251 WeakListVisitor<T>::SetWeakNext(tail, undefined);
260 Object* undefined = heap->undefined_value(); local
261 while (list != undefined) {
264 WeakListVisitor<T>::SetWeakNext(candidate, undefined);
H A Dobjects-visiting-inl.h729 Object* undefined = heap->undefined_value(); local
730 return (info->script() != undefined) &&
731 (reinterpret_cast<Script*>(info->script())->source() != undefined);
H A Dcode-stubs-hydrogen.cc205 HValue* undefined = graph()->GetConstantUndefined(); local
207 builder.IfNot<HCompareObjectEqAndBranch, HValue*>(undefined, undefined);
210 return undefined;
330 HValue* undefined = graph()->GetConstantUndefined(); local
343 undefined);
399 HValue* undefined = graph()->GetConstantUndefined(); local
408 undefined);
1356 // Initialize the rest of the slots to undefined.
H A Dic.cc442 Object* undefined = heap->undefined_value(); local
448 it.rinfo()->set_target_object(undefined, SKIP_WRITE_BARRIER);
584 // If the object is undefined or null it's illegal to try to get any
1271 // If the object is undefined or null it's illegal to try to set any
2869 // Ordered comparisons treat undefined as NaN, so the
H A Dmark-compact.h463 static void ClearNextCandidate(JSFunction* candidate, Object* undefined) { argument
464 ASSERT(undefined->IsUndefined());
465 candidate->set_next_function_link(undefined, SKIP_WRITE_BARRIER);
H A Dserialize.cc766 // were encountered then it needs to be initialized to undefined.
1310 // Sentinel is the undefined object, which is a root so it will not normally
1430 // add one entry with 'undefined' which is the sentinel that the deserializer
1432 Object* undefined = isolate()->heap()->undefined_value(); local
1433 VisitPointer(&undefined);
/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h53 undefined, // reg is not available, e.g. volatile reg enumerator in enum:lldb_private::UnwindPlan::Row::RegisterLocation::RestoreType
86 m_type = undefined;
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp63 /// undefined - This Value has no known value yet.
64 undefined, enumerator in enum:__anon24850::LVILatticeVal::LatticeValueTy
86 LVILatticeVal() : Tag(undefined), Val(nullptr), Range(1, true) {}
106 bool isUndefined() const { return Tag == undefined; }
280 return OS << "undefined";
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp59 /// undefined - This LLVM Value has no known value yet.
60 undefined, enumerator in enum:__anon25482::LatticeVal::LatticeValueTy
85 LatticeVal() : Val(nullptr, undefined) {}
87 bool isUndefined() const { return getLatticeValue() == undefined; }
379 // Undef values remain undefined.
410 ; // Undef values remain undefined.
555 if (!CI) { // Overdefined or undefined condition?
671 // If there are no executable operands, the PHI remains undefined.
702 // this is the case, the PHI remains undefined.
916 // If operands are still undefined, wai
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptSource.js209 "undefined": true,
223 // FIXME(33716): typeof document.all is always 'undefined'.
379 if (typeof result === "undefined") {
380 inspectedWindow.console.error("Web Inspector error: InjectedScript.%s returns undefined", methodName);
650 return undefined;
824 * @return {string|undefined} undefined if success or an error message
858 return undefined;
963 // document.all is reported as undefined, but we still want to process it.
964 return (typeof object === "undefined")
[all...]
/external/chromium_org/third_party/codesighs/
H A Dmsmap2tsv.c1616 const char* undefined = "UNDEF"; local
1623 sprintf(objectBuf, "%s:%s:%s", undefined, inModule, inSegment);
1657 symScope = undefined;

Completed in 848 milliseconds

12