Home
last modified time | relevance | path

Searched defs:global_fn (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-serializable/serializable-0.2.1/test/
H A Dtest_function.py7 def global_fn(): function
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/javascript/tests/
H A Dexternals.rs19 fn global_fn() { in global_fn() function
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/testdata/
H A Dloader.c67 int __attribute__((noinline)) global_fn(uint32_t arg) { in global_fn() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/cheri/
H A Dcheri-member-pointer-init.cpp12 int global_fn() { return 5; } in global_fn() function
/dports/math/py-theano/Theano-1.0.5/theano/
H A Dprinting.py307 def __init__(self, message="", attrs=("__str__",), global_fn=_print_fn): argument