Searched defs:std (Results 76 - 100 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h
H A DBitset.h42 constexpr Bitset(const std::array<BitWord, NumWords> &B) argument
[all...]
H A DSmallPtrSet.h509 namespace std { namespace
[all...]
H A DArrayRef.h96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) argument
101 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) argument
554 makeArrayRef(const std::array<T, N> &Arr) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h108 InlineCost(int Cost, int Threshold, int StaticBonusApplied, const char *Reason = nullptr, std::optional<CostBenefitPair> CostBenefit = std::nullopt) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h303 add(const std::pair<T1, T2> &Value) argument
[all...]
H A DErrc.h83 namespace std { namespace in namespace:llvm
[all...]
H A DFormat.h241 format_bytes(ArrayRef<uint8_t> Bytes, std::optional<uint64_t> FirstByteOffset = std::nullopt, uint32_t NumPerLine = 16, uint8_t ByteGroupSize = 4, uint32_t IndentLevel = 0, bool Upper = false) argument
250 format_bytes_with_ascii(ArrayRef<uint8_t> Bytes, std::optional<uint64_t> FirstByteOffset = std::nullopt, uint32_t NumPerLine = 16, uint8_t ByteGroupSize = 4, uint32_t IndentLevel = 0, bool Upper = false) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h309 PickValueInArray(const std::array<T, size> &array) argument
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_view.h294 decltype( ranges::iota_view( ranges::begin(__rng), *(ranges::begin(__rng) + std::min<_Dist>(ranges::distance(__rng), std::forward<_Np>(__n))) )) argument
[all...]
H A Ddrop_view.h271 decltype( views::repeat(__range.__value_, ranges::distance(__range) - std::min<_Dist>(ranges::distance(__range), std::forward<_Np>(__n)))) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp69 formatAndApplyAllReplacements( const std::map<std::string, Replacements> &FileToReplaces, Rewriter &Rewrite, StringRef Style) argument
H A DRefactoringCallbacks.cpp27 ASTMatchRefactorer( std::map<std::string, Replacements> &FileToReplaces) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp49 emitSubtargetFeatureBitEnumeration( const SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS, const std::map<std::string, unsigned> *HwModes) argument
102 emitComputeAvailableFeatures( StringRef TargetName, StringRef ClassName, StringRef FuncName, const SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS, StringRef ExtraParams, const std::map<std::string, unsigned> *HwModes) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h172 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { argument
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dtypeinfo.h34 namespace std namespace
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h131 namespace std { namespace
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp149 tryMergeVector(const RegSeqInfo *Untouched, RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) const argument
171 getReassignedChan( const std::vector<std::pair<unsigned, unsigned>> &RemapChan, unsigned Chan) argument
181 RebuildVector( RegSeqInfo *RSI, const RegSeqInfo *BaseRSI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const argument
245 SwizzleInput(MachineInstr &MI, const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h162 interferingVRegs( unsigned MaxInterferingRegs = std::numeric_limits<unsigned>::max()) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h252 namespace std { namespace
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp26 namespace std { namespace
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h461 size(const std::pair<T1, T2> &P) argument
466 serialize(SPSOutputBuffer &OB, const std::pair<T1, T2> &P) argument
[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h389 ConstReference( const ::std::tuple<ElementPointer, Size>& array) argument
394 Copy(const ::std::tuple<ElementPointer, Size>& array) argument
[all...]
/freebsd-current/sys/compat/linux/
H A Dlinux_videodev2_compat.h123 v4l2_std_id std; member in struct:l_v4l2_input

Completed in 300 milliseconds

12345678910