Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/
Drelative-dynamic-reloc.s70 callq localfunc@PLT
71 localfunc: label
/external/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() function
31 return var3 + func3() + localobj.localfunc(); in f3()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() function
31 return var3 + func3() + localobj.localfunc(); in f3()
/external/llvm-project/clang/test/Sema/
Dattr-deprecated.c88 foo_dep *localfunc(void); in test10()
/external/clang/test/Sema/
Dattr-deprecated.c86 foo_dep *localfunc(void); in test10()
/external/lua/src/
Dlparser.c1717 static void localfunc (LexState *ls) { in localfunc() function
1911 localfunc(ls); in statement()