Home
last modified time | relevance | path

Searched defs:FUNC_REF (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/
DXzCrc64.c45 #define FUNC_REF FUNC_NAME_LE macro
47 #define FUNC_REF FUNC_NAME_BE macro
49 #define FUNC_REF g_Crc64Update macro
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dmini_core_hello_world.rs234 const FUNC_REF: Option<fn()> = Some(main); in main() constant
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core_hello_world.rs246 const FUNC_REF: Option<fn()> = Some(main); in main() constant