Searched refs:returnShort (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dx86_32-fpcc-struct-return.c26 // CHECK-PCC-LABEL: define void @returnShort
28 // CHECK-REG-LABEL: define i16 @returnShort
30 Short returnShort(Short x) { return x; } function
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp178 template <short s> short returnShort() { return s; } function in namespace:test13
179 template short returnShort<-32768>();

Completed in 102 milliseconds