Searched defs:IsArray (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp294 bool IsArray = false; local
317 bool IsArray = false; local
194 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, ArrayRef<APValue::LValuePathEntry> Path, uint64_t &ArraySize, QualType &Type, bool &IsArray, bool &FirstEntryIsUnsizedArray) argument
461 bool IsArray = MostDerivedPathLength == Entries.size() && local
[all...]
H A DExprCXX.cpp249 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, argument
266 bool IsArray = ArraySize.hasValue(); local
281 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4012 bool IsArray = FullTy->isArrayTy(); local
4054 bool IsArray = CurTy->isArrayTy(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1741 bool IsArray; // new[] ? member in class:NewExpr
1777 bool IsArray; member in class:DeleteExpr
1867 bool IsArray; member in class:BracedExpr
4098 bool IsArray = look(1) == 'a'; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp98 makeZeroElementRegion(ProgramStateRef State, SVal LValue, QualType &Ty, bool &IsArray) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1741 bool IsArray = Record.readInt(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12426 const bool IsArray = T->isArrayType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1202 bool IsArray = getContext().getAsArrayType(Type) != nullptr; local
H A DCGOpenMPRuntime.cpp9090 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGE( local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h80 const bool IsArray = false; member in struct:clang::interp::Descriptor

Completed in 481 milliseconds