Searched defs:std (Results 51 - 75 of 169) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h87 namespace std { namespace
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h
H A DErrorOr.h74 ErrorOr(E ErrorCode, typename std::enable_if<std::is_error_code_enum<E>::value || std::is_error_condition_enum<E>::value, void *>::type = nullptr) argument
87 ErrorOr(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
99 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
107 ErrorOr( const ErrorOr<OtherT> &Other, typename std::enable_if< !std::is_convertible<OtherT, const T &>::value>::type * = nullptr) argument
119 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
129 ErrorOr( ErrorOr<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
[all...]
H A DFormatVariadic.h[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp77 execute( llvm::ArrayRef< std::pair<std::unique_ptr<FrontendActionFactory>, ArgumentsAdjuster>> Actions) argument
[all...]
H A DRefactoring.cpp69 formatAndApplyAllReplacements( const std::map<std::string, Replacements> &FileToReplaces, Rewriter &Rewrite, StringRef Style) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp66 namespace std { namespace
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp22 namespace std { namespace
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp49 namespace std { namespace
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h159 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, std::ios_base::openmode = std::ios_base::in | std::ios_base::out) argument
181 seekpos(std::streampos __pos, std::ios_base::openmode __mode = std::ios_base::in | std::ios_base::out) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 namespace std { namespace in namespace:llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h117 insert(const std::pair<KeyT, ValueT> &KV) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp83 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) argument
120 convertToRGB(const std::tuple<double, double, double> &Color) argument
171 interpolateHSV(const std::tuple<double, double, double> &C0, const std::tuple<double, double, double> &C1, double T) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h393 namespace std { namespace
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp78 WriteFixedFiles( std::vector<std::pair<std::string, std::string>> *RewrittenFiles) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp276 assert(Value < 0 && �); if (Value >= std::numeric_limits<int8_t>::min()) argument
325 assert(Value < 0 && �); if (Value >= std::numeric_limits<int8_t>::min()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h299 namespace std { namespace
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp363 handleOperand(bool optional, unsigned &operandIndex, unsigned &physicalOperandIndex, unsigned numPhysicalOperands, const unsigned *operandMapping, OperandEncoding (*encodingFromString) (const std::string&, uint8_t OpSize)) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h173 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator.h657 __normal_iterator(const __normal_iterator<_Iter, typename __enable_if< (std::__are_same<_Iter, typename _Container::pointer>::__value), _Container>::__type>& __i) argument
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h82 namespace std namespace
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmap.h42 namespace std namespace
[all...]
H A Dmultimap.h42 namespace std namespace
[all...]
H A Dmultiset.h42 namespace std namespace
[all...]
H A Dset.h42 namespace std namespace
[all...]

Completed in 178 milliseconds

1234567