Home
last modified time | relevance | path

Searched refs:AVAILABLE_EXTERNALLY_ALTERNATE (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dmemcpy-inline-builtin.c13 #define AVAILABLE_EXTERNALLY_ALTERNATE extern inline __attribute__((__always_inline__)) __attribute… macro
22 AVAILABLE_EXTERNALLY_ALTERNATE void *memmove(void *a, const void *b, size_t c) { in memmove()