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

  /external/clang/test/CodeGen/
align-local.c 3 typedef struct __attribute((aligned(16))) {int x[4];} ff; function
7 struct {int x[4];} b __attribute((aligned(16)));
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall)); typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 127 # define __attribute(arg) __attribute__ (arg) macro
129 # define __attribute(arg) macro
425 # define internal_function __attribute ((regparm (3), stdcall))
443 internal_function __attribute ((pure));
809 internal_function __attribute ((pure))
822 internal_function __attribute ((pure))
831 internal_function __attribute ((pure))

Completed in 80 milliseconds