Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Analysis/
H A Dtemporaries.cpp86 struct HasCtor { struct
87 HasCtor(int x, int y) : x(x), y(y) {} in HasCtor() function
88 int x, y;
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddeclspec-thread.cpp15 struct HasCtor { HasCtor(); int x; }; argument
H A Dcompound-literal.cpp25 struct HasCtor { struct
/aosp_15_r20/external/clang/test/Sema/
H A Dthread-specifier.c111 struct HasCtor { struct