Searched refs:ArrayLength (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | string.go | 73 s += fmt.Sprintf("(%v[%v])", ts.typeString(t.ElementType()), t.ArrayLength())
|
H A D | ir.go | 689 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | ctfeexpr.c | 458 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 D | optimize.c | 962 ret = ArrayLength(e->type, e->e1).copy(); in Expression_optimize()
|
H A D | expression.h | 1551 UnionExp ArrayLength(Type *type, Expression *e1);
|
H A D | constfold.c | 1265 UnionExp ArrayLength(Type *type, Expression *e1) in ArrayLength() function
|
H A D | dinterpret.c | 5307 dinteger_t len = ArrayLength(Type::tsize_t, agg).exp()->toInteger(); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ctfeexpr.d | 472 …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 D | optimize.d | 1090 ret = ArrayLength(e.type, e.e1).copy(); in Expression_optimize()
|
H A D | constfold.d | 1193 UnionExp ArrayLength(Type type, Expression e1) in ArrayLength() function
|
H A D | dinterpret.d | 5489 dinteger_t len = ArrayLength(Type.tsize_t, agg).exp().toInteger(); in visit()
|