Home
last modified time | relevance | path

Searched defs:o3 (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dctor.verify.cpp29 …std::optional<char[20]> o3; // expected-error-re@optional:* {{static assertion failed{{.*}}… in main() local
35 …std::optional< volatile std::in_place_t> o3; // expected-error-re@optional:* {{static asserti… in main() local
42 …std::optional< volatile std::nullopt_t> o3; // expected-error-re@optional:* {{static assertio… in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.comp_with_t/
H A Dless_than.pass.cpp37 constexpr O o3{val}; // engaged in main() local
H A Dequal.pass.cpp39 constexpr O o3{val}; // engaged in main() local
H A Dless_equal.pass.cpp39 constexpr O o3{val}; // engaged in main() local
H A Dgreater.pass.cpp37 constexpr O o3{val}; // engaged in main() local
H A Dgreater_equal.pass.cpp39 constexpr O o3{val}; // engaged in main() local
H A Dnot_equal.pass.cpp39 constexpr O o3{val}; // engaged in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.relops/
H A Dless_than.pass.cpp34 constexpr O o3{1}; // engaged in main() local
H A Dgreater_than.pass.cpp34 constexpr O o3{1}; // engaged in main() local
H A Dless_equal.pass.cpp36 constexpr O o3{1}; // engaged in main() local
H A Dgreater_equal.pass.cpp36 constexpr O o3{1}; // engaged in main() local
H A Dequal.pass.cpp39 constexpr O o3{1}; // engaged in main() local
H A Dnot_equal.pass.cpp39 constexpr O o3{1}; // engaged in main() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Dblock-var-layout.mm15 id o3; field
/llvm-project/clang/test/CodeGenObjC/
H A Dblock-var-layout.m12 id o3; field
/llvm-project/clang/test/OpenMP/
H A Dinterop_ast_print.cpp29 omp_interop_t o3; member
H A Ddispatch_ast_print.cpp107 void test_two(Obj o1, Obj &o2, Obj *o3) in test_two()
/llvm-project/flang/test/Semantics/
H A Dinit01.f9021 type(t1), target :: o3 local
146 type(t3), save, target :: o3 local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.cpp173 void (*o3)(int i)(nullptr); variable
399 void (*o3)(int) = reinterpret_cast<void (*)(int)>(0); in nutter() local
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-error.m77 extern void *o3(CFErrorRef *) __attribute__((__swift_error__(nonzero_result))); function
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp118 optional<non_trivial> o3{*o2}; variable
H A Dparen-list-agg-init.cpp269 O o3(0); global() variable
/llvm-project/clang/test/Headers/
H A Dstddefneeds.c107 size_t o3 = offsetof(struct astruct, member); // c99-error{{expected expression}} c99-error{{undecl… variable