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