Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dinstantiate-temporaries.cpp28 void compound_literal() { in compound_literal() function
/llvm-project/clang/test/Analysis/
H A Dstack-addr-ps.c21 void* compound_literal(int x, int y) { in compound_literal() function
H A Dmore-dtors-cfg-output.cpp205 void compound_literal() { in compound_literal() function
/llvm-project/clang/test/PCH/
H A Dexprs.h73 typedef typeof((struct S){.x = 3.5}) compound_literal; typedef