Searched defs:IsArray (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h80 const bool IsArray = false; member in struct:clang::interp::Descriptor
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp98 makeZeroElementRegion(ProgramStateRef State, SVal LValue, QualType &Ty, bool &IsArray) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, argument
251 bool IsArray = ArraySize.hasValue(); local
266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, argument
H A DExprConstant.cpp290 bool IsArray = false; local
313 bool IsArray = false; local
190 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, ArrayRef<APValue::LValuePathEntry> Path, uint64_t &ArraySize, QualType &Type, bool &IsArray, bool &FirstEntryIsUnsizedArray) argument
457 bool IsArray = MostDerivedPathLength == Entries.size() && local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1859 bool IsArray = Record.readInt(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4206 bool IsArray = FullTy->isArrayTy(); local
4248 bool IsArray = CurTy->isArrayTy(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1779 bool IsArray; // new[] ? member in class:NewExpr
1815 bool IsArray; member in class:DeleteExpr
1927 bool IsArray; member in class:BracedExpr
4157 bool IsArray = look(1) == 'a'; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1278 bool IsArray = getContext().getAsArrayType(Type) != nullptr; local
H A DCGOpenMPRuntime.cpp9945 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13080 const bool IsArray = T->isArrayType(); local

Completed in 517 milliseconds