Searched refs:data_type (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h147 using data_type = llvm::ImmutableMap<Key, Data, Info>;
148 using context_type = typename data_type::Factory &;
153 static data_type MakeData(void *const *p) {
154 return p ? data_type((typename data_type::TreeTy *) *p)
155 : data_type(nullptr);
158 static void *MakeVoidPtr(data_type B) {
162 static lookup_type Lookup(data_type B, key_type K) {
166 static data_type Set(data_type
[all...]
H A DProgramState.h53 typedef typename T::data_type data_type; typedef in struct:clang::ento::ProgramStateTrait
54 static inline void *MakeVoidPtr(data_type D) { return (void*) D; }
55 static inline data_type MakeData(void *const* P) {
56 return P ? (data_type) *P : (data_type) 0;
379 typename ProgramStateTrait<T>::data_type
407 set(typename ProgramStateTrait<T>::data_type D) const;
593 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
822 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-aux-info.c42 static const char *data_type; variable
95 return concat (data_type, " ", type_or_decl, NULL);
99 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
133 : concat (formal_list, data_type, NULL));
271 This routine will also return with the global variable "data_type" set to
273 This "data_type" string can be concatenated onto the front of the returned
296 for the data_type info). Thus, this deepest "seed" value is simply passed
299 to do at this point is for the initial caller to prepend the "data_type"
309 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t)));
354 data_type
[all...]
H A Dddg.h93 dep_data_type data_type; member in struct:ddg_edge
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c116 KASSERT(ksent->data_type == KSTAT_DATA_UINT64,
117 ("data_type=%d", ksent->data_type));
142 kstat_named_init(kstat_named_t *knp, const char *name, uchar_t data_type) argument
146 knp->data_type = data_type;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h53 using data_type = SmallVector<DeclID, 4>;
56 data_type &Data;
59 data_type_builder(data_type &D) : Data(D) {}
110 static void MergeDataInto(const data_type &From, data_type_builder &To) {
130 /// must provide the \c data_type type and the ReadData operation, only.
169 using data_type = IdentifierInfo *;
175 data_type ReadData(const internal_key_type& k,
196 struct data_type { struct in class:clang::serialization::reader::ASTSelectorLookupTrait
228 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen);
262 using data_type
[all...]
H A DMultiOnDiskHashTable.h50 using data_type = typename Info::data_type;
75 llvm::DenseMap<internal_key_type, data_type> Data;
228 data_type find(const external_key_type &EKey) {
229 data_type Result;
261 data_type findAll() {
262 data_type Result;
H A DGlobalModuleIndex.cpp77 typedef SmallVector<unsigned, 2> data_type; typedef in class:__anon729::IdentifierIndexReaderTrait
107 static data_type ReadData(const internal_key_type& k,
112 data_type Result;
516 typedef std::pair<StringRef, bool> data_type; typedef in class:__anon731::InterestingASTIdentifierLookupTrait
518 data_type ReadData(const internal_key_type& k,
725 typedef SmallVector<unsigned, 2> data_type; typedef in class:__anon733::IdentifierIndexWriterTrait
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h60 uchar_t data_type; member in struct:kstat_named
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h32 using data_type = const S;
68 using data_type = typename ValInfo::data_type;
118 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
223 data_type* lookup(key_type_ref K) const {
263 using data_type = typename ValInfo::data_type;
329 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D));
383 data_type *lookup(key_type_ref K) const {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c1015 validate_immediate (int val, unsigned int data_type, int hex_p) argument
1017 switch (data_type)
1023 if (score_df_range[data_type].range[0] <= val_hi
1024 && val_hi <= score_df_range[data_type].range[1])
1033 if (score_df_range[data_type].range[0] <= val_lo
1034 && val_lo <= score_df_range[data_type].range[1])
1083 if (data_type == _SIMM14_NEG || data_type == _IMM16_NEG)
1086 if (score_df_range[data_type].range[0] <= val
1087 && val <= score_df_range[data_type]
1097 data_op2(char **str, int shift, enum score_data_type data_type) argument
2582 validate_immediate_align(int val, unsigned int data_type) argument
2605 exp_ldst_offset(char **str, int shift, unsigned int data_type) argument
2897 unsigned int data_type; local
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dsplashreg.h41 char *data_type; member in struct:image_decoder
H A Dsplash.c66 if (decoder->data_type == NULL)
69 image_module = preload_search_by_type(decoder->data_type);
H A Dsplash_txt.c59 .data_type = SPLASH_IMAGE,
H A Dsplash_pcx.c57 .data_type = SPLASH_IMAGE,
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_cuseeme.c156 u_int16_t data_type; member in struct:cu_header
220 if (ntohs(cu->data_type) == 101)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h39 /// typedef ExampleData data_type; // Must be copy constructible
64 typename Info::data_type Data;
245 /// typedef ExampleData data_type;
270 /// data_type ReadData(StringRef Key, const unsigned char *Buffer,
285 typedef typename Info::data_type data_type; typedef in class:llvm::OnDiskChainedHashTable
333 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); }
438 typedef typename base_type::data_type data_type; typedef in class:llvm::OnDiskIterableChainedHashTable
551 typedef data_type value_typ
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp514 using data_type = InstrProfLookupTrait::data_type;
531 data_type InstrProfLookupTrait::ReadData(StringRef K, const unsigned char *D,
537 return data_type();
546 return data_type();
554 return data_type();
559 return data_type();
572 return data_type();
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h60 typedef typename _Base::data_type data_type; typedef in class:__gnu_cxx::__debug::hash_map
H A Dhash_multimap.h60 typedef typename _Base::data_type data_type; typedef in class:__gnu_cxx::__debug::hash_multimap
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp777 OptionValue::Type data_type) {
781 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type);
816 switch (data_type) {
841 OptionValue::Type data_type = OptionValue::eTypeInvalid; local
905 value_sp = ReadArray(in_file, out_stream, data_type);
910 // We've used the data_type to read an array; re-set the type to
912 data_type = OptionValue::eTypeInvalid;
929 data_type = OptionValue::eTypeUInt64;
776 ReadArray(FILE *in_file, Stream *out_stream, OptionValue::Type data_type) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h311 using data_type = ArrayRef<NamedInstrProfRecord>;
339 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
/freebsd-11-stable/sys/sys/
H A Dzlib.h294 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
367 /* Possible values of the data_type field */
471 deflate() may update data_type if it can make a good guess about
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h211 int data_type; member in struct:datafield_range

Completed in 228 milliseconds

12