Searched refs:sljit_create_compiler (Results 1 – 15 of 15) sorted by relevance
159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test1()188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test2()250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test3()291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test4()328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test5()395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test6()471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test7()530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test8()619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test9()746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); in test10()[all …]
53 struct sljit_compiler *compiler = sljit_create_compiler(NULL);
15 struct sljit_compiler *C = sljit_create_compiler(); in add3()
29 struct sljit_compiler *C = sljit_create_compiler(); in branch()
32 struct sljit_compiler *C = sljit_create_compiler(); in loop()
36 struct sljit_compiler *C = sljit_create_compiler(); in temp_var()
34 struct sljit_compiler *C = sljit_create_compiler(); in array_access()
35 struct sljit_compiler *C = sljit_create_compiler(); in func_call()
46 struct sljit_compiler *C = sljit_create_compiler(); in struct_access()
143 struct sljit_compiler *C = sljit_create_compiler(); in compile()
34 The sljit_create_compiler, sljit_allocate_stack, and
424 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data);
356 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function1822 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler() function
2193 compiler = sljit_create_compiler(NULL); in bpfjit_generate_code()
1913 compiler_common.compiler = sljit_create_compiler(NULL); in regex_compile()