Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddeclspec-thread.cpp15 struct HasCtor { HasCtor(); int x; }; argument
H A Dcompound-literal.cpp26 struct HasCtor { struct
/llvm-project/clang/test/Sema/
H A Dthread-specifier.c119 struct HasCtor { struct
/llvm-project/clang/test/Analysis/
H A Dtemporaries.cpp108 struct HasCtor { struct
109 HasCtor(int x, int y) : x(x), y(y) {} in HasCtor() argument
110 int x, y;