Home
last modified time | relevance | path

Searched defs:SomeObject (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/libcxx/concepts/concepts.arithmetic/
H A D__libcpp_integer.compile.pass.cpp20 struct SomeObject {}; struct
H A D__libcpp_signed_integer.compile.pass.cpp20 struct SomeObject {}; struct
H A D__libcpp_unsigned_integer.compile.pass.cpp20 struct SomeObject {}; struct
/llvm-project/libcxx/test/std/numerics/complex.number/complex.tuple/
H A Dtuple_size.compile.pass.cpp22 struct SomeObject {}; struct
H A Dtuple_element.compile.pass.cpp22 struct SomeObject {}; struct
/llvm-project/libcxx/test/std/input.output/string.streams/
H A Dhelper_types.h69 struct SomeObject {}; struct
/llvm-project/clang/test/SemaObjC/
H A Dclass-proto-1.m46 @interface SomeObject : NSObject <UndefinedProtocol> // expected-warning {{cannot find protocol def… interface
H A Dcompare-qualified-class.m9 @interface SomeObject <SomeProtocol> interface