Searched refs:isFixed (Results 1 - 25 of 28) sorted by relevance

12

/external/skia/src/core/
H A DSkTypeface_remote.h87 bool isFixed,
84 SkTypefaceProxy( SkFontID fontId, const SkFontStyle& style, bool isFixed, SkRemoteScalerContext* rsc) argument
/external/skqp/src/core/
H A DSkTypeface_remote.h76 bool isFixed,
72 SkTypefaceProxy( SkFontID fontId, std::thread::id threadId, const SkFontStyle& style, bool isFixed, SkRemoteScalerContext* rsc) argument
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp250 bool isFixed = MFI->isFixedObjectIndex(FI); local
263 } else if (isFixed) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp799 bool isFixed = MFI->isFixedObjectIndex(FI); local
811 if (isFixed) {
830 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) &&
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFrameLowering.cpp473 bool isFixed = MFI->isFixedObjectIndex(FI); local
488 if (isFixed) {
503 if (isFixed || (MFI->hasVarSizedObjects() &&
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp115 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon14585::FPS::LiveBundle
479 assert(Bundle.isFixed() && "Reached block before any predecessors");
524 if (Bundle.isFixed()) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FloatingPoint.cpp104 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon22964::FPS::LiveBundle
509 assert(Bundle.isFixed() && "Reached block before any predecessors");
554 if (Bundle.isFixed()) {
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp591 if (ED->isCompleteDefinition() || ED->isFixed())
H A DCGDebugInfo.cpp2252 ED->isFixed() ? getOrCreateType(ED->getIntegerType(), DefUnit) : nullptr;
H A DCGExpr.cpp1223 ET && !ET->getDecl()->isFixed();
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp820 bool isFixed = MFI->isFixedObjectIndex(FI); local
833 if (isFixed) {
848 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/clang/lib/Sema/
H A DSemaDecl.cpp12019 if (IsFixed && Prev->isFixed()) {
12031 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) {
12033 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) {
12035 } else if (IsFixed != Prev->isFixed()) {
12037 << Prev->isFixed();
12918 cast<EnumDecl>(New)->isFixed()) {
14325 if (getLangOpts().CPlusPlus11 && Enum->isFixed() &&
14343 if (Enum->isFixed()) {
14401 if (Enum->isFixed()) {
14426 if (T.isNull() || Enum->isFixed()) {
[all...]
H A DSemaTemplateInstantiateDecl.cpp897 D->isScopedUsingClassTag(), D->isFixed());
898 if (D->isFixed()) {
H A DSemaExprCXX.cpp3468 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
H A DSemaInit.cpp3869 ET && ET->getDecl()->isFixed() &&
H A DSemaType.cpp6867 if (OnlyNeedComplete && ED->isFixed()) {
/external/clang/include/clang/AST/
H A DDecl.h3199 bool isFixed() const {
3205 return isCompleteDefinition() || isFixed();
/external/clang/lib/AST/
H A DDeclPrinter.cpp411 if (D->isFixed())
H A DType.cpp1908 if (EnumD->isFixed())
H A DASTImporter.cpp2693 D->isFixed());
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1515 const bool isFixed = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || m_channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT;
1614 else if (isFixed)
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp426 Record.push_back(D->isFixed());
1781 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isFixed
/external/deqp/framework/common/
H A DtcuTexture.cpp1698 const bool isFixed = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || local
1703 if (isFloat || isFixed)
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 722 milliseconds

12