Searched refs:may_alias (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | may-alias.c | 14 typedef int __attribute__((may_alias)) aliasing_int; 27 struct Test1MA { int x; } __attribute__((may_alias));
|
| H A D | tbaa-struct.cpp | 16 typedef A __attribute__((may_alias)) AA;
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | may_alias.cpp | 4 enum class __attribute__((may_alias)) E {}; 7 using B __attribute__((may_alias)) = enum {};
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/ |
| H A D | chksum_common.h | 33 #define may_alias __attribute__((__may_alias__)) macro 44 #define may_alias macro
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-print-record-decl.c | 187 KW __attribute__((may_alias)) T *p3; in defSelfRef() 209 KW __attribute__((may_alias)) T *p1; in declsOnly()
|
| H A D | ast-print-enum-decl.c | 75 enum __attribute__((may_alias)) T *p1; in declsOnly()
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | opt-remarks-xfail.ll | 49 ; YAML-NEXT: Function: may_alias 84 define i32 @may_alias(i32* %p, i32* %r) !dbg !7 { 103 !7 = distinct !DISubprogram(name: "may_alias", scope: !1, file: !1, line: 1, type: !8, isLocal: fal…
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/test/ |
| H A D | chksum.c | 30 #define may_alias __attribute__((__may_alias__)) macro 32 #define may_alias macro 42 const uint16_t *may_alias hptr = ptr; in checksum_simple()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | opt-remarks.ll | 53 ; YAML-NEXT: Function: may_alias 88 define i32 @may_alias(i32* %p, i32* %r) !dbg !7 { 107 !7 = distinct !DISubprogram(name: "may_alias", scope: !1, file: !1, line: 1, type: !8, isLocal: fal…
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/arm/ |
| H A D | chksum_simd.c | 36 const uint64_t *may_alias ptr64 = align_ptr(ptr, 8); in __chksum_arm_simd() 57 const uint32_t *may_alias ptr32 = ptr; in __chksum_arm_simd()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | types.c | 70 char c = (char __attribute__((may_alias))) i; in test2()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/networking/aarch64/ |
| H A D | chksum_simd.c | 77 const uint32_t *may_alias ptr32 = ptr; in __chksum_aarch64_simd()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 1605 let Spellings = [GCC<"may_alias">];
|