Home
last modified time | relevance | path

Searched defs:Convertible (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_r.pass.cpp121 struct Convertible { in test() struct
122 constexpr operator int() const { return 42; } in test()
/llvm-project/clang/test/Parser/
H A Dcxx2a-init-statement.cpp9 struct Convertible { template<typename T> operator T(); }; struct
/llvm-project/clang/test/Analysis/
H A Doperator-calls.cpp38 class Convertible { class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfor-range-copy.cpp55 struct Convertible { struct
67 Convertible C[0]; in negativeUserDefinedConversion() argument
/llvm-project/libcxx/test/std/ranges/range.access/
H A Dsize.pass.cpp161 struct Convertible { struct
/llvm-project/clang/test/SemaCXX/
H A Dconditional-expr.cpp33 struct Convertible { operator Base&(); }; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp488 struct Convertible { implicitConversionOperator() struct
489 operator AimplicitConversionOperator::Convertible implicitConversionOperator() argument