Home
last modified time | relevance | path

Searched refs:WithAttributes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-right.h55 inline WithAttributes<int> make_with_attributes_right() { return WithAttributes<int>(); } in make_with_attributes_right()
H A Dtemplates-top.h62 template<typename T> struct __attribute__((packed, aligned(2))) WithAttributes { struct
65 WithAttributes<int> *get_with_attributes(); argument
H A Dtemplates-left.h74 inline WithAttributes<int> make_with_attributes_left() { return WithAttributes<int>(); }