Searched refs:Pod (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-windows-calls.ll | 105 ; Pod is a trivial HFA 106 %struct.Pod = type { [2 x double] } 108 %struct.NotCXX14Aggregate = type { %struct.Pod } 115 define dso_local %struct.Pod @copy_pod(%struct.Pod* %x) { 116 %x1 = load %struct.Pod, %struct.Pod* %x, align 8 117 ret %struct.Pod %x1 143 @Pod = external global %struct.Pod 147 %x = call %struct.Pod @copy_pod(%struct.Pod* @Pod) 148 store %struct.Pod %x, %struct.Pod* @Pod
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | homogeneous-aggregates.cpp | 115 struct Pod { struct 121 Pod p; 134 struct HasPodBase : public Pod {}; 136 Pod copy(Pod *x) { return *x; } // MSVC: ldp d0,d1,[x0], Clang: ldp d0,d1,[x0] in copy() 146 void call_copy_pod(Pod *pod) { in call_copy_pod()
|
| H A D | debug-info-composite-cc.cpp | 30 struct Pod { struct
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | mypod2latex | 4 use Pod::LaTeX; 8 my $parser = new Pod::LaTeX(
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 23 template <class T> char *WriteBytes(T Pod, char *&Buffer) { in WriteBytes() argument 24 *(T *)Buffer = Pod; in WriteBytes()
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | tools.pm | 70 use Pod::Usage (); 252 "h0|usage" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 0 ); }, 253 "h1|h|help" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 1 ); }, 254 "h2|doc|manual" => sub { Pod::Usage::pod2usage( -exitval => 0, -verbose => 2 ); },
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LanguageExtensions.rst | 2129 struct Pod { 2150 Pod a,
|