Home
last modified time | relevance | path

Searched refs:Element (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c461 if (!Element) in AcpiUtFindAllocation()
477 if (!Element->Next) in AcpiUtFindAllocation()
479 return (Element); in AcpiUtFindAllocation()
482 Element = Element->Next; in AcpiUtFindAllocation()
487 return (Element); in AcpiUtFindAllocation()
562 if (!Element) in AcpiUtTrackAllocation()
584 if (Element->Next) in AcpiUtTrackAllocation()
784 while (Element) in AcpiUtDumpAllocations()
796 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
807 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp75 StringRef Element(llvm::sys::path::filename( in insert() local
77 Children[Element].Path = Path; in insert()
79 StringRef Element(llvm::sys::path::filename( in insert() local
81 Children[Element].insert(NewPath, ConsumedLength + Element.size() + 1); in insert()
114 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
117 Children.find(Element); in findEquivalent()
121 ConsumedLength + Element.size() + 1); in findEquivalent()
H A DRefactoringCallbacks.cpp204 for (const auto &Element : Template) { in run() local
205 switch (Element.Type) { in run()
207 ToText += Element.Value; in run()
210 auto NodeIter = NodeMap.find(Element.Value); in run()
212 llvm::errs() << "Node " << Element.Value in run()
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddspkginit.c169 ACPI_OPERAND_OBJECT **Element);
550 ACPI_OPERAND_OBJECT *Element = *ElementPtr; in AcpiDsResolvePackageElement() local
562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement()
573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement()
575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement()
603 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement()
642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement()
643 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement()
644 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement()
696 AcpiUtRemoveReference (Element); in AcpiDsResolvePackageElement()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp137 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local
139 if (Element & (1 << 7)) in DecodePSHUFBMask()
147 int Index = Base + (Element & 0xf); in DecodePSHUFBMask()
178 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local
180 Index += (Element >> 1) & 0x1; in DecodeVPERMILPMask()
182 Index += Element & 0x3; in DecodeVPERMILPMask()
280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
281 uint64_t Index = Element & 0x1F; in DecodeVPPERMMask()
282 uint64_t PermuteOp = (Element >> 5) & 0x7; in DecodeVPPERMMask()
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h92 template <typename Element>
93 inline Element* GetRawPointer(Element* p) { return p; }
449 template <typename Element, size_t N>
450 class StlContainerView<Element[N]> {
452 typedef GTEST_REMOVE_CONST_(Element) RawElement;
461 static const_reference ConstReference(const Element (&array)[N]) {
463 testing::StaticAssertTypeEq<Element, RawElement>();
478 return type(const_cast<Element*>(&array[0]), N,
484 static type Copy(const Element (&array)[N]) {
486 return type(const_cast<Element*>(&array[0]), N, RelationToSourceCopy());
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h1075 template <typename Iter, typename Element>
1126 template <typename Element>
1130 typedef Element value_type;
1131 typedef Element* iterator;
1132 typedef const Element* const_iterator;
1166 Element, GTEST_REMOVE_REFERENCE_AND_CONST_(Element)>::value
1170 void InitCopy(const Element* array, size_t a_size) {
1171 Element* const copy = new Element[a_size];
1179 void InitRef(const Element* array, size_t a_size) {
1185 const Element* array_;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp143 for (const auto Element : Elements) { in completeType() local
144 const auto *Enum = cast<DIEnumerator>(Element); in completeType()
224 for (const auto *Element : Elements) { in completeType() local
273 auto Element = Elements[I].resolve(); in completeType() local
274 if (Element) { in completeType()
276 Param.Type = BDebug.getTypeId(Element); in completeType()
377 for (const auto Element : Elements) { in visitSubroutineType() local
378 visitTypeEntry(Element.resolve()); in visitSubroutineType()
391 for (const auto *Element : Elements) { in visitStructType() local
392 auto E = cast<DIDerivedType>(Element); in visitStructType()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp525 struct RenderScriptRuntime::Element { struct in RenderScriptRuntime
667 RenderScriptRuntime::Element element;
2105 Element child; in JITSubelements()
2398 assert(type >= Element::RS_TYPE_NONE && type <= Element::RS_TYPE_FONT && in SetElementSize()
2599 (file_type - Element::RS_TYPE_ELEMENT) + Element::RS_TYPE_MATRIX_2X2 + in LoadAllocation()
2656 const Element &elem) { in PopulateElementHeaders()
3304 assert(type >= Element::RS_TYPE_NONE && type <= Element::RS_TYPE_FONT && in DumpAllocation()
3308 if (type >= Element::RS_TYPE_ELEMENT) in DumpAllocation()
3515 if (type >= Element::RS_TYPE_ELEMENT && type <= Element::RS_TYPE_FONT) in ListAllocations()
3517 static_cast<Element::DataType>((type - Element::RS_TYPE_ELEMENT) + in ListAllocations()
[all …]
H A DRenderScriptRuntime.h414 struct Element;
523 void SetElementSize(Element &elem);
528 void FindStructTypeName(Element &elem, StackFrame *frame_ptr);
531 size_t offset, const Element &elem);
533 size_t CalculateElementHeaderSize(const Element &elem);
548 bool JITElementPacked(Element &elem, const lldb::addr_t context,
553 bool JITSubelements(Element &elem, const lldb::addr_t context,
/freebsd-12.1/contrib/tcsh/nls/german/
H A Dset266 3 FEHLER! letztes Element ist nicht whotail!\n
8 5 FEHLER! erstes Element ist nicht whohead!\n
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h52 struct Element { struct
53 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument
79 Element operator*() const; argument
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp57 NativeRawSymbol &Element = in getCount() local
59 return getLength() / Element.getLength(); in getCount()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRecycler.h99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
100 push(reinterpret_cast<FreeNode *>(Element)); in Deallocate()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h411 for (RegionNodeT *Element : elements()) { in addSubRegion()
412 if (!Element->isSubRegion()) { in addSubRegion()
413 BlockT *BB = Element->template getNodeAs<BlockT>(); in addSubRegion()
508 for (const RegionNodeT *Element : elements()) { in print() local
509 OS << *Element << ", "; // TODO: remove the last ", in print()
554 for (const typename Tr::RegionNodeT *Element : R->elements()) { in verifyBBMap() local
555 if (Element->isSubRegion()) { in verifyBBMap()
556 const RegionT *SR = Element->template getNodeAs<RegionT>(); in verifyBBMap()
559 BlockT *BB = Element->template getNodeAs<BlockT>(); in verifyBBMap()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp235 CXXBasePathElement Element; in lookupInBases() local
236 Element.Base = &BaseSpec; in lookupInBases()
237 Element.Class = Record; in lookupInBases()
239 Element.SubobjectNumber = 0; in lookupInBases()
241 Element.SubobjectNumber = Subobjects.NumberOfNonVirtBases; in lookupInBases()
242 ScratchPath.push_back(Element); in lookupInBases()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp388 if (Element->isTypeDependent()) in CheckObjCCollectionLiteralElement()
389 return Element; in CheckObjCCollectionLiteralElement()
394 Element = Result.get(); in CheckObjCCollectionLiteralElement()
409 Expr *OrigElement = Element; in CheckObjCCollectionLiteralElement()
415 Element = Result.get(); in CheckObjCCollectionLiteralElement()
443 Element = Result.get(); in CheckObjCCollectionLiteralElement()
458 Element = Result.get(); in CheckObjCCollectionLiteralElement()
465 << Element->getType(); in CheckObjCCollectionLiteralElement()
495 Element->getBeginLoc(), Element); in CheckObjCCollectionLiteralElement()
1026 Element.Key = Key.get(); in BuildObjCDictionaryLiteral()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTarget.cpp138 unsigned Element) { in LLVMOffsetOfElement() argument
140 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element); in LLVMOffsetOfElement()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp576 for (const auto *Element : TParams) { in addTemplateParams() local
577 if (auto *TTP = dyn_cast<DITemplateTypeParameter>(Element)) in addTemplateParams()
579 else if (auto *TVP = dyn_cast<DITemplateValueParameter>(Element)) in addTemplateParams()
870 for (const auto *Element : Elements) { in constructTypeDIE() local
871 if (!Element) in constructTypeDIE()
873 if (auto *SP = dyn_cast<DISubprogram>(Element)) in constructTypeDIE()
875 else if (auto *DDTy = dyn_cast<DIDerivedType>(Element)) { in constructTypeDIE()
896 } else if (auto *Property = dyn_cast<DIObjCProperty>(Element)) { in constructTypeDIE()
1352 if (auto *Element = dyn_cast_or_null<DINode>(Elements[i])) in constructArrayTypeDIE() local
1353 if (Element->getTag() == dwarf::DW_TAG_subrange_type) in constructArrayTypeDIE()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp48 CtorDtorIterator::Element CtorDtorIterator::operator*() const { in operator *()
75 return Element(Priority->getZExtValue(), Func, Data); in operator *()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassBuilder.cpp1884 for (const auto &Element : Pipeline) { in parseLoopPassPipeline() local
1885 if (auto Err = parseLoopPass(LPM, Element, VerifyEachPass, DebugLogging)) in parseLoopPassPipeline()
1896 for (const auto &Element : Pipeline) { in parseFunctionPassPipeline() local
1898 parseFunctionPass(FPM, Element, VerifyEachPass, DebugLogging)) in parseFunctionPassPipeline()
1910 for (const auto &Element : Pipeline) { in parseCGSCCPassPipeline() local
1911 if (auto Err = parseCGSCCPass(CGPM, Element, VerifyEachPass, DebugLogging)) in parseCGSCCPassPipeline()
1935 for (const auto &Element : Pipeline) { in parseModulePassPipeline() local
1936 if (auto Err = parseModulePass(MPM, Element, VerifyEachPass, DebugLogging)) in parseModulePassPipeline()
/freebsd-12.1/contrib/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp114 MtNsHrefsPrefixes, [=](const std::pair<StringRef, StringRef> &Element) { in namespaceOverrides() argument
115 return xmlStringsEqual(HRef1, TO_XML_CHAR(Element.first.data())); in namespaceOverrides()
118 MtNsHrefsPrefixes, [=](const std::pair<StringRef, StringRef> &Element) { in namespaceOverrides() argument
119 return xmlStringsEqual(HRef2, TO_XML_CHAR(Element.first.data())); in namespaceOverrides()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp332 ObjCDictionaryElement Element = DL->getKeyValueElement(i); in checkPostStmt() local
333 warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C); in checkPostStmt()
334 warnIfNilExpr(Element.Value, "Dictionary value cannot be nil", C); in checkPostStmt()
891 const Stmt *Element = FCS->getElement(); in checkElementNonNil() local
895 if (const DeclStmt *DS = dyn_cast<DeclStmt>(Element)) { in checkElementNonNil()
900 ElementLoc = State->getSVal(Element, LCtx).getAs<Loc>(); in checkElementNonNil()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp615 for (unsigned Element : Elements) { in convertInitListSlice() local
616 if (Element >= size()) in convertInitListSlice()
618 Vals.push_back(getElement(Element)); in convertInitListSlice()
648 for (Init *Element : *this) { in isConcrete()
649 if (!Element->isConcrete()) in isConcrete()
658 for (Init *Element : *this) { in getAsString()
661 Result += Element->getAsString(); in getAsString()
1410 for (unsigned Element : Elements) in convertInitListSlice() local
1412 Element)); in convertInitListSlice()
1488 return TI->getAsString() + "[" + utostr(Element) + "]"; in getAsString()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp70 Constant *Element; in foldConstVectorToAPInt() local
72 Element = C->getAggregateElement(NumSrcElts - i - 1); in foldConstVectorToAPInt()
74 Element = C->getAggregateElement(i); in foldConstVectorToAPInt()
76 if (Element && isa<UndefValue>(Element)) { in foldConstVectorToAPInt()
81 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element); in foldConstVectorToAPInt()
241 auto *Element = C->getAggregateElement(i); in FoldBitCast() local
243 if (!Element) // Reject constantexpr elements. in FoldBitCast()
246 if (isa<UndefValue>(Element)) { in FoldBitCast()
252 auto *Src = dyn_cast<ConstantInt>(Element); in FoldBitCast()

123