Home
last modified time | relevance | path

Searched refs:sljit_free_compiler (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c76 sljit_free_compiler(compiler); \
175 sljit_free_compiler(compiler); in test1()
231 sljit_free_compiler(compiler); in test2()
276 sljit_free_compiler(compiler); in test3()
313 sljit_free_compiler(compiler); in test4()
375 sljit_free_compiler(compiler); in test5()
449 sljit_free_compiler(compiler); in test6()
510 sljit_free_compiler(compiler); in test7()
595 sljit_free_compiler(compiler); in test8()
721 sljit_free_compiler(compiler); in test9()
[all …]
H A DsljitMain.c71 sljit_free_compiler(compiler);
/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dfirst_program.c45 sljit_free_compiler(C); in add3()
H A Dbranch.c69 sljit_free_compiler(C); in branch()
H A Dloop.c68 sljit_free_compiler(C); in loop()
H A Dtemp_var.c66 sljit_free_compiler(C); in temp_var()
H A Darray_access.c61 sljit_free_compiler(C); in array_access()
H A Dfunc_call.c72 sljit_free_compiler(C); in func_call()
H A Dstruct_access.c76 sljit_free_compiler(C); in struct_access()
H A Dbrainfuck.c223 sljit_free_compiler(C); in compile()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h427 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler);
H A DsljitLir.c441 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler() function
1829 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler) in sljit_free_compiler() function
/netbsd-src/sys/net/
H A Dbpfjit.c2297 sljit_free_compiler(compiler); in bpfjit_generate_code()
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c2289 sljit_free_compiler(compiler_common.compiler); in regex_compile()