Home
last modified time | relevance | path

Searched defs:Aggregate (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CodeCompletion/
H A Dctor-signature.cpp44 struct Aggregate { struct
50 Aggregate a{1, 2, 3}; argument
/llvm-project/clang/test/Modules/Inputs/merge-decl-context/
H A Da.h24 struct Aggregate { struct
27 bool operator==(Aggregate, Aggregate) = delete; argument
/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c5 struct Aggregate { struct
14 struct Aggregate agg; in test_parameter_types() argument
H A Dbuiltins.c133 struct Aggregate { int n; char c; }; argument
/llvm-project/clang/test/SemaObjC/
H A Dx86-method-vector-values.m18 struct Aggregate { __m128 v; }; struct
112 -(struct Aggregate)takesAndRetVectorInAggregate:(struct Aggregate)f { // no error
/llvm-project/libcxx/test/std/containers/sequences/array/
H A Dsize_and_alignment.compile.pass.cpp95 struct Aggregate { global() struct
96 iAggregate global() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_aggregate.pass.cpp45 struct Aggregate {}; struct
/llvm-project/clang/test/Analysis/
H A Dcfg.cpp363 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; argument
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp46 LVScopeAggregate *Aggregate = nullptr; member in __anonb3007c9e0111::ReaderTestElements
H A DSelectElementsTest.cpp36 LVScopeAggregate *Aggregate = nullptr; member in __anon63092e030111::ReaderTestSelection
H A DCompareElementsTest.cpp49 LVScopeAggregate *Aggregate = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp347 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp1231 struct Aggregate { struct
1232 xObjectsUnderConstruction::Aggregate global() argument
1233 yObjectsUnderConstruction::Aggregate global() argument
H A Dcxx2b-consteval-propagate.cpp170 namespace Aggregate { namespace
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1100 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp564 DebugVariable Aggregate = GetAggregateVariable(DVR); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() local
667 DebugVariable Aggregate = GetAggregateVariable(DVI); removeUndefDbgAssignsFromEntryBlock() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1287 enum class EvalKind { Scalar, Complex, Aggregate }; global() enumerator
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2663 llvm_build_extractvalue(value Aggregate,value Idx,value Name,value B) llvm_build_extractvalue() argument
2669 llvm_build_insertvalue(value Aggregate,value Val,value Idx,value Name,value B) llvm_build_insertvalue() argument
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3291 LVScope *Aggregate = nullptr; createParents() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp269 findStoredValueInAggregateAt(LLVMContext & Ctx,Value * Aggregate,unsigned Idx) findStoredValueInAggregateAt() argument
320 Value *Aggregate = GEP->getPointerOperand(); findAggregateFromValue() local
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2123 for (const auto *Aggregate : Aggregates) { PragmaClangAttributeSupport() local
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6349 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate & Aggregate,ArrayRef<Expr * > Args) getNextAggregateIndexAfterDesignatedInit() argument