Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-member-initializer-const-field.cpp91 struct NonAggregate { struct
98 NonAggregate(NonAggregate const &); // not provided, could set i and j to arbitrary values. argument
101 static int compliant1(NonAggregate c) { in compliant1() argument
105 static int compliant2(NonAggregate c) { in compliant2() argument
/llvm-project/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp13 struct NonAggregate { struct
24 NonAggregate non_aggregate_test = { 1, 2 }; argument
H A Dliteral-type.cpp42 class NonAggregate { int x; }; global() class
/llvm-project/clang/test/CXX/drs/
H A Dcwg14xx.cpp485 struct NonAggregate { struct
486 NonAggregate() {} in NonAggregate() argument