Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h189 bool isArray() const { return IsArray; } in isArray() function
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h71 bool isArray() const { return getKind() == Type::Array; } in isArray() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1037 bool isArray() const { return getOriginExpr()->isArray(); } in isArray() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1604 static bool isArray(AllocaInst *AI) { in isArray() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8148 AST_MATCHER(CXXNewExpr, isArray) { in AST_MATCHER() argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2320 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray() function