Home
last modified time | relevance | path

Searched refs:mpi (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c32 __attribute__(( pointer_with_type_tag(mpi,1,3) ));
36 __attribute__(( pointer_with_type_tag(mpi,1,3), pointer_with_type_tag(mpi,4,6) ));
55 …ed_datatype_t ompi_mpi_datatype_null __attribute__(( type_tag_for_datatype(mpi,void,must_be_null) …
56 …i_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,float) ));
57 …mpi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,int) ));
58 …pi_predefined_datatype_t ompi_mpi_long __attribute__(( type_tag_for_datatype(mpi,long) ));
59 …ined_datatype_t ompi_mpi_long_long_int __attribute__(( type_tag_for_datatype(mpi,long long int) ));
60 …pi_predefined_datatype_t ompi_mpi_char __attribute__(( type_tag_for_datatype(mpi,char) ));
63 …ed_datatype_t ompi_mpi_float_int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct…
66 …ed_datatype_t ompi_mpi_2int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct…
[all …]
Dwarn-type-safety.c13 …__attribute__(( pointer_with_type_tag(mpi,0,7) )); // expected-error {{attribute parameter 2 is ou…
16 …__attribute__(( pointer_with_type_tag(mpi,3,7) )); // expected-error {{attribute parameter 2 is ou…
19 …__attribute__(( pointer_with_type_tag(mpi,1,0) )); // expected-error {{attribute parameter 3 is ou…
22 …__attribute__(( pointer_with_type_tag(mpi,1,3) )); // expected-error {{attribute parameter 3 is ou…
25 …__attribute__(( pointer_with_type_tag(mpi,0x8000000000000001ULL,1) )); // expected-error {{attribu…
30 …__attribute__(( pointer_with_type_tag(mpi,x,2) )); // expected-error {{attribute requires paramete…
33 …__attribute__(( pointer_with_type_tag(mpi,1,x) )); // expected-error {{attribute requires paramete…
35 int wrong9 __attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{attribute only ap…
38 …__attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_type_tag' att…
45 __attribute__(( type_tag_for_datatype(mpi,1,2) )); // expected-error {{expected a type}}
[all …]
Dwarn-type-safety.cpp11 extern struct ompi_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,f…
12 extern struct ompi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,i…
13 extern struct ompi_predefined_datatype_t ompi_mpi_null __attribute__(( type_tag_for_datatype(mpi,v…
25 …__attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is ou…
28 …__attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is ou…
31 …__attribute__(( pointer_with_type_tag(mpi,1,5) )); // expected-error {{attribute is invalid for th…
34 …__attribute__(( pointer_with_type_tag(mpi,2,1) )); // expected-error {{attribute is invalid for th…
37 __attribute__(( pointer_with_type_tag(mpi,2,4) )); // no-error
43 …__attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires paramete…
D128bitint.c29 …__attribute__(( pointer_with_type_tag(mpi,0x10000000000000001i128,1) )); // expected-error {{attri…
32 …__attribute__(( pointer_with_type_tag(mpi,1,0x10000000000000001i128) )); // expected-error {{attri…
34 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
36 static const __uint128_t mpi_int_wrong __attribute__(( type_tag_for_datatype(mpi,int) )) = 0x100000…
37 static const int mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )) = 10;
/external/valgrind/
DMakefile.am34 mpi \
Dconfigure.ac2569 ## We AM_COND_IF here instead of automake "if" in mpi/Makefile.am so that we can
2572 ## We leave the MPI_FLAG_M3264_ logic in mpi/Makefile.am and assume that
2587 AC_MSG_CHECKING([primary target for usable MPI2-compliant C compiler and mpi.h])
2595 #include <mpi.h>
2620 AC_MSG_CHECKING([secondary target for usable MPI2-compliant C compiler and mpi.h])
2632 #include <mpi.h>
2992 mpi/Makefile
/external/icu/icu4c/source/data/locales/
Dsw_CD.txt119 "mpi",
/external/clang/docs/
DAttributeReference.rst986 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx…
1038 __attribute__(( pointer_with_type_tag(mpi,1,3) ));
1057 __attribute__(( type_tag_for_datatype(mpi,int) ));
1069 __attribute__(( type_tag_for_datatype(mpi,int) )) = 42
1082 /* In mpi.h */
1085 … __attribute__(( type_tag_for_datatype(mpi, struct internal_mpi_double_int, layout_compatible) ));
1105 /* In mpi.h */
1107 __attribute__(( type_tag_for_datatype(mpi, void, must_be_null) ));
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java820 MatchPatternIterator mpi, Compiler compiler, int stepOpCodePos, in loadSteps() argument
836 step = createDefaultStepPattern(compiler, stepOpCodePos, mpi, analysis, in loadSteps()
979 Compiler compiler, int opPos, MatchPatternIterator mpi, in createDefaultStepPattern() argument
/external/valgrind/docs/internals/
Dmpi2entries.txt1 Canned summary of MPI-1.1/MPI-2 entry points, as derived from mpi.h
/external/clang/include/clang/Basic/
DAttrDocs.td981 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx…
1030 __attribute__(( pointer_with_type_tag(mpi,1,3) ));
1046 __attribute__(( type_tag_for_datatype(mpi,int) ));
1058 __attribute__(( type_tag_for_datatype(mpi,int) )) = 42
1071 /* In mpi.h */
1074 … __attribute__(( type_tag_for_datatype(mpi, struct internal_mpi_double_int, layout_compatible) ));
1094 /* In mpi.h */
1096 __attribute__(( type_tag_for_datatype(mpi, void, must_be_null) ));
/external/bison/
DTHANKS129 Wolfram Wagner ww@mpi-sb.mpg.de