Home
last modified time | relevance | path

Searched +defs:end +defs:get (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h197 LineEntry &get(size_t i) { in get() function
201 const LineEntry &get(size_t i) const { in get() function
225 Collection::const_iterator end() const { return Lines.end(); } in end() function
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h146 _LIBCPP_HIDE_FROM_ABI constexpr _Sent end() const { return __end_; } in end() function
216 _LIBCPP_HIDE_FROM_ABI constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { in get() function
225 _LIBCPP_HIDE_FROM_ABI constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { in get() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h99 iterator end() { return Map.end(); } in end() function
103 const_iterator end() const { return Map.end(); } in end() function
114 InfoT &get(unsigned Mode) { in get() function
124 const InfoT &get(unsigned Mode) const { in get() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() function
124 iterator end() { return LineEntries.end(); } in end() function
H A DSourceManager.h113 const unsigned *end() const { return getLines().end(); } in end() function
321 static FileInfo get(SourceLocation IL, ContentCache &Con, in get() function
521 static SLocEntry get(SourceLocation::UIntTy Offset, const FileInfo &FI) { in get() function
530 static SLocEntry get(SourceLocation::UIntTy Offset, in get() function
2033 SourceManager &get() { in get() function
H A DIdentifierTable.h696 IdentifierInfo &get(StringRef Name) { in get() function
720 IdentifierInfo &get(StringRef Name, tok::TokenKind TokenCode) { in get() function
759 iterator end() const { return HashTable.end(); } in end() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DBasicBlock.h62 pointer get() const { return getInstr(It); } in get() function
89 iterator end() const { in end() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h51 iterator end() { return iterator(Decls.end()); } in end() function
54 const_iterator end() const { return const_iterator(Decls.end()); } in end() function
109 ASTUnresolvedSet &get(ASTContext &C) const { in get() function
H A DDeclTemplate.h136 iterator end() { return begin() + NumParams; } in end() function
137 const_iterator end() const { return begin() + NumParams; } in end() function
270 const TemplateArgument &get(unsigned Idx) const { in get() function
336 ArgType get() const { in get() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h150 iterator end() const { return NewRegs.end(); } in end() function
153 Register get(unsigned idx) const { return NewRegs[idx + FirstNew]; } in get() function
H A DRDFRegisters.h56 T get(uint32_t Idx) const { in get() function
82 const_iterator end() const { return Map.end(); } in end() function
296 auto end() { return Map.end(); } in end() function
298 auto end() const { return Map.end(); } in end() function
H A DDIE.h420 template <class T> T *get() { return reinterpret_cast<T *>(&Val); } in get() function
421 template <class T> const T *get() const { in get() function
676 iterator end() { return iterator(); } in end() function
677 const_iterator end() const { return const_iterator(); } in end() function
858 static DIE *get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) { in get() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h172 replacement_error get() const { return Err; } in get() function
283 const_iterator end() const { return Replaces.end(); } in end() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp167 u32 get(int id) { return origins_[id]; } in get() function in __msan::OriginSet
190 uptr end = start + size; in DescribeMemoryRange() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h253 iterator end() { return iterator(Edges.end(), Edges.end()); } in end() function
476 iterator end() const { return Nodes.end(); } in end() function
611 iterator end() const { return SCCs.end(); } in end() function
954 EdgeSequence::iterator end() { return EntryEdges.end(); } in end() function
998 Node &get(Function &F) { in get() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h535 static ConstantAsMetadata *get(Constant *C) { in get() function
561 static LocalAsMetadata *get(Value *Local) { in get() function
733 static MDString *get(LLVMContext &Context, const char *Str) { in get() function
747 iterator end() const { return getString().end(); } in end() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp95 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
126 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() function in Attribute
149 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
171 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
197 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute
921 AttributeSet AttributeSet::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSet
925 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<Attribute> Attrs) { in get() function in AttributeSet
1225 AttributeSet::iterator AttributeSet::end() const { in end() function in AttributeSet
1254 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() function in AttributeSetNode
1291 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get() function in AttributeSetNode
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h216 const_iterator end() const { return const_iterator(*this, 0, true); } in end() function
258 ValueT get(const Key &K, TraitsT &Traits) const { in get() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h196 iterator end() const { return iterator{*this, -1}; } in end() function
284 iterator end() const { return iterator{*this, -1}; } in end() function
327 template <typename... ArgT> std::unique_ptr<GraphT> get(ArgT &&... Args) { in get() function
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c92 static inline db_node_t *get(perfmgr_db_t * db, uint64_t guid) in get() function
95 const cl_map_item_t *end = cl_qmap_end(&db->pc_data); in get() local
802 char *end = NULL; in dump_node_hr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp768 DomTreeNode::const_iterator end) in StackNode()
789 DomTreeNode::const_iterator end() const { return EndIter; } in end() function in __anon2439b80b0411::EarlyCSE::StackNode
840 Instruction *get() { return Inst; } in get() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
841 const Instruction *get() const { return Inst; } in get() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c206 char *end; in wpa_config_parse_int_impl() local
285 char *end; in wpa_config_parse_bool() local
404 char *value, *end, *pos; in wpa_config_write_addr_list() local
774 char *start, *end, *buf; in wpa_config_parse_proto() local
827 char *buf, *pos, *end; in wpa_config_write_proto() local
865 char *start, *end, *buf; in wpa_config_parse_key_mgmt() local
986 char *buf, *pos, *end; in wpa_config_write_key_mgmt() local
1425 char *start, *end, *buf; in wpa_config_parse_auth_alg() local
1478 char *buf, *pos, *end; in wpa_config_write_auth_alg() local
1634 char *buf, *pos, *end; in wpa_config_write_freqs() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp139 const StackAllocationsRingBuffer *get() const { in get() function in __hwasan::__anon865875d10111::SavedStackAllocations
143 StackAllocationsRingBuffer *get() { in get() function in __hwasan::__anon865875d10111::SavedStackAllocations
499 uptr end = 0; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h59 iterator end() const { return RegsBegin + RegsSize; } in end() function
375 const MCRegisterDesc &get(MCRegister Reg) const { in get() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h202 static const ListRecTy *get(const RecTy *T) { return T->getListTy(); } in get() function
801 const_iterator end() const { return getElements().end(); } in end() function
1447 static const DagInit *get(const Init *V, ArrayRef<const Init *> Args, in get() function
1457 get(const Init *V, in get() function

12