Home
last modified time | relevance | path

Searched defs:aggregate (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dthread-specifier.c131 __thread int aggregate[10] = {0}; // thread-local-warning {{'_Thread_local' is a C11 extension}} variable
/llvm-project/clang/test/CXX/drs/
H A Dcwg5xx.cpp858 struct aggregate { argument
854 struct aggregate { global() struct
855 xcwg568::aggregate global() argument
856 ycwg568::aggregate global() argument
857 tcwg568::aggregate global() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-aggregates.cpp6 namespace aggregate { namespace
H A Dcxx2b-consteval-propagate.cpp134 namespace aggregate { namespace
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp1024 defineGlobalAggregateStore(Fortran::lower::AbstractConverter & converter,const Fortran::lower::pft::Variable::AggregateStore & aggregate,llvm::StringRef aggName,mlir::StringAttr linkage) defineGlobalAggregateStore() argument
1072 declareGlobalAggregateStore(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::lower::pft::Variable::AggregateStore & aggregate,llvm::StringRef aggName,mlir::StringAttr linkage) declareGlobalAggregateStore() argument
1096 auto &aggregate = var.getAggregateStore(); instantiateAggregateStore() local
2285 const Fortran::lower::pft::Variable::AggregateStore &aggregate = defineModuleVariable() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp933 auto *aggregate = dyn_cast<llvm::ConstantAggregate>(operand); convertGlobalCtorsAndDtors() local
[all...]