Home
last modified time | relevance | path

Searched refs:isFixed (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local
263 } else if (isFixed) { in getFrameIndexReference()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp661 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local
673 if (isFixed) { in resolveFrameIndexReference()
692 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp110 bool isFixed() const { return !Mask || FixCount; } in isFixed() function
470 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack()
515 if (Bundle.isFixed()) { in finishBlockStack()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp588 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
DCGDebugInfo.cpp2088 ED->isFixed() ? getOrCreateType(ED->getIntegerType(), DefUnit) : nullptr; in CreateTypeDefinition()
DCGExpr.cpp1197 ET && !ET->getDecl()->isFixed(); in getRangeForType()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp822 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local
835 if (isFixed) { in ResolveFrameIndexReference()
850 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
/external/clang/lib/Sema/
DSemaDecl.cpp11601 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
11613 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration()
11615 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration()
11617 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
11619 << Prev->isFixed(); in CheckEnumRedeclaration()
12466 cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
13871 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant()
13889 if (Enum->isFixed()) { in CheckEnumConstant()
13944 if (Enum->isFixed()) { in CheckEnumConstant()
13969 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
[all …]
DSemaTemplateInstantiateDecl.cpp790 D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl()
791 if (D->isFixed()) { in VisitEnumDecl()
DSemaExprCXX.cpp3201 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
DSemaType.cpp6505 if (OnlyNeedComplete && ED->isFixed()) { in hasVisibleDefinition()
DSemaOverload.cpp1817 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
/external/clang/include/clang/AST/
DDecl.h3182 bool isFixed() const { in isFixed() function
3188 return isCompleteDefinition() || isFixed(); in isComplete()
/external/clang/lib/AST/
DDeclPrinter.cpp403 if (D->isFixed()) in VisitEnumDecl()
DASTDumper.cpp1060 if (D->isFixed()) in VisitEnumDecl()
DType.cpp1902 if (EnumD->isFixed()) in isIncompleteType()
DASTImporter.cpp2514 D->isFixed()); in VisitEnumDecl()
DASTContext.cpp5454 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js4468 isFixed = (styleString(this, 'position') == 'fixed');
4471 x: bound.left.toInt() + elemScrolls.x + ((isFixed) ? 0 : htmlScroll.x) - html.clientLeft,
4472 y: bound.top.toInt() + elemScrolls.y + ((isFixed) ? 0 : htmlScroll.y) - html.clientTop
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1515 …const bool isFixed = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || m_chan… in init() local
1614 else if (isFixed) in init()
/external/deqp/framework/common/
DtcuTexture.cpp1642 const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in lookupBorder() local
1647 if (isFloat || isFixed) in lookupBorder()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp400 Record.push_back(D->isFixed()); in VisitEnumDecl()