Searched defs:std (Results 126 - 150 of 170) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h533 operator <<(RemarkT &R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, StringRef>::type S) argument
545 operator <<(RemarkT &&R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, StringRef>::type S) argument
555 operator <<(RemarkT &R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, DiagnosticInfoOptimizationBase::Argument>::type A) argument
565 operator <<(RemarkT &&R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, DiagnosticInfoOptimizationBase::Argument>::type A) argument
575 operator <<(RemarkT &R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, DiagnosticInfoOptimizationBase::setIsVerbose>::type V) argument
585 operator <<(RemarkT &&R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, DiagnosticInfoOptimizationBase::setIsVerbose>::type V) argument
595 operator <<(RemarkT &R, typename std::enable_if< std::is_base_of<DiagnosticInfoOptimizationBase, RemarkT>::value, DiagnosticInfoOptimizationBase::setExtraArgs>::type EA) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h77 namespace std { namespace
626 SampleSorter(const std::map<LocationT, SampleT> &Samples) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h474 Expected(OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
492 Expected(Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
501 Expected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1119 CallDescriptionMap( std::initializer_list<std::pair<CallDescription, T>> &&List) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp269 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) argument
422 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp467 buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, const CompileUnitIdentifiers &ID, StringRef DWPName) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1188 dumpSymbolNamesFromObject(SymbolicFile &Obj, bool printName, const std::string &ArchiveName = std::string(), const std::string &ArchitectureName = std::string()) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp173 void Decoder::printRegisters(const std::pair<uint16_t, uint32_t> &RegisterMask) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp392 FilterChooser(ArrayRef<EncodingAndInst> Insts, const std::vector<EncodingIDAndOpcode> &IDs, const std::map<unsigned, std::vector<OperandInfo>> &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
402 FilterChooser(ArrayRef<EncodingAndInst> Insts, const std::vector<EncodingIDAndOpcode> &IDs, const std::map<unsigned, std::vector<OperandInfo>> &Ops, const std::vector<bit_value_t> &ParentFilterBitValues, const FilterChooser &parent) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp933 EmitImportsFiles( StringRef ModulePath, StringRef OutputFilename, const std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex) argument
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dc-format.h95 enum format_std_version std; member in struct:__anon1355
110 enum format_std_version std; member in struct:__anon1356
131 enum format_std_version std; member in struct:format_char_info
183 enum format_std_version std; member in struct:__anon1357
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_deque.h1454 _M_destroy_data(iterator __first, iterator __last, const std::allocator<_Tp>&) argument
[all...]
/freebsd-12-stable/contrib/libcxxrt/
H A Dexception.cc223 namespace std namespace
280 namespace std namespace
[all...]
/freebsd-12-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-12-stable/sys/dev/bktr/
H A Dmsp34xx.c937 int mode,val,i,std; local
[all...]
/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.c531 ohci_dump_tds(ohci_td_t *std) argument
541 ohci_dump_td(ohci_td_t *std) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp300 MachineVerifierPass(std::string banner = std::string()) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp929 writeLinkingMetaDataSection( ArrayRef<wasm::WasmSymbolInfo> SymbolInfos, ArrayRef<std::pair<uint16_t, uint32_t>> InitFuncs, const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1179 getIntrinsicInstrCost( Intrinsic::ID IID, Type *RetTy, ArrayRef<Type *> Tys, FastMathFlags FMF, unsigned ScalarizationCostPassed = std::numeric_limits<unsigned>::max()) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h513 namespace std { namespace in class:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1990 isInTheSameTranslationUnit( std::pair<FileID, unsigned> &LOffs, std::pair<FileID, unsigned> &ROffs) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h81 RegionCodeGenTy( Callable &&CodeGen, typename std::enable_if< !std::is_same<typename std::remove_reference<Callable>::type, RegionCodeGenTy>::value>::type * = nullptr) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1634 selectModuleSource(Module *M, StringRef ModuleName, std::string &ModuleFilename, const std::map<std::string, std::string> &BuiltModules, HeaderSearch &HS) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp118 Impl(SyntaxTree *Parent, typename std::enable_if<std::is_base_of<Stmt, T>::value, T>::type *Node, ASTContext &AST) argument
123 Impl(SyntaxTree *Parent, typename std::enable_if<std::is_base_of<Decl, T>::value, T>::type *Node, ASTContext &AST) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1612 isRemarkGroup(const Record *DiagGroup, const std::map<std::string, GroupInfo> &DiagsInGroup) argument
1637 getDefaultSeverities(const Record *DiagGroup, const std::map<std::string, GroupInfo> &DiagsInGroup) argument
[all...]

Completed in 488 milliseconds

1234567