| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | Debug.h | 111 #define MESSAGE0(_str) \ argument 113 fprintf(stderr, GETNAME(TARGET_NAME) " message: %s\n", _str); \ 117 #define MESSAGE(_str, ...) \ argument 119 fprintf(stderr, GETNAME(TARGET_NAME) " message: " _str "\n", __VA_ARGS__); \ 123 #define FATAL_MESSAGE0(_num, _str) \ argument 125 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d: %s\n", _num, _str); \ 130 #define FATAL_MESSAGE(_num, _str, ...) \ argument 132 fprintf(stderr, GETNAME(TARGET_NAME) " fatal error %d:" _str "\n", _num, \
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
| H A D | ELF_N32_relocations.s | 100 # rtdyld-check: *{4}(section_addr(test_ELF_N32.o, .got)) = (_str + 0x8000) & 0xffff0000 102 ld $25, %got_page(_str)($1) 104 # Check the offset of _str from the page pointer. 105 # rtdyld-check: decode_operand(insn6, 2)[15:0] = _str[15:0] 107 daddiu $25, $25, %got_ofst(_str) 147 .type _str,@object 149 _str: label 151 .size _str, 5
|
| H A D | ELF_Mips64r2N64_PIC_relocations.s | 114 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff00… 116 ld $25, %got_page(_str)($1) 118 # Check the offset of _str from the page pointer. 119 # rtdyld-check: decode_operand(insn6, 2)[15:0] = _str[15:0] 121 daddiu $25, $25, %got_ofst(_str) 161 .type _str,@object 163 _str: label 165 .size _str, 5
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | symbol-naming.ll | 12 ; CHECK-DAG: _$_str 23 @_$_str = private unnamed_addr constant [13 x i8] c"%d %f %c %d\0A\00", align 1 36 …%call = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @_$_str, i32…
|
| /llvm-project-15.0.7/clang/test/CXX/lex/lex.literal/lex.ext/ |
| H A D | p5.cpp | 42 template<S s> constexpr const decltype(s) &operator""_str() { return s; } in operator ""_str() 43 static_assert(__builtin_strcmp("hello world"_str.a, "hello world") == 0);
|
| /llvm-project-15.0.7/lld/test/MachO/invalid/ |
| H A D | cstring-dedup.s | 23 _str: label 25 .quad _str
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | iostream.cpp | 14 #define _str(s) #s macro 15 #define str(s) _str(s)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | localescape.ll | 42 ; X86: pushl $_str 46 ; X86: pushl $_str 52 ; X86: pushl $_str
|
| H A D | seh-stack-realign.ll | 70 ; CHECK: pushl $_str
|
| H A D | seh-catch-all-win32.ll | 77 ; CHECK: pushl $_str
|
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | x86_64-arguments-darwin.c | 5 typedef struct _str { struct
|
| H A D | x86_64-arguments-nacl.c | 80 typedef struct _str { struct
|
| H A D | x86_64-arguments.c | 275 typedef struct _str { struct
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | load-command-sequence.s | 56 _str: label
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1121 // In some systems str[n]casejmp is a macro that expands to _str[n]icmp.
|