Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h157 return p ? data_type((typename data_type::TreeTy *) *p)
158 : data_type(nullptr);
169 static data_type Set(data_type B, key_type K, value_type E,
174 static data_type Remove(data_type B, key_type K, context_type F) {
203 return p ? data_type((typename data_type::TreeTy *) *p)
204 : data_type(nullptr);
211 static data_type Add(data_type B, key_type K, context_type F) {
215 static data_type Remove(data_type B, key_type K, context_type F) {
243 static data_type Add(data_type L, key_type K, context_type F) {
253 : data_type(nullptr);
[all …]
H A DProgramState.h51 typedef typename T::data_type data_type; typedef
52 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr()
53 static inline data_type MakeData(void *const* P) { in MakeData()
54 return P ? (data_type) *P : (data_type) 0; in MakeData()
424 typename ProgramStateTrait<T>::data_type
452 set(typename ProgramStateTrait<T>::data_type D) const;
638 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set()
867 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderInternals.h52 using data_type = SmallVector<DeclID, 4>; variable
55 data_type &Data;
58 data_type_builder(data_type &D) : Data(D) {} in data_type_builder()
109 static void MergeDataInto(const data_type &From, data_type_builder &To) { in MergeDataInto()
168 using data_type = IdentifierInfo *;
174 data_type ReadData(const internal_key_type& k,
195 struct data_type { struct
227 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
261 using data_type = HeaderFileInfo; variable
278 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
H A DMultiOnDiskHashTable.h50 using data_type = typename Info::data_type; variable
75 llvm::DenseMap<internal_key_type, data_type> Data;
228 data_type find(const external_key_type &EKey) { in find()
229 data_type Result; in find()
261 data_type findAll() { in findAll()
262 data_type Result; in findAll()
H A DGlobalModuleIndex.cpp77 typedef SmallVector<unsigned, 2> data_type; typedef in __anon244be4660311::IdentifierIndexReaderTrait
107 static data_type ReadData(const internal_key_type& k, in ReadData()
112 data_type Result; in ReadData()
516 typedef std::pair<StringRef, bool> data_type; typedef in __anon244be4660611::InterestingASTIdentifierLookupTrait
518 data_type ReadData(const internal_key_type& k, in ReadData()
724 typedef SmallVector<unsigned, 2> data_type; typedef in __anon244be4660811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1757 struct data_type { struct in __anon7df3f81c0311::HeaderFileInfoTrait
1762 using data_type_ref = const data_type &;
1955 HeaderFileInfoTrait::data_type Data = { in WriteHeaderSearch()
3187 struct data_type { struct in __anon7df3f81c0911::ASTMethodPoolTrait
3191 using data_type_ref = const data_type &;
3313 ASTMethodPoolTrait::data_type Data = { in WriteSelectors()
3493 using data_type = IdentID; typedef in __anon7df3f81c0a11::ASTIdentifierTableTrait
3494 using data_type_ref = data_type;
3719 using data_type_ref = const data_type &;
3727 data_type getData(const Coll &Decls) { in getData()
[all …]
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DNSNumber.py123 data_type = ((data_type_vo.GetValueAsUnsigned(0) % 256) & 0x1F)
125 if data_type == 0B00001:
131 elif data_type == 0B0010:
142 elif data_type == 0B0011:
150 elif data_type == 0B10001:
157 elif data_type == 0B0100:
165 elif data_type == 0B0101:
174 elif data_type == 0B0110:
183 valobj.GetName()) + " had unknown data_type " + str(data_type))
184 return 'unexpected: dt = ' + str(data_type)
/llvm-project-15.0.7/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py72 data_type = allocator_type.GetTemplateArgumentType(0)
73 return data_type
83 self.data_type = self.extract_type()
85 self.data_size = self.data_type.GetByteSize()
258 self.data_type)
278 self.data_type = self.extract_type()
284 self.data_size = self.data_type.GetByteSize()
402 '[' + str(index) + ']', offset, self.data_type)
416 self.data_size = self.data_type.GetByteSize()
572 if not self.data_type:
[all …]
H A Dlibcxx.py126 '[' + str(index) + ']', offset, self.data_type)
141 self.data_size = self.data_type.GetByteSize()
333 data_type = list_type.GetTemplateArgumentType(0)
335 data_type = None
336 return data_type
346 self.data_type = self.extract_type()
347 self.data_size = self.data_type.GetByteSize()
506 self.data_type = None
534 if self.data_type is None or self.data_size is None:
543 self.data_type = value.GetType()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableMap.h33 using data_type = const S; member
69 using data_type = typename ValInfo::data_type; variable
100 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D)); in add()
169 data_type* lookup(key_type_ref K) const { in lookup()
209 using data_type = typename ValInfo::data_type; variable
244 Factory->add(Root.get(), std::pair<key_type, data_type>(K, D)); in add()
299 data_type *lookup(key_type_ref K) const { in lookup()
H A DImmutableSet.h913 using data_type = bool;
939 using data_type = bool;
/llvm-project-15.0.7/llvm/utils/
H A DlldbDataFormatters.py77 offset, self.data_type)
88 self.data_type = the_type.GetTemplateArgumentType(0)
89 self.type_size = self.data_type.GetByteSize()
112 offset, self.data_type)
118 self.data_type = self.data.GetType().GetPointeeType()
119 self.type_size = self.data_type.GetByteSize()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DOnDiskHashTable.h64 typename Info::data_type Data;
285 typedef typename Info::data_type data_type; typedef
333 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
438 typedef typename base_type::data_type data_type; typedef
551 typedef data_type value_type;
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h449 using data_type = const IndexedMemProfRecord &;
478 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData()
497 using data_type = IndexedMemProfRecord; variable
543 using data_type = Frame; variable
577 using data_type = const Frame;
605 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData()
H A DInstrProfReader.h414 using data_type = ArrayRef<NamedInstrProfRecord>; variable
442 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp636 using data_type = InstrProfLookupTrait::data_type; typedef
653 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData()
659 return data_type(); in ReadData()
668 return data_type(); in ReadData()
676 return data_type(); in ReadData()
681 return data_type(); in ReadData()
694 return data_type(); in ReadData()
H A DInstrProfWriter.cpp101 using data_type = const InstrProfWriter::ProfilingData *const; typedef in llvm::InstrProfRecordWriterTrait
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsizeof-expression.rst35 enum data_type {
41 data_type type;
43 data_type get_type() {
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp695 OptionValue::Type data_type) { in ReadArray() argument
699 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type); in ReadArray()
734 switch (data_type) { in ReadArray()
759 OptionValue::Type data_type = OptionValue::eTypeInvalid; in ReadDictionary() local
823 value_sp = ReadArray(in_file, out_stream, data_type); in ReadDictionary()
830 data_type = OptionValue::eTypeInvalid; in ReadDictionary()
847 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc667 if (knp->data_type != KSTAT_DATA_UINT64) { in GetCPUCyclesPerSecond()
669 << knp->data_type << "\n"; in GetCPUCyclesPerSecond()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h180 OptionValue::Type data_type);
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp600 uint8_t data_type = process_sp->ReadUnsignedIntegerFromMemory( in NSNumberSummaryProvider() local
607 switch (data_type) { in NSNumberSummaryProvider()
/llvm-project-15.0.7/libcxx/include/ext/
H A Dhash_map478 typedef _Tp data_type;
752 typedef _Tp data_type;
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp1478 if (brand != NULL && brand->data_type == KSTAT_DATA_STRING) in getHostCPUName()

12