HomeSort by relevance Sort by last modified time
    Searched defs:__attribute (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
align-local.c 3 typedef struct __attribute((aligned(16))) {int x[4];} ff; function
9 struct {int x[4];} b __attribute((aligned(16)));
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef

Completed in 105 milliseconds