Home
last modified time | relevance | path

Searched defs:Explicit (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_UTypes.pass.cpp75 struct Explicit { struct
77 explicit Explicit(int x) : value(x) {} in Explicit() function
H A Dalloc_convert_copy.pass.cpp29 struct Explicit { struct
31 explicit Explicit(int x) : value(x) {} in Explicit() function
H A DPR31384.pass.cpp23 struct Explicit { struct
25 explicit Explicit(int) {} in Explicit() function
H A Dalloc_convert_move.pass.cpp44 struct Explicit { struct
46 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A Dconvert_move.pass.cpp24 struct Explicit { struct
26 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A Dconvert_copy.pass.cpp24 struct Explicit { struct
26 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A Ddefault.verify.cpp24 struct Explicit { struct
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_nothrow_invocable.pass.cpp31 struct Explicit { global() struct
32 ExplicitExplicit Explicit() argument
H A Dis_invocable.pass.cpp35 explicit Explicit(int) {} struct
36 ExplicitExplicit Explicit() argument
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} in Explicit() argument
29 constexpr explicit operator int() const { return 4; } // expected-note 5{{here}} in operator int()
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-composite-triviality.cpp6 struct Explicit { struct
9 } Explicit; variable
/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-wait-clause.cpp5 } Explicit; variable
H A Dcompute-construct-num_gangs-clause.cpp14 } Explicit; variable
H A Dcompute-construct-async-clause.cpp14 } Explicit; variable
H A Dcompute-construct-num_workers-clause.cpp14 } Explicit; variable
H A Dcompute-construct-vector_length-clause.cpp14 } Explicit; variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
/llvm-project/mlir/include/mlir/Pass/
H A DPassManager.h57 Explicit enumerator
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx2c.cpp18 struct Explicit{}; struct
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp2.cpp3 namespace Explicit { namespace
/llvm-project/flang/module/
H A D__fortran_type_info.f9067 enumerator :: Deferred = 1, Explicit = 2, LenParameter = 3 enumerator
/llvm-project/flang/include/flang/Semantics/
H A Dtype.h78 enum class Category { Explicit, Star, Colon }; global() enumerator
116 enum class Category { Explicit, Deferred, Assumed }; global() enumerator
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DTypes.h93 Explicit, enumerator
/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp425 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local
495 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h43 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. global() member

12