Home
last modified time | relevance | path

Searched refs:align_value (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dmovdirintrin.h44 _movdir64b (void *__dst __attribute__((align_value(64))), const void *__src) in _movdir64b()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c5780 align_value (unsigned int off, unsigned int alignment) in align_value() function
6077 off = align_value (off, field_alignment (type, f)) in ada_template_to_fixed_record_type_1()
6119 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT; in ada_template_to_fixed_record_type_1()
6158 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT; in ada_template_to_fixed_record_type_1()
6176 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype), in ada_template_to_fixed_record_type_1()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td723 // semantics than Intel's align_value.
727 GNU<"align_value">
729 // , Declspec<"align_value">
H A DAttrDocs.td3240 The align_value attribute can be added to the typedef of a pointer type or the
3248 typedef double * aligned_double_ptr __attribute__((align_value(64)));
3249 void foo(double & x __attribute__((align_value(128)),
H A DDiagnosticSemaKinds.td3081 "'align_value' attribute requires integer constant">;