Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c675 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module() local
688 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module() local
/external/python/cpython2/Include/
Dfuncobject.h23 PyObject *func_code; /* A code object */ member
/external/python/cpython3/Include/
Dfuncobject.h23 PyObject *func_code; /* A code object, the __code__ attribute */ member
/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/cpython2/Lib/test/
Dtest_sys_settrace.py1029 func_code = code variable in JumpTestCase.test_jump_to_firstlineno.fake_function