Home
last modified time | relevance | path

Searched defs:ArrayLength (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1193 UnionExp ArrayLength(Type type, Expression e1) in ArrayLength() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1265 UnionExp ArrayLength(Type *type, Expression *e1) in ArrayLength() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go689 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) } func