Searched defs:std (Results 176 - 200 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1736 GroupSemaChecks( std::map<std::string, std::set<std::string>> &Checks) argument
[all...]
H A DClangDiagnosticsEmitter.cpp1667 isRemarkGroup(const Record *DiagGroup, const std::map<std::string, GroupInfo> &DiagsInGroup) argument
1693 getDefaultSeverities(const Record *DiagGroup, const std::map<std::string, GroupInfo> &DiagsInGroup) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1367 LoopUnroll(int OptLevel = 2, bool OnlyWhenForced = false, bool ForgetAllSCEV = false, std::optional<unsigned> Threshold = std::nullopt, std::optional<unsigned> Count = std::nullopt, std::optional<bool> AllowPartial = std::nullopt, std::optional<bool> Runtime = std::nullopt, std::optional<bool> UpperBound = std::nullopt, std::optional<bool> AllowPeeling = std::nullopt, std::optional<bool> AllowProfileBasedPeeling = std::nullopt, std::optional<unsigned> ProvidedFullUnrollMaxCount = std::nullopt) argument
[all...]
H A DInductiveRangeCheckElimination.cpp256 InductiveRangeCheckElimination(ScalarEvolution &SE, BranchProbabilityInfo *BPI, DominatorTree &DT, LoopInfo &LI, GetBFIFunc GetBFI = std::nullopt) argument
[all...]
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1368 CreateVariadicMatcher( std::vector<Matcher<T>>*, std::integral_constant<size_t, sizeof...(Args)>) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h598 namespace std { namespace in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1312 namespace std { namespace
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2228 MatchAndExplain(const std::tuple<T1, T2>& a_pair, MatchResultListener* listener) const argument
[all...]
/freebsd-current/sys/dev/usb/controller/
H A Duhci.c890 _uhci_append_td(uhci_td_t *std, uhci_td_t *last) argument
952 _uhci_remove_td(uhci_td_t *std, uhci_td_t *last) argument
[all...]
H A Dehci.c920 _ehci_append_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) argument
946 _ehci_append_hs_td(ehci_itd_t *std, ehci_itd_t *last) argument
1004 _ehci_remove_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) argument
1024 _ehci_remove_hs_td(ehci_itd_t *std, ehci_itd_t *last) argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_edid.c1325 struct std_timing *std; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1152 addCandidate(unsigned NumConversions = 0, ConversionSequenceList Conversions = std::nullopt) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp689 rt_pushSymbols( PushSymbolsInSendResultFn SendResult, ExecutorAddr Handle, const std::vector<std::pair<StringRef, bool>> &SymbolNames) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1156 writeLinkingMetaDataSection( ArrayRef<wasm::WasmSymbolInfo> SymbolInfos, ArrayRef<std::pair<uint16_t, uint32_t>> InitFuncs, const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp260 printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, ArrayRef<SMRange> Ranges = std::nullopt) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h579 Matcher(const Matcher<From> &Other, std::enable_if_t<std::is_base_of<From, T>::value && !std::is_same<From, T>::value> * = nullptr) argument
591 Matcher(const Matcher<TypeT> &Other, std::enable_if_t<std::is_same<T, QualType>::value && std::is_same<TypeT, Type>::value> * = nullptr) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1914 isInTheSameTranslationUnitImpl( const std::pair<FileID, unsigned> &LOffs, const std::pair<FileID, unsigned> &ROffs) const argument
2007 isInTheSameTranslationUnit( std::pair<FileID, unsigned> &LOffs, std::pair<FileID, unsigned> &ROffs) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1783 selectModuleSource( Module *M, StringRef ModuleName, std::string &ModuleFilename, const std::map<std::string, std::string, std::less<>> &BuiltModules, HeaderSearch &HS) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp330 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) argument
557 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h686 buildFPExt(const DstOp &Res, const SrcOp &Op, std::optional<unsigned> Flags = std::nullopt) argument
1563 buildAdd(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1580 buildSub(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1596 buildMul(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1602 buildUMulH(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1608 buildSMulH(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1615 buildURem(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1621 buildFMul(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1628 buildFMinNum(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1634 buildFMaxNum(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1640 buildFMinNumIEEE(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1646 buildFMaxNumIEEE(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1651 buildShl(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1657 buildLShr(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1663 buildAShr(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1695 buildOr(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1754 buildFAdd(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1762 buildStrictFAdd(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1768 buildFSub(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1775 buildFDiv(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1782 buildFMA(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, const SrcOp &Src2, std::optional<unsigned> Flags = std::nullopt) argument
1789 buildFMAD(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, const SrcOp &Src2, std::optional<unsigned> Flags = std::nullopt) argument
1796 buildFNeg(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
1802 buildFAbs(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
1809 buildFCanonicalize(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
1816 buildIntrinsicTrunc(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
1823 buildFFloor(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
1829 buildFLog(const DstOp &Dst, const SrcOp &Src, std::optional<unsigned> Flags = std::nullopt) argument
1835 buildFLog2(const DstOp &Dst, const SrcOp &Src, std::optional<unsigned> Flags = std::nullopt) argument
1841 buildFExp2(const DstOp &Dst, const SrcOp &Src, std::optional<unsigned> Flags = std::nullopt) argument
1847 buildFPow(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1855 buildFLdexp(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, std::optional<unsigned> Flags = std::nullopt) argument
1862 buildFFrexp(const DstOp &Fract, const DstOp &Exp, const SrcOp &Src, std::optional<unsigned> Flags = std::nullopt) argument
1895 buildIntrinsicRoundeven(const DstOp &Dst, const SrcOp &Src0, std::optional<unsigned> Flags = std::nullopt) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h737 getTargetConstantPool(const Constant *C, EVT VT, MaybeAlign Align = std::nullopt, int Offset = 0, unsigned TargetFlags = 0) argument
745 getTargetConstantPool(MachineConstantPoolValue *C, EVT VT, MaybeAlign Align = std::nullopt, int Offset = 0, unsigned TargetFlags = 0) argument
1302 getMemIntrinsicNode( unsigned Opcode, const SDLoc &dl, SDVTList VTList, ArrayRef<SDValue> Ops, EVT MemVT, MachinePointerInfo PtrInfo, MaybeAlign Alignment = std::nullopt, MachineMemOperand::Flags Flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore, uint64_t Size = 0, const AAMDNodes &AAInfo = AAMDNodes()) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1579 GetCompileOptions( std::unordered_map<lldb::CompUnitSP, lldb_private::Args> &args) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp572 registerObjectSymbolTable( ExecutorAddr HeaderAddr, const std::vector<std::tuple<ExecutorAddr, ExecutorAddr, MachOExecutorSymbolFlags>> &Entries) argument
593 deregisterObjectSymbolTable( ExecutorAddr HeaderAddr, const std::vector<std::tuple<ExecutorAddr, ExecutorAddr, MachOExecutorSymbolFlags>> &Entries) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2208 countProfileMismatches( const Function &F, const FunctionSamples &FS, const std::map<LineLocation, StringRef> &IRAnchors, const std::map<LineLocation, std::unordered_set<FunctionId>> &ProfileAnchors) argument
2243 countProfileCallsiteMismatches( const FunctionSamples &FS, const std::map<LineLocation, StringRef> &IRAnchors, const std::map<LineLocation, std::unordered_set<FunctionId>> &ProfileAnchors, uint64_t &FuncMismatchedCallsites, uint64_t &FuncProfiledCallsites) argument
2340 runStaleProfileMatching( const Function &F, const std::map<LineLocation, StringRef> &IRAnchors, const std::map<LineLocation, std::unordered_set<FunctionId>> &ProfileAnchors, LocToLocMap &IRToProfileLocationMap) argument
[all...]

Completed in 503 milliseconds

12345678910