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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp509 bool isFixed = MFI->isFixedObjectIndex(FI); local
522 if (isFixed) {
537 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp103 bool isFixed() const { return !Mask || FixCount; } function in struct:__anon2540::FPS::LiveBundle
511 assert(Bundle.isFixed() && "Reached block before any predecessors");
556 if (Bundle.isFixed()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp568 if (ED->isCompleteDefinition() || ED->isFixed())
H A DCGDebugInfo.cpp1889 llvm::DIType ClassTy = ED->isFixed() ?
H A DCGExpr.cpp1016 ET && !ET->getDecl()->isFixed();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2950 bool isFixed() const {
2956 return isCompleteDefinition() || isFixed();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp364 if (D->isFixed())
H A DType.cpp911 if (EnumD->isFixed())
H A DASTImporter.cpp2445 D->isFixed());
H A DASTContext.cpp5116 if (!Enum->isFixed())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp10186 if (IsFixed && Prev->isFixed()) {
10196 } else if (IsFixed != Prev->isFixed()) {
10198 << Prev->isFixed();
10897 cast<EnumDecl>(New)->isFixed()) {
12264 if (getLangOpts().CPlusPlus11 && Enum->isFixed() &&
12282 if (Enum->isFixed()) {
12337 if (Enum->isFixed()) {
12362 if (T.isNull() || Enum->isFixed()) {
12368 if (Enum->isFixed())
12738 if (Enum->isFixed()) {
[all...]
H A DSemaTemplateInstantiateDecl.cpp629 D->isScopedUsingClassTag(), D->isFixed());
630 if (D->isFixed()) {
H A DSemaExprCXX.cpp2784 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() &&
H A DSemaOverload.cpp1778 if (FromEnumType->getDecl()->isFixed()) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp248 Record.push_back(D->isFixed());
1558 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isFixed

Completed in 710 milliseconds