Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2821 static struct Aggregate { const int a; const int[5] b; } struct
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1010 LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, value Indices) { in llvm_const_extractvalue()
1026 LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_const_insertvalue()
2280 LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, value Idx, in llvm_build_extractvalue()
2287 LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_build_insertvalue()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1891 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local