Home
last modified time | relevance | path

Searched refs:compile_error (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c234 compile_error(struct ir3_compile *ctx, const char *format, ...) in compile_error() function
246 if (!(cond)) compile_error((ctx), "failed assert: "#cond"\n"); \
273 compile_error(ctx, "bogus var: %s\n", var->name); in get_var()
984 compile_error(ctx, "Unhandled ALU op: %s\n", in emit_alu()
1095 compile_error(ctx, "Unhandled load deref type: %u\n", in emit_intrinsic_load_var()
1125 compile_error(ctx, "Unhandled store deref type: %u\n", in emit_intrinsic_store_var()
1317 compile_error(ctx, "Unhandled intrinsic type: %s\n", in emit_intrinsic()
1437 compile_error(ctx, "Unhandled NIR tex src type: %d\n", in emit_tex()
1457 compile_error(ctx, "Unhandled NIR tex type: %d\n", tex->op); in emit_tex()
1740 compile_error(ctx, "Unhandled NIR jump type: %d\n", jump->type); in emit_jump()
[all …]
/external/pcre/pcrecpp/
Dpcrecpp.cc126 int compile_error; in Compile() local
131 pattern_.length(), pcre_options, &compile_error, in Compile()
140 wrapped.length(), pcre_options, &compile_error, &eoffset, in Compile()
144 format_pcre_error(compile_error, error_); in Compile()
/external/v8/src/wasm/
Dwasm-js.cc901 Handle<JSFunction> compile_error( in Install() local
904 compile_error, attributes); in Install()