Home
last modified time | relevance | path

Searched defs:isArray (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.d826 enum isArray = true; in equal() local
829 enum isArray = false; in equal() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h154 bool isArray() const { return IsArray; } in isArray() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h71 bool isArray() const { return getKind() == Type::Array; } in isArray() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d1174 private bool isArray(const Expression e) in isArray() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c1184 bool isArray(Expression *e) in isArray() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1519 static bool isArray(AllocaInst *AI) { in isArray() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7704 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2262 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function