Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
110 ER.V1.setInt(Aggregate);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp77 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
203 data().Aggregate = false; in setBases()
264 data().Aggregate = false; in setBases()
279 data().Aggregate = false; in setBases()
311 data().Aggregate = false; in setBases()
327 data().Aggregate = false; in setBases()
717 data().Aggregate = false; in addedMember()
805 data().Aggregate = false; in addedMember()
974 data().Aggregate = false; in addedMember()
1117 data().Aggregate = false; in addedMember()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DTensorFlowCompile.cmake45 # Aggregate the objects so that results of different tfcompile calls may be
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_flags.inc22 "Aggregate two objects into one leak if this many stack frames match. If "
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_flags.inc24 "Aggregate two objects into one leak if this many stack frames match. If "
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_flags.inc23 "Aggregate two objects into one leak if this many stack frames match. If "
/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() argument
1020 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue()
1026 LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_const_insertvalue() argument
1037 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
2280 LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, value Idx, in llvm_build_extractvalue() argument
2282 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue()
2287 LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, LLVMValueRef Val, in llvm_build_insertvalue() argument
2289 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.abi86 Aggregate values (regardless of size) are returned by pushing a
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.abi86 Aggregate values (regardless of size) are returned by pushing a
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2821 static struct Aggregate { const int a; const int[5] b; } struct
2824 const sendMe = Aggregate(42, [1, 2, 3, 4, 5]); in t1()
2829 auto result1 = receiveOnly!(const Aggregate)();
2830 immutable expected = Aggregate(42, [1, 2, 3, 4, 5]);
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLexicon.rst112 First Class Aggregate
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def42 FIELD(Aggregate, 1, NO_MERGE)
H A DDeclCXX.h421 Aggregate = false; in LambdaDefinitionData()
1097 bool isAggregate() const { return data().Aggregate; } in isAggregate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallingConv.td201 // Aggregate returns are positioned at the lowest address in the slot for
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td248 // Aggregate by value arguments are always placed in the local variable space
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1891 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local
1892 Record *SubjectDecl = Aggregate->getValueAsDef("Subject"); in PragmaClangAttributeSupport()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv132 "`2590 <https://wg21.link/LWG2590>`__","Aggregate initialization for ``std::array``\ ","Jacksonvill…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-ko.ascii.pot3732 #. Aggregate
3734 msgid "Aggregate"
H A Dmm-ko.euc-kr.po3940 #. Aggregate
3942 msgid "Aggregate"
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td493 // Aggregate attribute subject match rules are abstract match rules that can't
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dbinutils.pot897 msgid "Aggregate definition needs auxiliary information"
972 msgid "Aggregate definition encountered without a scope"
H A Dzh_TW.po856 msgid "Aggregate definition needs auxillary information"
932 msgid "Aggregate definition encountered without a scope"
H A Dbg.po920 msgid "Aggregate definition needs auxiliary information"
995 msgid "Aggregate definition encountered without a scope"
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Dbinutils.pot897 msgid "Aggregate definition needs auxiliary information"
962 msgid "Aggregate definition encountered without a scope"
H A Dzh_TW.po856 msgid "Aggregate definition needs auxillary information"
932 msgid "Aggregate definition encountered without a scope"

123