Home
last modified time | relevance | path

Searched defs:agg (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dvolatile.cpp2 struct agg struct
7 struct agg a; argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp4 namespace agg namespace
H A Dinstantiate-c99.cpp13 T agg = { in f() local
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-line.cpp71 struct agg { int i; }; argument
H A Dmember-expr-references-variable.cpp10 static constexpr const Agg &agg = Agg(); member
H A Dreferences.cpp66 struct { const int& a; } agg = { 10 }; in test_scalar() local
78 struct { const _Complex int &a; } agg = { 10i }; in test_complex() local
90 struct { const C& a; } agg = { C() }; in test_aggregate() local
H A Dconst-init-cxx11.cpp475 int agg() { constexpr Agg a = { f(101) }; return a.k; } in agg() function
/llvm-project/clang/test/CXX/basic/basic.types/
H A Dp10.cpp115 Agg agg; member
127 Agg agg[24]; member
/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c14 struct Aggregate agg; in test_parameter_types() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx98-compat.cpp121 struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from initializer list is incompatible with C++98}} in RangeFor() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp1116 if (auto *agg = dyn_cast<llvm::ConstantAggregate>(cst)) { convertGlobals() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1666 if (auto agg = dyn_cast<llvm::ConstantAggregate>(init)) { findLocations() local