Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Darc-unsafeclaim.m18 A *makeA(void); function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dcopy-constructor-elim-2.cpp63 static A makeA() { A a; a.value = 2; return a; } in makeA() function