Home
last modified time | relevance | path

Searched defs:elts (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/lib/libcurses/
H A Dnc_alloc.h119 #define typeMalloc(type,elts) (type *)malloc((size_t)(elts)*sizeof(type)) argument
120 #define typeCalloc(type,elts) (type *)calloc((size_t)(elts),sizeof(type)) argument
121 #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (size_t)(elts)*sizeof(type)) argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp270 auto elts = llvm::ArrayRef(buffer).slice(Begin); in finishArray() local
283 auto elts = llvm::ArrayRef(buffer).slice(Begin); in finishStruct() local
H A DCodeGenTypes.cpp806 llvm::Type *elts[] = { in ConvertType() local
H A DSwiftCallingConv.cpp579 SmallVector<llvm::Type*, 8> elts; in getCoerceAndExpandTypes() local
H A DCGExprConstant.cpp1724 llvm::Constant *elts[] = { in emitForMemory() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Df-valprint.c284 int *elts) in f77_print_array_1()
331 int elts = 0; in f77_print_array() local
H A Dexpression.h366 union exp_element elts[1]; member
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h246 create(StringRef Name, Type *elt1, Tys *... elts) { in create()
263 get(Type *elt1, Tys *... elts) { in get()
306 setBody(Type *elt1, Tys *... elts) { in setBody()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c710 process_init_constructor (type, init, elts) in process_init_constructor() argument
H A Dinit.c2835 tree elts; local
H A Ddecl2.c3459 tree elts; local
H A Dpt.c5731 tree *elts = (tree *) alloca (len * sizeof (tree)); local
/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c477 size_t nsize, osize, elts; in htab_expand() local
/openbsd-src/usr.bin/lex/
H A Dflexdef.h1058 void *elts; /* elements. */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c2517 int i, elts = GET_MODE_NUNITS (outermode); local
H A Doptabs.c1923 int size, elts, subsize, subbitsize, i; local
2049 int size, elts, subsize, subbitsize, i; local
H A Dc-decl.c3360 tree elts = CONSTRUCTOR_ELTS (initial_value); local
H A Dexpr.c4779 int elts = 0, zeros = 0; local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-flow.h987 tree elts[MAX_AFF_ELTS]; member
H A Dgimplify.c2849 gimplify_init_ctor_eval (tree object, VEC(constructor_elt,gc) *elts, in gimplify_init_ctor_eval()
H A Dexpr.c4800 HOST_WIDE_INT nz_elts, count, elts; in mostly_zeros_p() local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dieee.c1462 ieee_ar_obstack_type *elts = NULL; local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c1299 ieee_ar_obstack_type *elts = NULL; in ieee_archive_p() local
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c8123 tree elts = TREE_VECTOR_CST_ELTS (arg0); in sparc_fold_builtin() local
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1400 build_constructor (type, elts) in build_constructor() argument

12