Searched defs:undef (Results 1 - 25 of 29) sorted by relevance

12

/external/v8/test/mjsunit/
H A Dlogical.js28 var undef = void 0; variable
33 assertEquals(undef, undef || undef);
35 assertEquals('bar', undef || 'bar');
36 assertEquals('bar', undef || 'bar' || 'baz');
37 assertEquals('baz', undef || undef || 'baz');
42 assertEquals(undef, undef
[all...]
/external/v8/test/intl/general/
H A Dsupported-locales-of.js30 var undef = Intl.DateTimeFormat.supportedLocalesOf(); variable
31 assertEquals(undefined, undef[0]);
/external/clang/test/CodeGen/
H A Dannotations-var.c42 void undef(void) { function
44 // UNDEF-LABEL: define void @undef()
/external/clang/test/Analysis/
H A Dlogical-ops.c36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} function
37 void useUndef(void) { 0 || undef(); }
/external/clang/test/Sema/
H A Dinvalid-decl.c26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member in struct:__anon2615
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h158 LLVMValueRef undef; member in struct:lp_build_context
H A Dlp_bld_swizzle.c60 LLVMValueRef undef = LLVMGetUndef(vec_type); local
68 res = LLVMBuildInsertElement(builder, undef, scalar, LLVMConstNull(i32_type), "");
69 res = LLVMBuildShuffleVector(builder, res, undef, LLVMConstNull(i32_vec_type), "");
73 res = undef;
174 if(a == bld->undef || a == bld->zero || a == bld->one)
191 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), "");
281 return bld->undef;
284 return bld->undef;
292 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); local
336 aux[i] = undef;
569 LLVMValueRef undef = LLVMGetUndef(i32t); local
[all...]
H A Dlp_bld_pack.c752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type)); local
776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
H A Dlp_bld_arit.c306 if(a == bld->undef || b == bld->undef)
307 return bld->undef;
484 * sumx0-x3,sumy0-y3,sumz0-z3,undef,sumx4-x7,sumy4-y7,sumz4z7,undef
575 if(a == bld->undef || b == bld->undef)
576 return bld->undef;
718 if(a == bld->undef || b == bld->undef)
1306 LLVMValueRef undef; local
1396 LLVMValueRef undef; local
[all...]
/external/valgrind/gdbserver_tests/
H A Dt.c109 char undef = '?'; local
111 VALGRIND_MAKE_MEM_UNDEFINED(&undef, 1);
115 undefined[i] = undef;
116 *(char*)&int_und = undef;
148 if ((*(&undef + i*4000) == 0) || (*(&undef - i*4000) == 0)) {
/external/v8/src/parsing/
H A Drewriter.cc85 #undef DEF_VISIT
95 Expression* undef = factory()->NewUndefinedLiteral(RelocInfo::kNoPosition); local
97 Token::ASSIGN, result_proxy, undef, RelocInfo::kNoPosition);
325 #undef DEF_VISIT
332 #undef DEF_VISIT
391 Expression* undef = local
394 processor.SetResult(undef), expr->position());
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc561 std::string undef = "undefined"; local
562 android::String8 undef8(undef.c_str());
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp16 ::A::ax::undef ex3; // expected-error {{'ax' is not a class, namespace, or enumeration}}
57 A::C::undef = 0; // expected-error {{no member named 'undef'}} member in class:A::C
67 struct A::undef; // expected-error {{no struct named 'undef' in namespace 'A'}} member in class:A
99 void f4(undef::C); // expected-error {{use of undeclared identifier 'undef'}}
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c325 static const struct ureg undef = { variable in typeref:struct:ureg
630 emit_op3fn(p, op, dst, mask, src0, src1, undef, __FUNCTION__, __LINE__)
633 emit_op3fn(p, op, dst, mask, src0, undef, undef, __FUNCTION__, __LINE__)
952 struct ureg att = undef;
1041 struct ureg _col0 = undef, _col1 = undef;
1042 struct ureg _bfc0 = undef, _bfc1 = undef;
1120 struct ureg half = undef;
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp478 src_reg undef = undef_src; local
480 undef.swizzle = SWIZZLE_XXXX;
482 emit_scalar(ir, op, dst, src0, undef);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp751 st_src_reg undef = undef_src; local
753 undef.swizzle = SWIZZLE_XXXX;
755 emit_scalar(ir, op, dst, src0, undef);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli773 (** [undef ty] returns the undefined value of the type [ty].
775 val undef : lltype -> llvalue var
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js552 var undef = 0; variable
5471 var undef = 0;
H A Dcorrections.js552 var undef = 0; variable
5471 var undef = 0;
H A Dfannkuch.js583 var undef = 0; variable
5685 var undef = 0;
H A Dmemops.js552 var undef = 0; variable
5632 var undef = 0;
H A Dprimes.js552 var undef = 0; variable
5473 var undef = 0;
H A Dzlib.js552 var undef = 0; variable
5706 var undef = 0;
H A Dbox2d.js553 var undef = 0; variable
6058 var undef = 0;
H A Dfasta.js562 var undef = 0; variable
5849 var undef = 0;

Completed in 1045 milliseconds

12