Home
last modified time | relevance | path

Searched defs:o2 (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dctor.verify.cpp28 …std::optional<NonDestructible> o2; // expected-error-re@optional:* {{static assertion failed{{.*}}… in main() local
34 …std::optional<const std::in_place_t> o2; // expected-error-re@optional:* {{static asserti… in main() local
41 …std::optional<const std::nullopt_t> o2; // expected-error-re@optional:* {{static assertio… in main() local
H A Dcopy.pass.cpp125 optional<const int> o2(o); in main() local
169 constexpr std::optional<int> o2 = o1; in main() local
178 std::optional<bool> o2(o1); in main() local
H A Dmove.pass.cpp155 optional<const int> o2(std::move(o)); in main() local
217 constexpr std::optional<int> o2 = std::move(o1); in main() local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dmerge.f907 character :: o1, o2, merge_test local
23 integer :: o1, o2, merge_test2 local
35 subroutine merge_test3(result, o1, o2, mask) argument
39 type(t) :: result(10), o1, o2 local
/llvm-project/clang/test/SemaObjC/
H A Dproperty-assign-on-object-type.m8 @property(unsafe_unretained, readonly) Foo* o2; property
18 @property(readwrite) Foo* o2; property
/llvm-project/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/
H A Dstreamsize.pass.cpp23 std::streamoff o2(sz); in main() local
H A Dfpos.pass.cpp96 std::streamoff o2 = q1 - p1; in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.nullops/
H A Dequal.pass.cpp30 constexpr O o2{1}; // engaged in main() local
H A Dnot_equal.pass.cpp30 constexpr O o2{1}; // engaged in main() local
H A Dless_than.pass.cpp30 constexpr O o2{1}; // engaged in main() local
H A Dless_equal.pass.cpp31 constexpr O o2{1}; // engaged in main() local
H A Dgreater.pass.cpp30 constexpr O o2{1}; // engaged in main() local
H A Dgreater_equal.pass.cpp30 constexpr O o2{1}; // engaged in main() local
/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp684 emitModRMDecision(raw_ostream & o1,raw_ostream & o2,unsigned & i1,unsigned & i2,unsigned & ModRMTableNum,ModRMDecision & decision) const emitModRMDecision() argument
769 emitOpcodeDecision(raw_ostream & o1,raw_ostream & o2,unsigned & i1,unsigned & i2,unsigned & ModRMTableNum,OpcodeDecision & opDecision) const emitOpcodeDecision() argument
809 emitContextDecision(raw_ostream & o1,raw_ostream & o2,unsigned & i1,unsigned & i2,unsigned & ModRMTableNum,ContextDecision & decision,const char * name) const emitContextDecision() argument
1017 emitContextDecisions(raw_ostream & o1,raw_ostream & o2,unsigned & i1,unsigned & i2,unsigned & ModRMTableNum) const emitContextDecisions() argument
1045 raw_string_ostream o2(s2); emit() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp21 Object2* o2; in g() local
/llvm-project/libcxx/test/std/utilities/optional/optional.comp_with_t/
H A Dless_than.pass.cpp36 constexpr O o2{1}; // engaged in main() local
H A Dequal.pass.cpp38 constexpr O o2{1}; // engaged in main() local
H A Dless_equal.pass.cpp38 constexpr O o2{1}; // engaged in main() local
H A Dgreater.pass.cpp36 constexpr O o2{1}; // engaged in main() local
H A Dgreater_equal.pass.cpp38 constexpr O o2{1}; // engaged in main() local
H A Dnot_equal.pass.cpp38 constexpr O o2{1}; // engaged in main() local
/llvm-project/libcxx/test/std/utilities/optional/optional.relops/
H A Dless_than.pass.cpp33 constexpr O o2; // disengaged in main() local
H A Dgreater_than.pass.cpp33 constexpr O o2; // disengaged in main() local
H A Dless_equal.pass.cpp35 constexpr O o2; // disengaged in main() local
H A Dgreater_equal.pass.cpp35 constexpr O o2; // disengaged in main() local

12