Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h30 enum class Kind { Scalar, Aggregate }; enumerator
80 : StorageLocation(Kind::Aggregate, Type), Children(std::move(Children)) {} in AggregateStorageLocation()
83 return Loc->getKind() == Kind::Aggregate; in classof()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp346 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local
347 if (Aggregate && Aggregate->getIsAnonymous()) in resolveExtra()
348 Aggregate->setName(getName()); in resolveExtra()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1090 OverloadCandidate(const RecordDecl *Aggregate) in OverloadCandidate() argument
1091 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1092 assert(Aggregate != nullptr); in OverloadCandidate()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
56 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
113 ER.V1.setInt(Aggregate);
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_flags.inc23 "Aggregate two objects into one leak if this many stack frames match. If "
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp77 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
205 data().Aggregate = false; in setBases()
266 data().Aggregate = false; in setBases()
281 data().Aggregate = false; in setBases()
313 data().Aggregate = false; in setBases()
329 data().Aggregate = false; in setBases()
722 data().Aggregate = false; in addedMember()
814 data().Aggregate = false; in addedMember()
960 data().Aggregate = false; in addedMember()
1103 data().Aggregate = false; in addedMember()
[all …]
/openbsd-src/gnu/gcc/gcc/config/m32c/
H A Dm32c.abi88 Aggregate values (regardless of size) are returned by pushing a
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DTensorFlowCompile.cmake61 # Aggregate the objects so that results of different tf_compile calls may be
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DTransition.pod199 Old versions work fine, but would not install because L<Test::Aggregate> was in
273 =item Test::Aggregate
277 using L<Test2::Aggregate> for similar functionality and L<Test2::Harness>
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2253 LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, value Idx, in llvm_build_extractvalue() argument
2255 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue()
2260 LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_build_insertvalue() argument
2262 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp521 DebugVariable Aggregate = GetAggregateVariable(DVI); in remomveUndefDbgAssignsFromEntryBlock() local
522 if (!SeenDefForAggregate.contains(Aggregate)) { in remomveUndefDbgAssignsFromEntryBlock()
525 SeenDefForAggregate.insert(Aggregate); in remomveUndefDbgAssignsFromEntryBlock()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def42 FIELD(Aggregate, 1, NO_MERGE)
H A DDeclCXX.h432 Aggregate = false; in LambdaDefinitionData()
1119 bool isAggregate() const { return data().Aggregate; } in isAggregate()
/openbsd-src/share/snmp/
H A DIANAifType-MIB.txt568 ieee8023adLag (161), -- IEEE 802.3ad Link Aggregate
644 aviciOpticalEther (233), -- Avici Optical Ethernet Aggregate
/openbsd-src/gnu/llvm/llvm/docs/
H A DLexicon.rst119 First Class Aggregate
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td243 // Aggregate by value arguments are always placed in the local variable space
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallingConv.td201 // Aggregate returns are positioned at the lowest address in the slot for
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1970 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local
1971 Record *SubjectDecl = Aggregate->getValueAsDef("Subject"); in PragmaClangAttributeSupport()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp6213 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate &Aggregate, in getNextAggregateIndexAfterDesignatedInit() argument
6216 assert(Aggregate.getKind() == ResultCandidate::CK_Aggregate); in getNextAggregateIndexAfterDesignatedInit()
6243 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()
6254 unsigned AggregateSize = Aggregate.getNumParams(); in getNextAggregateIndexAfterDesignatedInit()
6256 Aggregate.getParamDecl(DesignatedIndex) != DesignatedField) in getNextAggregateIndexAfterDesignatedInit()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Issues.csv132 "`2590 <https://wg21.link/LWG2590>`__","Aggregate initialization for ``std::array``\ ","Jacksonvill…
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst507 =Aggregate: A class, structure or union.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td531 // Aggregate attribute subject match rules are abstract match rules that can't
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgccint.info21491 * Aggregate Return::
22581 File: gccint.info, Node: Scalar Return, Next: Aggregate Return, Prev: Register Arguments, Up: S…
22684 File: gccint.info, Node: Aggregate Return, Next: Caller Saves, Prev: Scalar Return, Up: Stack a…
22759 File: gccint.info, Node: Caller Saves, Next: Function Entry, Prev: Aggregate Return, Up: Stack …
31610 * aggregates as return values: Aggregate Return. (line 6)
32198 * DEFAULT_PCC_STRUCT_RETURN: Aggregate Return. (line 34)
32797 * large return values: Aggregate Return. (line 6)
33214 * PCC_STATIC_STRUCT_RETURN: Aggregate Return. (line 64)
33492 * returning aggregate values: Aggregate Return. (line 6)
33723 * structure value address: Aggregate Return. (line 6)
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5628 #pragma mark Aggregate Types
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi2820 libcall must never return values in memory (@pxref{Aggregate Return,

12