HomeSort by relevance Sort by last modified time
    Searched defs:undef (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
logical.js 28 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 && undef)
    [all...]
  /external/chromium_org/v8/test/intl/general/
supported-locales-of.js 30 var undef = Intl.DateTimeFormat.supportedLocalesOf(); variable
31 assertEquals(undefined, undef[0]);
  /external/clang/test/CodeGen/
annotations-var.c 3 // RUN: FileCheck --check-prefix=UNDEF %s < %t1
10 // UNDEF: private unnamed_addr constant [15 x i8] c"undefvar_ann_0\00", section "llvm.metadata"
42 void undef(void) { function
44 // UNDEF-LABEL: define void @undef()
45 // UNDEF: [[UNDEFVAR:%.*]] = alloca i32,
46 // UNDEF-NEXT: [[T0:%.*]] = bitcast i32* [[UNDEFVAR]] to i8*
47 // UNDEF-NEXT: call void @llvm.var.annotation(i8* [[T0]], i8* getelementptr inbounds ([15 x i8]* @{{.*}}), i8* getelementptr inbounds ({{.*}}), i32 43)
  /external/clang/test/Analysis/
logical-ops.c 36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} function
37 void useUndef(void) { 0 || undef(); }
  /external/clang/test/Sema/
invalid-decl.c 26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member in struct:__anon22943
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/
lp_bld_type.h 158 LLVMValueRef undef; member in struct:lp_build_context
lp_bld_pack.c 752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type)); local
771 /* Undef fill remaining space */
776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
lp_bld_swizzle.c 60 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...]
lp_bld_arit.c 306 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/
lp_bld_type.h 158 LLVMValueRef undef; member in struct:lp_build_context
lp_bld_pack.c 752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type)); local
771 /* Undef fill remaining space */
776 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");
lp_bld_swizzle.c 60 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...]
lp_bld_arit.c 306 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/
t.c 108 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)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 41 void (* undef) (unsigned int line, const char *macro); member in struct:gcc_debug_hooks
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 16 ::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/
proxy_resolver_v8.cc 553 std::string undef = "undefined"; local
554 android::String8 undef8(undef.c_str());
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 325 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/
ir_to_mesa.cpp 478 src_reg undef = undef_src; local
480 undef.swizzle = SWIZZLE_XXXX;
482 emit_scalar(ir, op, dst, src0, undef);
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 325 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/
ir_to_mesa.cpp 478 src_reg undef = undef_src; local
480 undef.swizzle = SWIZZLE_XXXX;
482 emit_scalar(ir, op, dst, src0, undef);
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfdlink.h 127 } undef;
126 } undef; member in union:bfd_link_hash_entry::__anon43402
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 127 } undef;
126 } undef; member in union:bfd_link_hash_entry::__anon43431
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfdlink.h 127 } undef;
126 } undef; member in union:bfd_link_hash_entry::__anon43768
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfdlink.h 127 } undef;
126 } undef; member in union:bfd_link_hash_entry::__anon44117

Completed in 1763 milliseconds

1 2