HomeSort by: relevance | last modified time | path
    Searched refs:TYPES (Results 1 - 14 of 14) sorted by relevancy

  /src/etc/
makespec 32 TYPES="b c d f l p s"
86 for i in $TYPES; do
  /src/external/gpl3/gdb.old/dist/gdbsupport/
valid-expr.h 35 types (e.g., involving mismatching types) would be caught at
41 of causing a real compile error. TYPES is thus the list of types
44 template parameter types to the templates within the macro.
58 #define CHECK_VALID_EXPR_INT(TYPENAMES, TYPES, VALID, EXPR_TYPE, EXPR) \
66 static_assert (gdb::is_detected_exact<archetype<TYPES, EXPR_TYPE>, \
67 archetype, TYPES>::value == VALID, \
72 varying numbers of types. If you need more types, feel free to ad
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
valid-expr.h 35 types (e.g., involving mismatching types) would be caught at
41 of causing a real compile error. TYPES is thus the list of types
44 template parameter types to the templates within the macro.
58 #define CHECK_VALID_EXPR_INT(TYPENAMES, TYPES, VALID, EXPR_TYPE, EXPR) \
66 static_assert (gdb::is_detected_exact<archetype<TYPES, EXPR_TYPE>, \
67 archetype, TYPES>::value == VALID, \
72 varying numbers of types. If you need more types, feel free to ad
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
ppc-xlate.pl 14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
322 if ($TYPES{$label} =~ /function/) {
  /src/crypto/external/apache2/openssl/dist/crypto/perlasm/
ppc-xlate.pl 14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
416 if ($TYPES{$label} =~ /function/) {
  /src/crypto/external/bsd/openssl/dist/crypto/perlasm/
ppc-xlate.pl 14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
399 if ($TYPES{$label} =~ /function/) {
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-sme.def 21 #define DEF_SME_FUNCTION(NAME, SHAPE, TYPES, PREDS) \
22 DEF_SME_FUNCTION_GS (NAME, SHAPE, TYPES, none, PREDS)
26 #define DEF_SME_ZA_FUNCTION_GS(NAME, SHAPE, TYPES, GROUP, PREDS) \
27 DEF_SME_FUNCTION_GS (NAME, SHAPE, TYPES, GROUP, PREDS)
31 #define DEF_SME_ZA_FUNCTION(NAME, SHAPE, TYPES, PREDS) \
32 DEF_SME_ZA_FUNCTION_GS (NAME, SHAPE, TYPES, none, PREDS)
aarch64-sve-builtins.def 50 #define DEF_SVE_FUNCTION(NAME, SHAPE, TYPES, PREDS) \
51 DEF_SVE_FUNCTION_GS (NAME, SHAPE, TYPES, none, PREDS)
aarch64-sve-builtins.cc 887 #define DEF_SVE_FUNCTION_GS(NAME, SHAPE, TYPES, GROUPS, PREDS) \
888 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, groups_##GROUPS, \
895 #define DEF_NEON_SVE_FUNCTION(NAME, SHAPE, TYPES, GROUPS, PREDS) \
896 { #NAME, &neon_sve_bridge_functions::NAME, &shapes::SHAPE, types_##TYPES, \
903 #define DEF_SME_FUNCTION_GS(NAME, SHAPE, TYPES, GROUPS, PREDS) \
904 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, groups_##GROUPS, \
906 #define DEF_SME_ZA_FUNCTION_GS(NAME, SHAPE, TYPES, GROUPS, PREDS) \
907 { #NAME, &functions::NAME##_za, &shapes::SHAPE, types_##TYPES, \
916 /* The single-predicate and single-vector types, with their built-in
1021 the number of types is only small. *
1744 type_suffix_pair types = { type0, type1 }; local
1897 tree types[] = { get_argument_type (argno), get_argument_type (argno + 1) }; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h 283 // Opcode types, which determine which decode table to use, both in the Intel
405 #define TYPES \
445 TYPES
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 53 CASE(EXT_TYPES, TYPES);
79 CASE(TYPES, EXT_TYPES);
203 return "TYPES";
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 91 /* Flag indicating whether the arm MVE types have been handled. */
313 #define DEF_MVE_FUNCTION(NAME, SHAPE, TYPES, PREDS) \
314 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, preds_##PREDS, \
323 /* The single-predicate and single-vector types, with their built-in
356 /* Register the built-in MVE ABI vector types, such as uint32x4_t. */
391 with those types in their signature can be registered. This allows for
418 /* Register tuple types of element type TYPE under their arm_mve_types.h
427 with those types in their signature can be registered. This allows for
452 tree t = lang_hooks.types.simulate_record_decl (input_location, buffer,
497 error ("this definition requires MVE types, please include %qs"
1034 type_suffix_pair types = { local
1124 type_suffix_pair types = { type0, type1 }; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 526 #define DEF_SVE_FUNCTION(NAME, SHAPE, TYPES, PREDS) \
527 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, preds_##PREDS, \
536 /* The single-predicate and single-vector types, with their built-in
640 the number of types is only small. */
1031 /* Add a built-in function for INSTANCE, with the argument types given
1126 for (unsigned int ti = 0; group.types[ti][0] != NUM_TYPE_SUFFIXES;
1129 /* Stub out the types that are determined by overload
1131 type_suffix_pair types = { local
1132 explicit_type0 ? group.types[ti][0] : NUM_TYPE_SUFFIXES,
1133 explicit_type1 ? group.types[ti][1] : NUM_TYPE_SUFFIXE
1219 type_suffix_pair types = { type0, type1 }; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86DisassemblerTables.cpp 52 TYPES

Completed in 51 milliseconds