Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dpr3241.ll8 %t0 = call i32 @func_31(i32 %p_21) nounwind
25 declare i32 @func_31(i32)
D2009-11-18-TwoAddrKill.ll8 define noalias i8** @func_31(i32** nocapture %int8p_33, i8** nocapture %p_34, i8* nocapture %p_35) …
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr3241.ll8 %t0 = call i32 @func_31(i32 %p_21) nounwind
25 declare i32 @func_31(i32)
D2009-11-18-TwoAddrKill.ll8 define noalias i8** @func_31(i32** nocapture %int8p_33, i8** nocapture %p_34, i8* nocapture %p_35) …
/external/llvm-project/clang/test/SemaCXX/
Dfriend2.cpp134 template<typename T> void func_31(T *x);
137 template<typename T> friend void func_31(T *x) {} in func_31() function
141 template<typename T> friend void func_31(T *x) {} in func_31() function