Home
last modified time | relevance | path

Searched defs:func_code (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c447 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module() local
460 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module() local
/external/libchrome/third_party/ply/
Dlex.py51 def func_code(f): function
54 def func_code(f): function
Dyacc.py91 def func_code(f): function
94 def func_code(f): function
/external/python/cpython3/Objects/
Dfuncobject.c626 PyObject *func_code = PyFunction_GET_CODE(op); in func_set_code() local