Searched defs:std (Results 101 - 125 of 169) sorted by relevance

1234567

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h755 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, argument
776 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, size_t __position, size_t __n) argument
1149 _M_copy_from_string(const std::basic_string<_CharT, _Traits, _Alloc>& __s, size_t __pos, size_t __n) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h57 namespace std namespace
[all...]
H A Dhashtable_policy.h41 namespace std namespace
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_turnstile.c623 struct thread *std, *xtd; local
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h440 parse(const std::string &in, const std::map<std::string, std::string> &vars, std::string &err) argument
474 parse(const char *in, const std::map<std::string, std::string> &vars, std::string &err) argument
497 parse_from_file(const std::string &filename, const std::map<std::string, std::string> &vars, std::string &err) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h516 ScaledNumber(const std::pair<DigitsT, int16_t> &X) argument
[all...]
H A DJSON.h308 Value(const std::map<std::string, Elt> &C) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp791 pushIVUsers( Instruction *Def, Loop *L, SmallPtrSet<Instruction*,16> &Simplified, SmallVectorImpl< std::pair<Instruction*,Instruction*> > &SimpleIVUsers) argument
H A DLowerSwitch.cpp211 fixPhis(BasicBlock *SuccBB, BasicBlock *OrigBB, BasicBlock *NewBB, const unsigned NumMergedCases = std::numeric_limits<unsigned>::max()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h752 static inline void Profile(const std::pair<T1, T2> &P, argument
H A DHashing.h646 hash_value(const std::pair<T, U> &arg) argument
[all...]
H A DSmallVector.h285 uninitialized_copy( T1 *I, T1 *E, T2 *Dest, typename std::enable_if<std::is_same<typename std::remove_const<T1>::type, T2>::value>::type * = nullptr) argument
923 namespace std { namespace
[all...]
H A DSmallBitVector.h704 namespace std { namespace
[all...]
H A DDenseMap.h195 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp1014 ForEachFDEEntries( const std::function<bool(lldb::addr_t, uint32_t, dw_offset_t)> &callback) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp409 getOpndList(SmallVectorImpl<SDValue> &Ops, std::deque< std::pair<unsigned, SDValue> > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp611 groupReplacementsByFile( FileManager &FileMgr, const std::map<std::string, Replacements> &FileToReplaces) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp102 hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, const std::pair<unsigned, LLT> &Mutation) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h35 AddNamesMatchingPartialString( const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str, StringList &matches, StringList *descriptions = nullptr) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_deque.h1454 _M_destroy_data(iterator __first, iterator __last, const std::allocator<_Tp>&) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-format.h95 enum format_std_version std; member in struct:__anon1182
110 enum format_std_version std; member in struct:__anon1183
131 enum format_std_version std; member in struct:format_char_info
183 enum format_std_version std; member in struct:__anon1184
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-eoi-defs.h666 uint64_t std : 5; /**< Number of outstanding store data accepted by EOI on member in struct:cvmx_eoi_throttle_ctl::cvmx_eoi_throttle_ctl_s
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c529 ohci_dump_tds(ohci_td_t *std) argument
539 ohci_dump_td(ohci_td_t *std) argument
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dmsp34xx.c935 int mode,val,i,std; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp457 assert(Result < UINT_MAX && �); return unsigned(Result); } void CodeViewContext::encodeInlineLineTable(MCAsmLayout &Layout, MCCVInlineLineTableFragment &Frag) { size_t LocBegin; size_t LocEnd; std::tie(LocBegin, LocEnd) = getLineExtent(Frag.SiteFuncId); MCCVFunctionInfo *SiteInfo = getCVFunctionInfo(Frag.SiteFuncId); for (auto &KV : SiteInfo->InlinedAtMap) argument
[all...]

Completed in 325 milliseconds

1234567