Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_UTypes.pass.cpp76 struct Explicit { struct
78 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A Dalloc_convert_copy.pass.cpp29 struct Explicit { struct
31 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A DPR31384.pass.cpp20 struct Explicit { struct
22 explicit Explicit(int) {} in Explicit() argument
H A Dalloc_convert_move.pass.cpp44 struct Explicit { struct
46 explicit Explicit(int x) : value(x) {} in Explicit() function
H A Dconvert_move.pass.cpp24 struct Explicit { struct
26 explicit Explicit(int x) : value(x) {} in Explicit() function
H A Dconvert_copy.pass.cpp24 struct Explicit { struct
26 explicit Explicit(int x) : value(x) {} in Explicit() argument
H A Ddefault.fail.cpp24 struct Explicit { struct
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_nothrow_invocable.pass.cpp31 struct Explicit { struct
32 explicit Explicit(int) noexcept {} in Explicit() function
H A Dis_invocable.pass.cpp35 struct Explicit { struct
36 explicit Explicit(int) {} in Explicit() function
/llvm-project-15.0.7/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-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-composite-triviality.cpp6 struct Explicit { struct
9 } Explicit; argument
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
/llvm-project-15.0.7/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/
H A Dp2.cpp3 namespace Explicit { namespace
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassManager.h62 Explicit enumerator
/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f9060 enumerator :: Deferred = 1, Explicit = 2, LenParameter = 3 enumerator
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h78 enum class Category { Explicit, Star, Colon }; enumerator
116 enum class Category { Explicit, Deferred, Assumed }; enumerator
/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.h38 Explicit = 2, enumerator
/llvm-project-15.0.7/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-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml71 | Explicit Constructor
H A Dllvm_debuginfo.mli71 | Explicit Constructor
/llvm-project-15.0.7/clang/lib/Lex/
H A DModuleMap.cpp616 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
1868 bool Explicit = false; in parseModuleDecl() local
2751 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h103 bool Explicit = false; // Indicates if the direction of a param is explicit member
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp368 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
371 StringRef Section) -> Optional<uint64_t> * { in dump()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h358 Explicit, enumerator

12