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

12

/external/chromium_org/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/chromium_org/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:__anon19131
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
/external/chromium_org/third_party/mesa/src/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/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/main/gdbserver_tests/
H A Dt.c108 char undef = '?'; local
110 VALGRIND_MAKE_MEM_UNDEFINED(&undef, 1);
114 undefined[i] = undef;
115 *(char*)&int_und = undef;
147 if ((*(&undef + i*4000) == 0) || (*(&undef - i*4000) == 0)) {
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp16 ::A::ax::undef ex3; // expected-error {{'ax' is not a class, namespace, or scoped 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/chromium-libpac/src/
H A Dproxy_resolver_v8.cc553 std::string undef = "undefined"; local
554 android::String8 undef8(undef.c_str());
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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.mli751 (** [undef ty] returns the undefined value of the type [ty].
753 val undef : lltype -> llvalue var
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js407 var undef = 0; variable
3653 var undef = 0;
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js465 var undef = 0; variable
[all...]

Completed in 806 milliseconds

12