Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dmovdirintrin.h58 _movdir64b (void *__dst __attribute__((align_value(64))), const void *__src) in _movdir64b()
/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.c5744 align_value (unsigned int off, unsigned int alignment) in align_value() function
5976 align_value (off, in template_to_fixed_record_type()
6043 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype), TYPE_LENGTH (type)); in template_to_fixed_record_type()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td593 // semantics than Intel's align_value.
597 GNU<"align_value">
599 // , Declspec<"align_value">
H A DAttrDocs.td2365 The align_value attribute can be added to the typedef of a pointer type or the
2373 typedef double * aligned_double_ptr __attribute__((align_value(64)));
2374 void foo(double & x __attribute__((align_value(128)),
H A DDiagnosticSemaKinds.td2510 "'align_value' attribute requires integer constant">;