Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 81) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h54 struct Element { struct
55 Element(unsigned Priority, Function *Func, Value *Data) in Element() function
81 Element operator*() const; argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DFileMatchTrie.cpp74 StringRef Element(llvm::sys::path::filename( in insert() local
78 StringRef Element(llvm::sys::path::filename( in insert() local
118 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp63 LVCompareInfo::iterator getResultsEntry(LVElement *Element) { in getResultsEntry()
80 void updateExpected(LVElement *Element) { in updateExpected()
88 void updateMissingOrAdded(LVElement *Element, LVComparePass Pass) { in updateMissingOrAdded()
240 for (const LVElement *Element : Elements) { in execute() local
362 void LVCompare::printItem(LVElement *Element, LVComparePass Pass) { in printItem()
H A DLVReader.cpp38 auto AddElement = [&](LVElement *Element, LVScope *Scope) { in checkIntegrityScopesTree()
80 auto PrintElement = [&](LVElement *Element, unsigned Index = 0) { in checkIntegrityScopesTree()
95 LVElement *Element; in checkIntegrityScopesTree() local
H A DLVScope.cpp115 void LVScope::addToChildren(LVElement *Element) { in addToChildren()
121 void LVScope::addElement(LVElement *Element) { in addElement()
266 bool LVScope::removeElement(LVElement *Element) { in removeElement()
450 if (LVElement *Element = getType()) in resolveReferences() local
1285 LVElement *Element = Location->getParent(); in lineRange() local
1364 void LVScopeCompileUnit::addInvalidOffset(LVOffset Offset, LVElement *Element) { in addInvalidOffset()
1472 LVElement *Element = Iter != Map.end() ? Iter->second : nullptr; in printWarnings() local
1658 for (const LVElement *Element : MatchedElements) in printMatchedElements() local
H A DLVElement.cpp42 void LVElement::setGenericType(LVElement *Element) { in setGenericType()
109 LVElement *Element = getType(); in typeOffsetAsString() local
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { in addElement()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local
179 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local
280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h68 static bool classof(const LVElement *Element) { in classof()
110 virtual void setUnderlyingType(LVElement *Element) {} in setUnderlyingType()
160 void setUnderlyingType(LVElement *Element) override { setType(Element); } in setUnderlyingType()
H A DLVScope.h155 static bool classof(const LVElement *Element) { in classof()
342 void setReference(LVElement *Element) override { in setReference()
455 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange()
574 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched()
662 void setReference(LVElement *Element) override { in setReference()
766 void setReference(LVElement *Element) override { in setReference()
H A DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
H A DLVCompare.h71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
H A DLVLine.h57 static bool classof(const LVElement *Element) { in classof()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp77 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local
124 MarkupNode Element; in parseElement() local
H A DMarkupFilter.cpp475 void MarkupFilter::printRawElement(const MarkupNode &Element) { in printRawElement()
659 bool MarkupFilter::checkNumFields(const MarkupNode &Element, in checkNumFields()
670 bool MarkupFilter::checkNumFieldsAtLeast(const MarkupNode &Element, in checkNumFieldsAtLeast()
682 bool MarkupFilter::checkNumFieldsAtMost(const MarkupNode &Element, in checkNumFieldsAtMost()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp181 for (const auto Element : Elements) { in completeType() local
220 for (const auto Element : Elements) { in completeType() local
295 for (const auto *Element : Elements) { in completeType() local
351 auto Element = Elements[I]; in completeType() local
576 for (const auto Element : Elements) { in visitSubroutineType() local
669 for (const auto *Element : Elements) { in visitStructType() local
687 for (const auto *Element : Elements) { in visitStructType() local
704 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType() local
965 for (const auto *Element : Elements) { in visitMapDefType() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors15.C15 Element() { construct++; if (construct > 6) {printf ("FAIL\n"); exit(1);}} in Element() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp53 bool ChromiumCheckModel::transfer(const CFGElement *Element, Environment &Env) { in transfer()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeArray.cpp57 NativeRawSymbol &Element = in getCount() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.cpp66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dvector.h40 void push_back(const T &Element) { in push_back()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp511 struct RenderScriptRuntime::Element { struct in RenderScriptRuntime
513 enum DataKind {
526 enum DataType {
564 std::vector<Element> children; // Child Element fields for structs
566 element_ptr; // Pointer to the RS Element of the Type
568 type; // Type of each data pointer stored by the allocation
570 type_kind; // Defines pixel type if Allocation is created from an image
572 type_vec_size; // Vector size of each data point, e.g '4' for uchar4
573 empirical_type<uint32_t> field_count; // Number of Subelements
574 empirical_type<uint32_t> datum_size; // Size of a single Element with padding
[all …]
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp290 const ScalarType *Element; member in __anonece5a09e0111::VectorType
294 VectorType(const ScalarType *Element, unsigned Lanes) in VectorType()
314 const VectorType *Element; member in __anonece5a09e0111::MultiVectorType
318 MultiVectorType(unsigned Registers, const VectorType *Element) in MultiVectorType()
1102 const Type *Element = getType(D->getArg(0), Param); in getType() local
1113 const Type *Element = getType(D->getArg(0), Param); in getType() local
1119 const Type *Element = getType(D->getArg(0), Param); in getType() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp112 Constant *Element = cast<Constant>(Operand); in createRelLookupTable() local

1234