Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h71 bool isArray() const { return getKind() == Type::Array; } in isArray() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h250 bool isArray() const { return IsArray; } in isArray() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1151 bool isArray() const { return getOriginExpr()->isArray(); } in isArray() function
/freebsd/crypto/krb5/doc/html/_static/
H A Dunderscore.js1899 isArray: isArray, property
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1879 static bool isArray(AllocaInst *AI) { in isArray() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8462 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2348 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function