Home
last modified time | relevance | path

Searched defs:undef (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/CodeGen/
Dannotations-var.c42 void undef(void) { in undef() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c60 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() local
292 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() local
569 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars() local
Dlp_bld_type.h158 LLVMValueRef undef; member
Dlp_bld_pack.c752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type)); in lp_build_pad_vector() local
Dlp_bld_arit.c1306 LLVMValueRef undef; in lp_build_round_sse41() local
1396 LLVMValueRef undef; in lp_build_iround_nearest_sse2() local
/external/clang/test/Analysis/
Dlogical-ops.c36 int undef(void) {} // expected-warning{{control reaches end of non-void function}} in undef() function
/external/clang/test/Sema/
Dinvalid-decl.c26 UndefinedType undef; // expected-error {{unknown type name 'UndefinedType'}} member
/external/v8/src/parsing/
Drewriter.cc115 Expression* undef = factory()->NewUndefinedLiteral(kNoSourcePosition); in AssignUndefinedBefore() local
410 Expression* undef = node_factory->NewUndefinedLiteral(kNoSourcePosition); in Rewrite() local
/external/valgrind/gdbserver_tests/
Dt.c109 char undef = '?'; in main() local
/external/clang/test/SemaCXX/
Dnested-name-spec.cpp67 struct A::undef; // expected-error {{no struct named 'undef' in namespace 'A'}} member in A
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc561 std::string undef = "undefined"; in AlertCallback() local
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp478 src_reg undef = undef_src; in emit_scalar() local
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c325 static const struct ureg undef = { variable
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli657 val undef : lltype -> llvalue val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli801 val undef : lltype -> llvalue val
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp751 st_src_reg undef = undef_src; in emit_scalar() local
/external/swiftshader/src/Reactor/
DNucleus.cpp7061 Value *undef = UndefValue::get(Float4::getType()); in roundss() local