Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/cgo/
Dlibcgo.h94 struct context_arg { struct
97 extern void (*(_cgo_get_context_function(void)))(struct context_arg*); argument
Dgcc_libinit_windows.c122 void x_cgo_set_context_function(void (*context)(struct context_arg*)) { in x_cgo_set_context_function()
Dgcc_libinit.c136 void x_cgo_set_context_function(void (*context)(struct context_arg*)) { in x_cgo_set_context_function()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
H A Dtf_kernel_to_llvm_pass.cc200 Value context_arg = in matchAndRewrite() local