/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 54 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 D | FileMatchTrie.cpp | 74 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 D | LVCompare.cpp | 63 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 D | LVReader.cpp | 38 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 D | LVScope.cpp | 115 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 D | LVElement.cpp | 42 void LVElement::setGenericType(LVElement *Element) { in setGenericType() 109 LVElement *Element = getType(); in typeOffsetAsString() local
|
H A D | LVOptions.cpp | 474 void LVPatterns::addElement(LVElement *Element) { in addElement()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 138 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 D | LVType.h | 68 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 D | LVScope.h | 155 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 D | LVSymbol.h | 78 static bool classof(const LVElement *Element) { in classof() 101 void setReference(LVElement *Element) override { in setReference()
|
H A D | LVCompare.h | 71 void addPassEntry(LVReader *Reader, LVElement *Element, LVComparePass Pass) { in addPassEntry()
|
H A D | LVLine.h | 57 static bool classof(const LVElement *Element) { in classof()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 77 if (std::optional<MarkupNode> Element = parseElement(Line)) { in nextNode() local 124 MarkupNode Element; in parseElement() local
|
H A D | MarkupFilter.cpp | 475 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 D | BTFDebug.cpp | 181 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 D | ctors15.C | 15 Element() { construct++; if (construct > 6) {printf ("FAIL\n"); exit(1);}} in Element() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | ChromiumCheckModel.cpp | 53 bool ChromiumCheckModel::transfer(const CFGElement *Element, Environment &Env) { in transfer()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeArray.cpp | 57 NativeRawSymbol &Element = in getCount() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 66 llvm::SmallVector<llvm::Constant *, 8> Element( in initializationPatternFor() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Recycler.h | 98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | vector.h | 40 void push_back(const T &Element) { in push_back()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
H A D | RenderScriptRuntime.cpp | 511 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 D | MveEmitter.cpp | 290 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 D | RelLookupTableConverter.cpp | 112 Constant *Element = cast<Constant>(Operand); in createRelLookupTable() local
|