| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 154 return p ? data_type((typename data_type::TreeTy *) *p) 166 static data_type Set(data_type B, key_type K, value_type E, 171 static data_type Remove(data_type B, key_type K, context_type F) { 200 return p ? data_type((typename data_type::TreeTy *) *p) 208 static data_type Add(data_type B, key_type K, context_type F) { 212 static data_type Remove(data_type B, key_type K, context_type F) { 240 static data_type Add(data_type L, key_type K, context_type F) { 272 using data_type = bool; 276 : data_type(); 290 : data_type(); [all …]
|
| H A D | ProgramState.h | 53 typedef typename T::data_type data_type; typedef 54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr() 55 static inline data_type MakeData(void *const* P) { in MakeData() 56 return P ? (data_type) *P : (data_type) 0; in MakeData() 386 typename ProgramStateTrait<T>::data_type 414 set(typename ProgramStateTrait<T>::data_type D) const; 600 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set() 829 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 53 using data_type = SmallVector<DeclID, 4>; variable 56 data_type &Data; 59 data_type_builder(data_type &D) : Data(D) {} in data_type_builder() 110 static void MergeDataInto(const data_type &From, data_type_builder &To) { in MergeDataInto() 169 using data_type = IdentifierInfo *; 175 data_type ReadData(const internal_key_type& k, 196 struct data_type { struct 228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); 262 using data_type = HeaderFileInfo; variable 279 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
|
| H A D | MultiOnDiskHashTable.h | 50 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 D | GlobalModuleIndex.cpp | 77 typedef SmallVector<unsigned, 2> data_type; typedef in __anon989f7eea0311::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 __anon989f7eea0611::InterestingASTIdentifierLookupTrait 518 data_type ReadData(const internal_key_type& k, in ReadData() 724 typedef SmallVector<unsigned, 2> data_type; typedef in __anon989f7eea0811::IdentifierIndexWriterTrait
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 32 using data_type = const S; member 68 using data_type = typename ValInfo::data_type; variable 99 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D)); in add() 205 data_type* lookup(key_type_ref K) const { in lookup() 245 using data_type = typename ValInfo::data_type; variable 280 Factory->add(Root.get(), std::pair<key_type, data_type>(K, D)); in add() 335 data_type *lookup(key_type_ref K) const { in lookup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 64 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;
|
| /freebsd-13.1/sys/dev/fb/ |
| H A D | splash.c | 68 if (decoder->data_type == NULL) in splash_find_data() 71 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
|
| H A D | splashreg.h | 43 char *data_type; member
|
| H A D | splash_txt.c | 61 .data_type = SPLASH_IMAGE,
|
| H A D | splash_pcx.c | 59 .data_type = SPLASH_IMAGE,
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value.c | 129 bhnd_nvram_type data_type; /**< data type */ variable 138 .data_type = BHND_NVRAM_TYPE_NULL, 1392 *otype = value->data_type; in bhnd_nvram_val_bytes() 1447 return (value->data_type); in bhnd_nvram_val_type() 1458 return (bhnd_nvram_base_type(value->data_type)); in bhnd_nvram_val_elem_type() 1723 value->data_type = itype; in bhnd_nvram_val_set() 1766 value->data_type = itype; \ in bhnd_nvram_val_set_inline() 1913 value->data_type = itype; in bhnd_nvram_val_alloc_bytes() 1929 value->data_type = itype; in bhnd_nvram_val_alloc_bytes()
|
| H A D | bhnd_nvram_value.h | 222 bhnd_nvram_type data_type; /**< data type */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 554 using data_type = InstrProfLookupTrait::data_type; typedef 571 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() 577 return data_type(); in ReadData() 586 return data_type(); in ReadData() 594 return data_type(); in ReadData() 599 return data_type(); in ReadData() 612 return data_type(); in ReadData()
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | kstat.h | 71 uchar_t data_type; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 660 OptionValue::Type data_type) { in ReadArray() argument 664 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type); in ReadArray() 699 switch (data_type) { in ReadArray() 724 OptionValue::Type data_type = OptionValue::eTypeInvalid; in ReadDictionary() local 788 value_sp = ReadArray(in_file, out_stream, data_type); in ReadDictionary() 795 data_type = OptionValue::eTypeInvalid; in ReadDictionary() 812 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 137 seq_printf(f, "%-31s %-4d ", knp->name, knp->data_type); in kstat_seq_show_named() 139 switch (knp->data_type) { in kstat_seq_show_named() 173 PANIC("Undefined kstat data type %d\n", knp->data_type); in kstat_seq_show_named()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | kstat.h | 132 uchar_t data_type; /* data type */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 338 using data_type = ArrayRef<NamedInstrProfRecord>; variable 366 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kstat.c | 395 if (ksent->data_type != 0) { in kstat_install_named() 396 typelast = ksent->data_type; in kstat_install_named()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | kstat.h | 447 uchar_t data_type; /* data type */ member
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 142 uchar_t data_type; /* data type */ member
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_ripencc.c | 318 short rpt_0x58 (TSIPPKT *rpt, unsigned char *op_code, unsigned char *data_type, 2439 unsigned char *data_type, in rpt_0x58() argument 2462 *data_type = buf[1]; in rpt_0x58() 2468 switch (*data_type) { in rpt_0x58() 3926 op_code, data_type, sv_prn, in rpt_GPS_system_data() local 3953 if (rpt_0x58 (rpt, &op_code, &data_type, &sv_prn, in rpt_GPS_system_data() 3961 data_type, datname[data_type], sv_prn); in rpt_GPS_system_data() 3969 switch (data_type) { in rpt_GPS_system_data()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 163 OptionValue::Type data_type);
|