Home
last modified time | relevance | path

Searched defs:compound_literal (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
Dinstantiate-temporaries.cpp28 void compound_literal() { in compound_literal() function
/external/clang/test/Analysis/
Dstack-addr-ps.c21 void* compound_literal(int x, int y) { in compound_literal() function
/external/clang/test/PCH/
Dexprs.h73 typedef typeof((struct S){.x = 3.5}) compound_literal; typedef