Searched refs:type (Results 151 - 175 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp29 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
30 RelExpr getRelExpr(RelType type, const Symbol &s,
32 RelType getDynRel(RelType type) const override;
61 void AMDGPU::relocateOne(uint8_t *loc, RelType type, uint64_t val) const { argument
62 switch (type) {
83 RelExpr AMDGPU::getRelExpr(RelType type, const Symbol &s, argument
85 switch (type) {
99 error(getErrorLocation(loc) + "unknown relocation (" + Twine(type) +
105 RelType AMDGPU::getDynRel(RelType type) const {
106 if (type
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h52 /// Interface for representing a type system.
54 /// Implemented by language plugins to define the type system for a given
58 /// LLDB code has dependencies on language plugins. The type and semantics of
133 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
137 virtual bool IsAggregateType(lldb::opaque_compiler_type_t type) = 0;
139 virtual bool IsAnonymousType(lldb::opaque_compiler_type_t type);
141 virtual bool IsCharType(lldb::opaque_compiler_type_t type) = 0;
143 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
145 virtual bool IsDefined(lldb::opaque_compiler_type_t type) = 0;
147 virtual bool IsFloatingPointType(lldb::opaque_compiler_type_t type,
168 IsEnumerationType(lldb::opaque_compiler_type_t type, bool &is_signed) argument
281 ForEachEnumerator( lldb::opaque_compiler_type_t type, std::function<bool(const CompilerType &integer_type, ConstString name, const llvm::APSInt &value)> const &callback) argument
430 ShouldTreatScalarValueAsAddress(lldb::opaque_compiler_type_t type) argument
[all...]
H A DClangASTContext.h138 void SetMetadataAsUserID(const clang::Type *type, lldb::user_id_t user_id);
150 CompilerType GetBasicType(lldb::BasicType type);
160 static clang::DeclContext *GetDeclContextForType(clang::QualType type);
162 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
175 /// \param qt The QualType for a type that belongs to the ASTContext of this
178 /// QualType's type pointer is a nullptr then the function returns an
183 // Check that the type actually belongs to this ClangASTContext.
317 bool SetTagTypeKind(clang::QualType type, int kind) const;
375 // Integer type functions
470 bool IsArrayType(lldb::opaque_compiler_type_t type,
652 GetByteSize(lldb::opaque_compiler_type_t type, ExecutionContextScope *exe_scope) argument
916 GetQualType(lldb::opaque_compiler_type_t type) argument
923 GetCanonicalQualType(lldb::opaque_compiler_type_t type) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c37 /* C++ returns type information to the user in struct type_info
38 objects. We also use type information to implement dynamic_cast and
39 exception handlers. Type information for a particular type is
45 their type. Somewhere we have to lie.
51 type to type_info. A well formed program can only explicitly refer
53 pointer type_infos to the pointed-to-type, and that can be
57 The type information VAR_DECL of a type is held on the
58 IDENTIFIER_GLOBAL_VALUE of the type's mangled name. That VAR_DECL
59 will be the internal type
69 tree type; /* The RECORD_TYPE for this type_info object */ local
162 tree type = TREE_TYPE (exp); local
229 tree type; local
326 tinfo_name(tree type) argument
341 get_tinfo_decl(tree type) argument
404 get_tinfo_ptr(tree type) argument
416 get_typeid(tree type) argument
459 build_dynamic_cast_1(tree type, tree expr) argument
709 build_dynamic_cast(tree type, tree expr) argument
728 qualifier_flags(tree type) argument
746 target_incomplete_p(tree type) argument
766 involves_incomplete_p(tree type) argument
975 typeinfo_in_lib_p(tree type) argument
1001 get_pseudo_ti_init(tree type, unsigned tk_index) argument
1165 get_pseudo_ti_index(tree type) argument
1451 tree type = TREE_TYPE (DECL_NAME (decl)); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-valprint.c45 /* Print data of type TYPE located at VALADDR (within GDB), which came from
60 pascal_val_print (struct type *type, char *valaddr, int embedded_offset,
66 struct type *elttype;
73 CHECK_TYPEDEF (type);
74 switch (TYPE_CODE (type))
77 if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0)
79 elttype = check_typedef (TYPE_TARGET_TYPE (type));
81 len = TYPE_LENGTH (type) / eltle
59 pascal_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
538 struct type *type = VALUE_TYPE (val); local
590 pascal_object_print_class_method(char *valaddr, struct type *type, struct ui_file *stream) argument
687 pascal_object_is_vtbl_ptr_type(struct type *type) argument
699 pascal_object_is_vtbl_member(struct type *type) argument
729 pascal_object_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb, int dont_print_statmem) argument
900 pascal_object_print_value(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb) argument
1009 struct type *type = VALUE_TYPE (val); local
[all...]
H A Dgnu-v2-abi.c39 static int vb_match (struct type *, int, struct type *);
40 int gnuv2_baseclass_offset (struct type *type, int index, char *valaddr,
90 TYPE is the type in which F is located. */
93 struct type * type, int offset)
96 struct type *type1 = check_typedef (VALUE_TYPE (arg1));
99 struct type *entry_type;
101 with a strange type, s
91 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
299 vb_match(struct type *type, int index, struct type *basetype) argument
350 gnuv2_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
H A Dax-gdb.h80 /* The type of the subexpression. Even if lvalue == axs_lvalue_memory,
81 this is the type of the value itself; the value on the stack is a
82 "pointer to" an object of this type. */
83 struct type *type; member in struct:axs_value
H A Dvalprint.h31 extern int objectprint; /* Controls looking up an object's derived type
51 extern void val_print_array_elements (struct type *, char *, CORE_ADDR,
55 extern void val_print_type_code_int (struct type *, char *,
H A Di387-tdep.h28 struct type;
60 /* Read a value of type TYPE from register REGNUM in frame FRAME, and
64 struct type *type, void *to);
66 /* Write the contents FROM of a value of type TYPE into register
70 struct type *type, const void *from);
/freebsd-11-stable/sys/sys/
H A Dmalloc.h61 * Two malloc type structures are present: malloc_type, which is used by a
62 * type owner to declare the type, and malloc_type_internal, which holds
102 * Public data structure describing a malloc type. Private data is hung off
109 const char *ks_shortdesc; /* Printable type name. */
116 * malloc type headers and statistics structures (quantity maxcpus). For
134 #define MALLOC_DEFINE(type, shortdesc, longdesc) \
135 struct malloc_type type[1] = { \
138 SYSINIT(type##_init, SI_SUB_KMEM, SI_ORDER_THIRD, malloc_init, \
139 type); \
[all...]
H A Dstddef.h41 #define offsetof(type, field) __offsetof(type, field)
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.c91 switch(exp->type) {
115 if ((exp->next->type == TYPE_OP_PLUS) ||
116 (exp->next->type == TYPE_OP_MINUS) ||
117 (exp->next->type == TYPE_OP_DIVIDE) ||
118 (exp->next->type == TYPE_OP_MULT)) {
164 printf("unknown type %d\n", exp->type);
178 switch(exp->type) {
204 printf("Unknown op %d\n", exp->type);
222 ex->type
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Derr_syntax21.y6 %type <check> expr
7 %type <rechk> recur
/freebsd-11-stable/contrib/dma/
H A Ddfcompat.h9 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info); local
48 * linker, and will never have associated type information.
58 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h17 #define LIST_HEAD(name, type) \
19 struct type *lh_first; /* first element */ \
/freebsd-11-stable/lib/libc/rpc/
H A Dnetname.c63 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
65 #define TYPE_SIGNED(type) (((type) -1) < 0)
69 ** Subtract one for the sign bit if the type is signed;
71 ** add one more for a minus sign if the type is signed.
73 #define INT_STRLEN_MAXIMUM(type) \
74 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
[all...]
/freebsd-11-stable/lib/csu/amd64/
H A Dcrti.S32 .type _init,@function
39 .type _fini,@function
/freebsd-11-stable/lib/csu/i386/
H A Dcrti.S32 .type _init,@function
39 .type _fini,@function
/freebsd-11-stable/lib/csu/sparc64/
H A Dcrti.S47 .type _init,#function
54 .type _fini,#function
/freebsd-11-stable/sys/x86/include/
H A Dstdarg.h47 #define va_arg(ap, type) \
48 __builtin_va_arg((ap), type)
63 #define __va_size(type) \
64 (((sizeof(type) + sizeof(long) - 1) / sizeof(long)) * sizeof(long))
69 #define va_arg(ap, type) \
70 (*(type *)((ap) += __va_size(type), (ap) - __va_size(type)))
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-msdp.c36 unsigned int type, len; local
40 type = *sp;
42 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX)
47 type = *sp;
55 switch (type) {
58 if (type == 1)
87 ND_PRINT((ndo, " [type=%d len=%d]", type, len));
H A Dprint.h34 int has_printer(int type);
36 if_printer get_if_printer(netdissect_options *ndo, int type);
/freebsd-11-stable/usr.sbin/nscd/
H A Dhashtable.h49 * Defines the hash table entry structure, that uses specified type of
52 #define HASHTABLE_ENTRY_HEAD(name, type) struct name { \
53 type *values; \
59 * Defines the hash table structure, which uses the specified type of entries.
75 #define HASHTABLE_INIT(table, type, field, _entries_size) \
86 sizeof(type) * \
131 #define HASHTABLE_ENTRY_CAPACITY_INCREASE(entry, field, type) \
135 (entry)->field.capacity * sizeof(type)); \
138 #define HASHTABLE_ENTRY_CAPACITY_DECREASE(entry, field, type) \
142 (entry)->field.capacity * sizeof(type)); \
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ratectl.c57 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) argument
59 if (type >= IEEE80211_RATECTL_MAX)
61 ratectls[type] = ratectl;
65 ieee80211_ratectl_unregister(int type) argument
67 if (type >= IEEE80211_RATECTL_MAX)
69 ratectls[type] = NULL;
121 ieee80211_ratectl_set(struct ieee80211vap *vap, int type) argument
123 if (type >= IEEE80211_RATECTL_MAX)
125 if (ratectls[type] == NULL) {
126 ieee80211_load_module(ratectl_modnames[type]);
[all...]

Completed in 338 milliseconds

1234567891011>>