Searched defs:ArrayLength (Results 1 – 3 of 3) sorted by relevance
1193 UnionExp ArrayLength(Type type, Expression e1) in ArrayLength() function
1265 UnionExp ArrayLength(Type *type, Expression *e1) in ArrayLength() function
689 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func