| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGValue.h | 40 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 D | DeclCXX.cpp | 77 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 D | TensorFlowCompile.cmake | 45 # Aggregate the objects so that results of different tfcompile calls may be
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| H A D | lsan_flags.inc | 22 "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 D | lsan_flags.inc | 24 "Aggregate two objects into one leak if this many stack frames match. If "
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_flags.inc | 23 "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 D | llvm_ocaml.c | 1010 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 D | m32c.abi | 86 Aggregate values (regardless of size) are returned by pushing a
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| H A D | m32c.abi | 86 Aggregate values (regardless of size) are returned by pushing a
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | concurrency.d | 2821 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 D | Lexicon.rst | 112 First Class Aggregate
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 42 FIELD(Aggregate, 1, NO_MERGE)
|
| H A D | DeclCXX.h | 421 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 D | MipsCallingConv.td | 201 // Aggregate returns are positioned at the lowest address in the slot for
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 248 // Aggregate by value arguments are always placed in the local variable space
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 1891 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 D | Cxx1zStatusIssuesStatus.csv | 132 "`2590 <https://wg21.link/LWG2590>`__","Aggregate initialization for ``std::array``\ ","Jacksonvill…
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-ko.ascii.pot | 3732 #. Aggregate 3734 msgid "Aggregate"
|
| H A D | mm-ko.euc-kr.po | 3940 #. Aggregate 3942 msgid "Aggregate"
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 493 // Aggregate attribute subject match rules are abstract match rules that can't
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
| H A D | binutils.pot | 897 msgid "Aggregate definition needs auxiliary information" 972 msgid "Aggregate definition encountered without a scope"
|
| H A D | zh_TW.po | 856 msgid "Aggregate definition needs auxillary information" 932 msgid "Aggregate definition encountered without a scope"
|
| H A D | bg.po | 920 msgid "Aggregate definition needs auxiliary information" 995 msgid "Aggregate definition encountered without a scope"
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
| H A D | binutils.pot | 897 msgid "Aggregate definition needs auxiliary information" 962 msgid "Aggregate definition encountered without a scope"
|
| H A D | zh_TW.po | 856 msgid "Aggregate definition needs auxillary information" 932 msgid "Aggregate definition encountered without a scope"
|