/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 42 bool isFixed; 44 explicit PseudoSourceValue(bool isFixed = false); 96 return V->isFixed == true; in classof()
|
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 61 PseudoSourceValue::PseudoSourceValue(bool isFixed) : isFixed(isFixed) {} in PseudoSourceValue() argument
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 658 bool isFixed = MFI->isFixedObjectIndex(FI); in resolveFrameIndexReference() local 670 if (isFixed) { in resolveFrameIndexReference() 689 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 472 assert(Bundle.isFixed() && "Reached block before any predecessors"); in setupBlockStack() 517 if (Bundle.isFixed()) { in finishBlockStack()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 573 if (ED->isCompleteDefinition() || ED->isFixed()) in ConvertType()
|
D | CGExpr.cpp | 1080 ET && !ET->getDecl()->isFixed(); in getRangeForType()
|
D | CGDebugInfo.cpp | 1983 llvm::DIType ClassTy = ED->isFixed() in CreateTypeDefinition()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 860 bool isFixed = MFI->isFixedObjectIndex(FI); in ResolveFrameIndexReference() local 873 if (isFixed) { in ResolveFrameIndexReference() 888 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { in ResolveFrameIndexReference()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 11083 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration() 11095 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration() 11097 << Prev->isFixed(); in CheckEnumRedeclaration() 11882 cast<EnumDecl>(New)->isFixed()) { in ActOnTag() 13274 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant() 13292 if (Enum->isFixed()) { in CheckEnumConstant() 13347 if (Enum->isFixed()) { in CheckEnumConstant() 13372 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant() 13378 if (Enum->isFixed()) in CheckEnumConstant() 13789 if (Enum->isFixed()) { in ActOnEnumBody() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 758 D->isScopedUsingClassTag(), D->isFixed()); in VisitEnumDecl() 759 if (D->isFixed()) { in VisitEnumDecl()
|
D | SemaType.cpp | 5147 if (ED->isFixed()) { in hasVisibleDefinition()
|
D | SemaExprCXX.cpp | 2932 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion()
|
D | SemaOverload.cpp | 1758 if (FromEnumType->getDecl()->isFixed()) { in IsIntegralPromotion()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 365 if (D->isFixed()) in VisitEnumDecl()
|
D | Type.cpp | 915 if (EnumD->isFixed()) in isIncompleteType()
|
D | ASTDumper.cpp | 1036 if (D->isFixed()) in VisitEnumDecl()
|
D | ASTImporter.cpp | 2453 D->isFixed()); in VisitEnumDecl()
|
D | ASTContext.cpp | 5286 if (!Enum->isFixed()) in ObjCEncodingForEnumType()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3131 bool isFixed() const { in isFixed() function 3137 return isCompleteDefinition() || isFixed(); in isComplete()
|
/external/chromium-trace/trace-viewer/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 | 1510 …const bool isFixed = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || m_chan… in init() local 1609 else if (isFixed) in init()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1246 const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in lookupBorder() local 1251 if (isFloat || isFixed) in lookupBorder()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 339 Record.push_back(D->isFixed()); in VisitEnumDecl()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |