/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 250 bool isFixed = MFI->isFixedObjectIndex(FI); in getFrameIndexReference() local 263 } else if (isFixed) { in getFrameIndexReference()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 661 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/ |
D | X86FloatingPoint.cpp | 110 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/ |
D | CodeGenTypes.cpp | 588 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
|
D | CGDebugInfo.cpp | 2088 ED->isFixed() ? getOrCreateType(ED->getIntegerType(), DefUnit) : nullptr; in CreateTypeDefinition()
|
D | CGExpr.cpp | 1197 ET && !ET->getDecl()->isFixed(); in getRangeForType()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 822 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/ |
D | SemaDecl.cpp | 11601 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 …]
|
D | SemaTemplateInstantiateDecl.cpp | 790 D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl() 791 if (D->isFixed()) { in VisitEnumDecl()
|
D | SemaExprCXX.cpp | 3201 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
|
D | SemaType.cpp | 6505 if (OnlyNeedComplete && ED->isFixed()) { in hasVisibleDefinition()
|
D | SemaOverload.cpp | 1817 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3182 bool isFixed() const { in isFixed() function 3188 return isCompleteDefinition() || isFixed(); in isComplete()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 403 if (D->isFixed()) in VisitEnumDecl()
|
D | ASTDumper.cpp | 1060 if (D->isFixed()) in VisitEnumDecl()
|
D | Type.cpp | 1902 if (EnumD->isFixed()) in isIncompleteType()
|
D | ASTImporter.cpp | 2514 D->isFixed()); in VisitEnumDecl()
|
D | ASTContext.cpp | 5454 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 4468 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/ |
D | es31fTextureBorderClampTests.cpp | 1515 …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/ |
D | tcuTexture.cpp | 1642 const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in lookupBorder() local 1647 if (isFloat || isFixed) in lookupBorder()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 400 Record.push_back(D->isFixed()); in VisitEnumDecl()
|