Home
last modified time | relevance | path

Searched defs:returnShort (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dx86_32-fpcc-struct-return.c30 Short returnShort(Short x) { return x; } in returnShort() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-template.cpp183 template <short s> short returnShort() { return s; } in returnShort() function