/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 11 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 module sse { [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 31 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 CallerSym() 170 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} 355 explicit InlineSiteSy [all...] |
H A D | TypeRecord.h | 49 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/contrib/llvm-project/libcxx/include/ |
H A D | stdexcept | 34 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_error(const std::string&); // Symbol uses versioned std::string [all …]
|
H A D | random | 42 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_engine(const Engine& e); [all …]
|
H A D | mdspan | 62 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_v<OtherExtents, extents_type>) [all …]
|
H A D | codecvt | 31 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… 128 …_LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode… 165 …_LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf8(size_t __refs, unsigned long __maxcode, codecvt_mode… 195 …_LIBCPP_HIDE_FROM_ABI explicit codecvt_utf8(size_t __refs = 0) : __codecvt_utf8<_Elem>(__refs, _Ma… 220 …_LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mod… 259 …_LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mod… 297 …_LIBCPP_HIDE_FROM_ABI explicit __codecvt_utf16(size_t __refs, unsigned long __maxcode, codecvt_mod… [all …]
|
H A D | sstream | 32 … 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_istringstream(const basic_string<char_type, traits_type, allocator_type>& s, [all …]
|
H A D | tuple | 24 explicit(see-below) constexpr tuple(); 25 explicit(see-below) tuple(const T&...); // constexpr in C++14 27 explicit(see-below) tuple(U&&...); // constexpr in C++14 32 constexpr explicit(see-below) tuple(tuple<UTypes...>&); // C++23 34 explicit(see-below) tuple(const tuple<U...>&); // constexpr in C++14 36 explicit(see-below) tuple(tuple<U...>&&); // constexpr in C++14 38 constexpr explicit(see-below) tuple(const tuple<UTypes...>&&); // C++23 41 constexpr explicit(see-below) tuple(pair<U1, U2>&); // iff sizeof...(Types) == 2 // C++23 43 … explicit(see-below) tuple(const pair<U1, U2>&); // iff sizeof...(T) == 2 // constexpr in C++14 45 explicit(see-below) tuple(pair<U1, U2>&&); // iff sizeof...(T) == 2 // constexpr in C++14 [all …]
|
H A D | __locale | 69 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)… 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 ctype(size_t __refs = 0) : locale::facet(__refs) {} [all …]
|
H A D | mutex | 89 struct defer_lock_t { explicit defer_lock_t() = default; }; 90 struct try_to_lock_t { explicit try_to_lock_t() = default; }; 91 struct adopt_lock_t { explicit adopt_lock_t() = default; }; 103 explicit lock_guard(mutex_type& m); 117 explicit scoped_lock(MutexTypes&... m); 132 explicit unique_lock(mutex_type& m); 162 explicit operator bool () const noexcept; 430 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI explicit scoped_lock() {} 433 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI explicit scoped_lock(adopt_lock_t) {} 449 …_LIBCPP_HIDE_FROM_ABI explicit scoped_lock(mutex_type& __m) _LIBCPP_THREAD_SAFETY_ANNOTATION(acqui… [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ocsp.asn1 | 3 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/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_local.h | 27 * 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/contrib/llvm-project/libcxx/include/__memory/ |
H A D | compressed_pair.h | 48 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__default_init_tag) {} in __compressed_pair_elem() 49 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __valu… in __compressed_pair_elem() 52 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(_Up&& __u) in __compressed_pair_elem() 57 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 explicit __compressed_pair_elem( in __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) : __valu… 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_pair(_U1&& __t1, _U2&& __t2) [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | impsrc.mk | 6 # 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 D | varfind.exp | 1 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/contrib/kyua/utils/config/ |
H A D | exceptions.hpp | 47 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/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.h | 27 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/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 60 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/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegisterValue.h | 58 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/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Target.h | 44 #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/contrib/llvm-project/libcxx/include/__functional/ |
H A D | mem_fun_ref.h | 30 _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/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_siphash.txt | 129 # 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/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 83 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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 70 explicit SVal(SValKind Kind, const void *Data = nullptr) 78 explicit SVal() = default; 209 explicit DefinedOrUnknownSVal(SValKind Kind, const void *Data = nullptr) 215 explicit UnknownVal() : DefinedOrUnknownSVal(UnknownValKind) {} in UnknownVal() 231 explicit DefinedSVal(SValKind Kind, const void *Data) in DefinedSVal() 279 explicit SymbolVal(SymbolRef Sym) : NonLoc(SymbolValKind, Sym) { in SymbolVal() 299 explicit ConcreteInt(const llvm::APSInt &V) : NonLoc(ConcreteIntKind, &V) {} in ConcreteInt() 309 explicit LocAsInteger(const std::pair<SVal, uintptr_t> &data) in LocAsInteger() 332 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal() 352 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() [all …]
|