Home
last modified time | relevance | path

Searched defs:get_func (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/AArch64/
Dbasic-pic.s65 .globl get_func symbol
67 get_func: // @get_func label
/external/llvm-project/llvm/test/MC/AArch64/
Dbasic-pic.s65 .globl get_func symbol
67 get_func: // @get_func label
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c183 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function
/external/python/cpython3/Lib/test/
Dtest_code.py370 def get_func(self): member in CoExtra
Dtest_embed.py1297 def get_func(name): function
/external/llvm-project/clang/test/SemaCXX/
Dsource_location.cpp486 constexpr const char *get_func(const char *f = __builtin_FUNCTION()) { return f; } in get_func() function
535 constexpr const char *get_func(const char *f = __builtin_FUNCTION()) { return f; } in get_func() function
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dcluster_coordinator_test.py88 def get_func(label): function