| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 150 using data_type = llvm::ImmutableMap<Key, Data, Info>; 151 using context_type = typename data_type::Factory &; 156 static data_type MakeData(void *const *p) { 157 return p ? data_type((typename data_type::TreeTy *) *p) 158 : data_type(nullptr); 161 static void *MakeVoidPtr(data_type B) { 165 static lookup_type Lookup(data_type B, key_type K) { 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) { 178 static bool Contains(data_type B, key_type K) { [all …]
|
| H A D | ProgramState.h | 52 typedef typename T::data_type data_type; typedef 53 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr() 54 static inline data_type MakeData(void *const* P) { in MakeData() 55 return P ? (data_type) *P : (data_type) 0; in MakeData() 426 typename ProgramStateTrait<T>::data_type 454 set(typename ProgramStateTrait<T>::data_type D) const; 640 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set() 869 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-aux-info.c | 42 static const char *data_type; variable 94 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 98 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type() 132 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type() 308 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); in gen_type() 353 data_type = IDENTIFIER_POINTER (t); in gen_type() 369 data_type = IDENTIFIER_POINTER (TYPE_NAME (t)); in gen_type() 372 data_type = ""; in gen_type() 376 data_type = concat (data_type, gen_decl (chain_p, 0, ansi), in gen_type() 379 data_type = concat (data_type, "; ", NULL); in gen_type() [all …]
|
| H A D | ddg.h | 93 dep_data_type data_type; member
|
| H A D | modulo-sched.c | 1394 if (e->data_type == MEM_DEP) in get_sched_window() 1416 if (e->data_type == MEM_DEP) in get_sched_window() 1441 if (e->data_type == MEM_DEP) in get_sched_window() 1454 if (e->data_type == MEM_DEP) in get_sched_window()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-aux-info.c | 40 static const char *data_type; variable 93 return concat (data_type, " ", type_or_decl, NULL); 97 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); 133 : concat (formal_list, data_type, NULL)); 315 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); 360 data_type = IDENTIFIER_POINTER (t); 376 data_type = IDENTIFIER_POINTER (TYPE_NAME (t)); 379 data_type = ""; 383 data_type = concat (data_type, gen_decl (chain_p, 0, ansi), 386 data_type = concat (data_type, "; ", NULL); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 52 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 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 __anoncf781a4d0311::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 __anoncf781a4d0611::InterestingASTIdentifierLookupTrait 518 data_type ReadData(const internal_key_type& k, in ReadData() 724 typedef SmallVector<unsigned, 2> data_type; typedef in __anoncf781a4d0811::IdentifierIndexWriterTrait
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | NSNumber.py | 121 data_type = ((data_type_vo.GetValueAsUnsigned(0) % 256) & 0x1F) 123 if data_type == 0B00001: 129 elif data_type == 0B0010: 140 elif data_type == 0B0011: 148 elif data_type == 0B10001: 155 elif data_type == 0B0100: 163 elif data_type == 0B0101: 172 elif data_type == 0B0110: 181 valobj.GetName()) + " had unknown data_type " + str(data_type)) 182 return 'unexpected: dt = ' + str(data_type)
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/ |
| H A D | gnu_libstdcpp.py | 71 data_type = allocator_type.GetTemplateArgumentType(0) 72 return data_type 82 self.data_type = self.extract_type() 84 self.data_size = self.data_type.GetByteSize() 85 if (not self.data_type.IsValid()) or (not self.next.IsValid()): 110 … return current.CreateChildAtOffset( '[' + str(index) + ']', self.skip_size, self.data_type) 257 self.data_type) 277 self.data_type = self.extract_type() 278 if (not self.data_type.IsValid()) or (not self.impl.IsValid()): 283 self.data_size = self.data_type.GetByteSize() [all …]
|
| H A D | libcxx.py | 126 '[' + str(index) + ']', offset, self.data_type) 140 self.data_type = data_type_finder.GetType().GetPointeeType() 141 self.data_size = self.data_type.GetByteSize() 323 '[' + str(index) + ']', obj_data, self.data_type) 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 [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 33 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()
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | lldbDataFormatters.py | 77 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()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | qwx.c | 4443 .data_type = QMI_SIGNED_2_BYTE_ENUM, 4452 .data_type = QMI_SIGNED_2_BYTE_ENUM, 4461 .data_type = QMI_EOTI, 4473 .data_type = QMI_OPT_FLAG, 4482 .data_type = QMI_UNSIGNED_1_BYTE, 4491 .data_type = QMI_OPT_FLAG, 4500 .data_type = QMI_UNSIGNED_1_BYTE, 4509 .data_type = QMI_OPT_FLAG, 4518 .data_type = QMI_UNSIGNED_1_BYTE, 4527 .data_type [all...] |
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 63 typename Info::data_type Data; 284 typedef typename Info::data_type data_type; typedef 332 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); } 437 typedef typename base_type::data_type data_type; typedef 550 typedef data_type value_type;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 450 using data_type = const IndexedMemProfRecord &; 479 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() 498 using data_type = IndexedMemProfRecord; variable 544 using data_type = Frame; variable 578 using data_type = const Frame; 606 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData()
|
| H A D | InstrProfReader.h | 446 using data_type = ArrayRef<NamedInstrProfRecord>; variable 474 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 686 using data_type = InstrProfLookupTrait::data_type; typedef 703 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D, in ReadData() 709 return data_type(); in ReadData() 718 return data_type(); in ReadData() 726 return data_type(); in ReadData() 731 return data_type(); in ReadData() 744 return data_type(); in ReadData()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 695 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()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
| H A D | hash_multimap.h | 60 typedef typename _Base::data_type data_type; typedef
|
| H A D | hash_map.h | 60 typedef typename _Base::data_type data_type; typedef
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_athn_usb.h | 234 uint8_t data_type; member
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
| H A D | Zlib.xs | 2150 if (s->stream.data_type & 128) { 2151 if (s->stream.data_type & 64) { 2152 s->window_left = s->stream.data_type & 0x1f; 2155 s->window_lastbit = s->stream.data_type & 0x1f;
|