Home
last modified time | relevance | path

Searched full:explicit (Results 1 – 25 of 3879) sorted by relevance

12345678910>>...156

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap11 explicit module altivec {
16 explicit module arm {
19 explicit module acle {
24 explicit module neon {
31 explicit module sve {
38 explicit module intel {
69 explicit module mm_malloc {
75 explicit module cpuid {
80 explicit module mmx {
84 explicit modul
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h31 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord()
45 explicit ProcSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ProcSym()
71 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym()
91 explicit TrampolineSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in TrampolineSym()
108 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym()
125 explicit CoffGroupSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CoffGroupSym()
140 explicit ScopeEndSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ScopeEndSym()
149 explicit JumpTableSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in JumpTableSym()
170 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CallerSym()
355 explicit InlineSiteSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in InlineSiteSym()
[all …]
H A DTypeRecord.h49 explicit MemberAttributes(MemberAccess Access) in MemberAttributes()
121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord()
133 explicit ModifierRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ModifierRecord()
149 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord()
174 explicit MemberFunctionRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFunctionRecord()
209 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord()
220 explicit MemberFuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFuncIdRecord()
239 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord()
253 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in StringListRecord()
282 explicit PointerRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in PointerRecord()
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdexcept34 explicit xxx_error(const string& what_arg);
35 explicit xxx_error(const char* what_arg);
62 explicit __libcpp_refstring(const char* __msg);
83 explicit logic_error(const string&);
84 explicit logic_error(const char*);
95 explicit logic_error(const std::string&); // Symbol uses versioned std::string
96 _LIBCPP_HIDE_FROM_ABI explicit logic_error(const char* __s) : exception(__s) {}
107 explicit runtime_error(const string&);
108 explicit runtime_error(const char*);
119 explicit runtime_erro
[all...]
H A Drandom42 explicit linear_congruential_engine(result_type s = default_seed); // before C++20
44 explicit linear_congruential_engine(result_type s); // C++20
45 template<class Sseq> explicit linear_congruential_engine(Sseq& q);
104 explicit mersenne_twister_engine(result_type s = default_seed); // before C++20
106 explicit mersenne_twister_engine(result_type s); // C++20
107 template<class Sseq> explicit mersenne_twister_engine(Sseq& q);
164 explicit subtract_with_carry_engine(result_type value = default_seed); // before C++20
166 explicit subtract_with_carry_engine(result_type value); // C++20
167 template<class Sseq> explicit subtract_with_carry_engine(Sseq& q);
215 explicit discard_block_engin
[all...]
H A Dmdspan62 constexpr explicit(see below)
65 constexpr explicit extents(_OtherIndexTypes...) noexcept;
67 constexpr explicit(N != rank_dynamic())
70 constexpr explicit(N != rank_dynamic())
85 explicit extents(Integrals...)
106 constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
109 constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
112 constexpr explicit(extents_type::rank() > 0)
160 constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
163 constexpr explicit(!is_convertible_
[all...]
H A Dcodecvt31 explicit codecvt_utf8(size_t refs = 0);
40 explicit codecvt_utf16(size_t refs = 0);
49 explicit codecvt_utf8_utf16(size_t refs = 0);
90 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
128 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
165 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
195 _LIBCPP_HIDE_FROM_ABI explicit codecvt_utf8(size_t __refs = 0) : __codecvt_utf8<_Elem>(__refs, _Maxcode, _Mode) {}
220 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
259 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mode __mode)
297 _LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf1
[all...]
H A Dsstream32 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out); // before C++20
34 explicit basic_stringbuf(ios_base::openmode which); // C++20
35 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& s,
37 explicit basic_stringbuf(const allocator_type& a)
40 explicit basic_stringbuf(basic_string<char_type, traits_type, allocator_type>&& s,
49 explicit basic_stringbuf(const basic_string<char_type, traits_type, SAlloc>& s,
52 explicit basic_stringbuf(const T& t,
116 explicit basic_istringstream(ios_base::openmode which = ios_base::in); // before C++20
118 explicit basic_istringstream(ios_base::openmode which); // C++20
119 explicit basic_istringstrea
[all...]
H A D__locale69 explicit locale(const char*);
70 explicit locale(const string&);
104 _LIBCPP_HIDE_FROM_ABI explicit locale(__private_constructor_tag, __imp* __loc) : __locale_(__loc) {}
119 _LIBCPP_HIDE_FROM_ABI explicit facet(size_t __refs = 0) : __shared_count(static_cast<long>(__refs) - 1) {}
179 _LIBCPP_HIDE_FROM_ABI explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
256 explicit collate_byname(const char* __n, size_t __refs = 0);
257 explicit collate_byname(const string& __n, size_t __refs = 0);
275 explicit collate_byname(const char* __n, size_t __refs = 0);
276 explicit collate_byname(const string& __n, size_t __refs = 0);
458 _LIBCPP_HIDE_FROM_ABI explicit ctyp
[all...]
/freebsd-src/crypto/heimdal/lib/hx509/
H A Docsp.asn13 OCSP DEFINITIONS EXPLICIT TAGS::=
18 revocationReason[0] EXPLICIT CRLReason OPTIONAL
32 nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
33 singleExtensions [1] EXPLICIT Extensions OPTIONAL }
37 singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
40 version [0] EXPLICIT OCSPVersion -- DEFAULT v1 -- OPTIONAL,
41 requestorName [1] EXPLICIT GeneralName OPTIONAL,
43 requestExtensions [2] EXPLICIT Extensions OPTIONAL }
48 certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
52 optionalSignature [0] EXPLICIT OCSPSignature OPTIONAL }
[all …]
/freebsd-src/crypto/openssl/crypto/ocsp/
H A Docsp_local.h27 * singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
35 * version [0] EXPLICIT Version DEFAULT v1,
36 * requestorName [1] EXPLICIT GeneralName OPTIONAL,
38 * requestExtensions [2] EXPLICIT Extensions OPTIONAL }
50 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
60 * optionalSignature [0] EXPLICIT Signature OPTIONAL }
89 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
114 * revocationReason [0] EXPLICIT CRLReason OPTIONAL }
139 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
140 * singleExtensions [1] EXPLICIT Extensions OPTIONAL }
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h33 explicit Boolean(bool V) : V(V) {} in Boolean()
49 explicit operator Ty() const { in uint8_t()
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {}
49 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __value_() {} in __compressed_pair_elem()
52 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(_Up&& __u)
57 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 explicit __compressed_pair_elem(
76 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem() = default;
77 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {}
78 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __value_type() {}
81 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(_Up&& __u)
114 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair()
118 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pai
[all...]
/freebsd-src/contrib/bmake/unit-tests/
H A Dimpsrc.mk6 # 2) the first prerequisite from the dependency line of an explicit rule, or
7 # 3) the first prerequisite of an explicit rule.
32 # (1) This is an explicit dependency, not an inference rule.
38 # (4) This is an explicit dependency, independent of any inference rule.
44 # (5) These are two explicit dependency rules.
52 # (6) The explicit rule does not have associated commands.
H A Dvarfind.exp1 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
9 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from
10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
/freebsd-src/contrib/kyua/utils/config/
H A Dexceptions.hpp47 explicit error(const std::string&);
55 explicit bad_combination_error(const detail::tree_key&,
64 explicit invalid_key_error(const std::string&);
72 explicit invalid_key_value(const detail::tree_key&, const std::string&);
80 explicit syntax_error(const std::string&);
88 explicit unknown_key_error(const detail::tree_key&,
97 explicit value_error(const std::string&);
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.h27 explicit X86MCAsmInfoDarwin(const Triple &Triple);
31 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
41 explicit X86ELFMCAsmInfo(const Triple &Triple);
48 explicit X86MCAsmInfoMicrosoft(const Triple &Triple);
55 explicit X86MCAsmInfoMicrosoftMASM(const Triple &Triple);
62 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h60 explicit Record(RecordKind T) : T(T) {} in Record()
95 explicit MetadataRecord(RecordKind T, MetadataType M) : Record(T), MT(M) {} in MetadataRecord()
119 explicit BufferExtents(uint64_t S) in BufferExtents()
143 explicit WallclockRecord(uint64_t S, uint32_t N) in WallclockRecord()
193 explicit TSCWrapRecord(uint64_t B) in TSCWrapRecord()
218 explicit CustomEventRecord(uint64_t S, uint64_t T, uint16_t C, std::string D) in CustomEventRecord()
246 explicit CustomEventRecordV5(int32_t S, int32_t D, std::string P) in CustomEventRecordV5()
274 explicit TypedEventRecord(int32_t S, int32_t D, uint16_t E, std::string P) in TypedEventRecord()
300 explicit CallArgRecord(uint64_t A) in CallArgRecord()
322 explicit PIDRecord(int32_t P) in PIDRecord()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DTarget.h44 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */
48 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */
53 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */
59 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */
65 #undef LLVM_ASM_PARSER /* Explicit undef to make SWIG happier */
71 #undef LLVM_DISASSEMBLER /* Explicit undef to make SWIG happier */
79 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */ in LLVMInitializeAllTargetInfos()
88 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */ in LLVMInitializeAllTargets()
97 #undef LLVM_TARGET /* Explicit undef to make SWIG happier */ in LLVMInitializeAllTargetMCs()
106 #undef LLVM_ASM_PRINTER /* Explicit undef to make SWIG happier */ in LLVMInitializeAllAsmPrinters()
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h58 explicit RegisterValue(uint8_t inst) : m_type(eTypeUInt8) { m_scalar = inst; } in RegisterValue()
60 explicit RegisterValue(uint16_t inst) : m_type(eTypeUInt16) { in RegisterValue()
64 explicit RegisterValue(uint32_t inst) : m_type(eTypeUInt32) { in RegisterValue()
68 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()
72 explicit RegisterValue(llvm::APInt inst) : m_type(eTypeUInt128) { in RegisterValue()
76 explicit RegisterValue(float value) : m_type(eTypeFloat) { m_scalar = value; } in RegisterValue()
78 explicit RegisterValue(double value) : m_type(eTypeDouble) { in RegisterValue()
82 explicit RegisterValue(long double value) : m_type(eTypeLongDouble) { in RegisterValue()
86 explicit RegisterValue(llvm::ArrayRef<uint8_t> bytes, in RegisterValue()
/freebsd-src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpmac_siphash.txt129 # SIPHASH - default values: 2,4 rounds, explicit 8-byte mac
143 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac
151 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac (set as 0)
159 # SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size)
166 # SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size)
174 Title = SIPHASH - explicit rounds
/freebsd-src/contrib/llvm-project/libcxx/include/__functional/
H A Dmem_fun_ref.h30 _LIBCPP_HIDE_FROM_ABI explicit mem_fun_t(_Sp (_Tp::*__p)()) : __p_(__p) {} in mem_fun_t()
39 _LIBCPP_HIDE_FROM_ABI explicit mem_fun1_t(_Sp (_Tp::*__p)(_Ap)) : __p_(__p) {} in mem_fun1_t()
58 _LIBCPP_HIDE_FROM_ABI explicit mem_fun_ref_t(_Sp (_Tp::*__p)()) : __p_(__p) {} in mem_fun_ref_t()
67 _LIBCPP_HIDE_FROM_ABI explicit mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap)) : __p_(__p) {} in mem_fun1_ref_t()
87 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_t()
97 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun1_t(_Sp (_Tp::*__p)(_Ap) const) : __p_(__p) {} in const_mem_fun1_t()
117 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_ref_t()
126 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap) const) : __p_(__p) {} in const_mem_fun1_ref_t()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h30 // don't use explicit value assignment.
366 explicit AMDGPULibFunc() : Impl(std::unique_ptr<AMDGPULibFuncImpl>()) {} in AMDGPULibFunc()
370 explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom);
371 explicit AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts);
374 explicit AMDGPULibFunc(StringRef FName, FunctionType *FT);
423 explicit AMDGPUMangledLibFunc();
424 explicit AMDGPUMangledLibFunc(EFuncId id,
426 explicit AMDGPUMangledLibFunc(EFuncId id, FunctionType *FT,
454 explicit AMDGPUUnmangledLibFunc();
455 explicit AMDGPUUnmangledLibFunc(StringRef FName, FunctionType *FT) { in AMDGPUUnmangledLibFunc()
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h83 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
197 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
214 explicit SharedPayload(const T& v) : value(v) {} in SharedPayload()
215 explicit SharedPayload(T&& v) : value(std::move(v)) {} in SharedPayload()
274 explicit MatcherBase(const MatcherInterface<U>* impl) in MatcherBase()
405 // When inlined along with Init, need to be explicit to avoid violating in Get()
468 explicit Matcher() {} // NOLINT
471 explicit Matcher(const MatcherInterface<const T&>* impl)
475 explicit Matcher(
499 explicit Matcher(const MatcherInterface<const std::string&>* impl)
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_iterator.h112 explicit ilist_iterator(node_reference N) : NodePtr(&N) {}
114 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
115 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
134 /// Explicit conversion between forward/reverse iterators.
142 explicit ilist_iterator(
150 /// different range; for range operations, use the explicit conversions.
253 explicit ilist_iterator_w_bits(node_reference N) : NodePtr(&N) {}
255 explicit ilist_iterator_w_bits(pointer NP)
257 explicit ilist_iterator_w_bits(reference NR)
283 /// Explicit conversio
[all...]

12345678910>>...156