Home
last modified time | relevance | path

Searched refs:ArrayLength (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dstring.go73 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
H A Dir.go689 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c458 new IntegerExp(Loc(), 0, Type::tsize_t), ArrayLength(Type::tsize_t, lit).copy()); in paintTypeOntoLiteralCopy()
464 new IntegerExp(Loc(), 0, Type::tsize_t), ArrayLength(Type::tsize_t, lit).copy()); in paintTypeOntoLiteralCopy()
871 Expression *dollar = ArrayLength(Type::tsize_t, agg1).copy(); in pointerArithmetic()
H A Doptimize.c962 ret = ArrayLength(e->type, e->e1).copy(); in Expression_optimize()
H A Dexpression.h1551 UnionExp ArrayLength(Type *type, Expression *e1);
H A Dconstfold.c1265 UnionExp ArrayLength(Type *type, Expression *e1) in ArrayLength() function
H A Ddinterpret.c5307 dinteger_t len = ArrayLength(Type::tsize_t, agg).exp()->toInteger(); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d472 …lit.loc, lit, ctfeEmplaceExp!IntegerExp(Loc.initial, 0, Type.tsize_t), ArrayLength(Type.tsize_t, l… in paintTypeOntoLiteralCopy()
477 …lit.loc, lit, ctfeEmplaceExp!IntegerExp(Loc.initial, 0, Type.tsize_t), ArrayLength(Type.tsize_t, l… in paintTypeOntoLiteralCopy()
863 Expression dollar = ArrayLength(Type.tsize_t, agg1).copy(); in pointerArithmetic()
H A Doptimize.d1090 ret = ArrayLength(e.type, e.e1).copy(); in Expression_optimize()
H A Dconstfold.d1193 UnionExp ArrayLength(Type type, Expression e1) in ArrayLength() function
H A Ddinterpret.d5489 dinteger_t len = ArrayLength(Type.tsize_t, agg).exp().toInteger(); in visit()