Home
last modified time | relevance | path

Searched defs:o4 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dctor.verify.cpp36 …std::optional<const volatile std::in_place_t> o4; // expected-error-re@optional:* {{static asserti… in main() local
43 …std::optional<const volatile std::nullopt_t> o4; // expected-error-re@optional:* {{static assertio… in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.relops/
H A Dless_than.pass.cpp35 constexpr O o4{2}; // engaged in main() local
H A Dgreater_than.pass.cpp35 constexpr O o4{2}; // engaged in main() local
H A Dless_equal.pass.cpp37 constexpr O o4{2}; // engaged in main() local
H A Dgreater_equal.pass.cpp37 constexpr O o4{2}; // engaged in main() local
H A Dequal.pass.cpp40 constexpr O o4{2}; // engaged in main() local
H A Dnot_equal.pass.cpp40 constexpr O o4{2}; // engaged in main() local
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-error.m79 extern void *o4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); function
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c128 size_t o4 = offsetof(struct astruct, member); // c99-error{{expected expression}} c99-error{{undecl… variable