Home
last modified time | relevance | path

Searched refs:_str (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDebug.h111 #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 DELF_N32_relocations.s100 # 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 DELF_Mips64r2N64_PIC_relocations.s114 # 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 Dsymbol-naming.ll12 ; 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 Dp5.cpp42 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 Dcstring-dedup.s23 _str: label
25 .quad _str
/llvm-project-15.0.7/libcxx/src/
H A Diostream.cpp14 #define _str(s) #s macro
15 #define str(s) _str(s)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlocalescape.ll42 ; X86: pushl $_str
46 ; X86: pushl $_str
52 ; X86: pushl $_str
H A Dseh-stack-realign.ll70 ; CHECK: pushl $_str
H A Dseh-catch-all-win32.ll77 ; CHECK: pushl $_str
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dx86_64-arguments-darwin.c5 typedef struct _str { struct
H A Dx86_64-arguments-nacl.c80 typedef struct _str { struct
H A Dx86_64-arguments.c275 typedef struct _str { struct
/llvm-project-15.0.7/lld/test/MachO/
H A Dload-command-sequence.s56 _str: label
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.def1121 // In some systems str[n]casejmp is a macro that expands to _str[n]icmp.