Searched refs:Common (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c185 Op = Op->Common.Parent;
188 if (Op->Common.Node)
193 Op = Op->Common.Parent;
206 Node = Op->Common.Node;
767 * DESCRIPTION: Common low-level function to insert a new name into the global
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp192 if (unsigned Common = *A++ & *B++) {
194 TRI->getRegClass(I + countTrailingZeros(Common));
H A DRegisterCoalescer.cpp807 LaneBitmask Common = BMask & AMask; local
808 if (Common == 0)
812 << " into " << PrintLaneMask(Common) << '\n');
820 CommonRange = IntB.createSubRangeFrom(Allocator, Common, SB);
823 SB.LaneMask = Common;
2533 LaneBitmask Common = RMask & LaneMask; local
2535 if (Common == 0)
2539 << PrintLaneMask(Common) << '\n');
2548 CommonRange = LI.createSubRangeFrom(Allocator, Common, R);
2551 R.LaneMask = Common;
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c742 AcpiUtGetTypeName (Descriptor->Object.Common.Type),
743 Descriptor->Object.Common.ReferenceCount);
H A Dutosi.c471 (StringDesc->Common.Type != ACPI_TYPE_STRING))
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c315 if (*Elements && ((*Elements)->Common.Type != ACPI_TYPE_PACKAGE))
672 if ((*Elements)->Common.Type != ACPI_TYPE_INTEGER)
H A Dnsinit.c387 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
H A Dnsxfeval.c533 if ((Info->ReturnObject)->Common.Type != ACPI_TYPE_LOCAL_REFERENCE)
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslprintf.c313 Op->Common.AmlOpcode = AML_STORE_OP;
H A Daslopcodes.c695 Op->Common.AmlOpcode = AML_BUFFER_OP;
H A Daslpld.c573 Op->Common.AmlOpcode = AML_BUFFER_OP;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp788 /// @brief Common integer divide transforms
1052 if (Instruction *Common = commonIDivTransforms(I))
1053 return Common;
1125 if (Instruction *Common = commonIDivTransforms(I))
1126 return Common;
1346 /// @brief Common integer remainder transforms
1424 if (Instruction *Common = commonIRemTransforms(I))
1425 return Common;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h4038 enum SubExpr { Common, Ready, Suspend, Resume, Count };
4043 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common,
4047 Resume->isValueDependent(), Common->isInstantiationDependent(),
4048 Common->containsUnexpandedParameterPack()),
4050 SubExprs[SubExpr::Common] = Common;
4056 Expr *Common)
4058 Common->containsUnexpandedParameterPack()),
4060 assert(Common->isTypeDependent() && Ty->isDependentType() &&
4062 SubExprs[SubExpr::Common]
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h819 ACPI_COMMON_STATE Common; member in union:acpi_generic_state
999 ACPI_PARSE_OBJ_COMMON Common; member in union:acpi_parse_object
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexoparg2.c408 switch ((Operand[0])->Common.Type)
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c856 Args[0]->Common.Flags = AOPOBJ_DATA_VALID;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); local
752 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope)
761 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
791 // Common case: exactly the same scope, which is fine.
H A DSemaLookup.cpp184 DeclContext *Common = UD->getNominatedNamespace(); local
185 while (!Common->Encloses(EffectiveDC))
186 Common = Common->getParent();
187 Common = Common->getPrimaryContext();
189 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1429 TypeInfoCommon Common; member in union:clang::DeclaratorChunk::__anon3532
1455 return Common.AttrList;
1459 return Common.AttrList;
1578 I.Common.AttrList = nullptr;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp187 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) { argument
188 return Common->PartialSpecializations;
190 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) {
196 auto *Common = D->getCommonPtr(); local
202 Common->LazySpecializations) {
204 assert(!Common->LazySpecializations);
207 auto &Specializations = Common->Specializations;
208 auto &&PartialSpecializations = getPartialSpecializations(Common);
210 if (auto *LS = Common->LazySpecializations)
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1301 bool Common = Flags & SymbolRef::SF_Common;
1329 } else if (Common) {
1346 if (Common || isa<ELFObjectFileBase>(o)) {
1348 Common ? Symbol.getAlignment() : ELFSymbolRef(Symbol).getSize();
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c119 Op->Common.Node = Node;
/freebsd-11.0-release/sys/conf/
H A Dkern.pre.mk124 # Common for dtrace / zfs
/freebsd-11.0-release/share/mk/
H A Dbsd.own.mk235 # Common variables
/freebsd-11.0-release/lib/clang/
H A Dclang.build.mk219 .for hdr in AST Analysis Comment Common Driver Frontend Lex Parse Sema Serialization

Completed in 470 milliseconds

123456