Searched refs:ecode (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | regex.cpp | 17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() argument 19 switch (ecode) in make_error_type_string() 64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() argument 65 : runtime_error(make_error_type_string(ecode)), in regex_error() 66 __code_(ecode) in regex_error()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | x86-32-intrcc.ll | 32 define x86_intrcc void @test_isr_ecode(ptr byval(%struct.interrupt_frame) %frame, i32 %ecode) { 54 call x86_fastcallcc void asm sideeffect "", "r,r"(i32 %flags, i32 %ecode) 59 define x86_intrcc void @test_isr_clobbers(ptr byval(%struct.interrupt_frame) %frame, i32 %ecode) {
|
| H A D | x86-64-intrcc.ll | 31 define x86_intrcc void @test_isr_ecode(ptr byval(%struct.interrupt_frame) %frame, i64 %ecode) { 55 call void asm sideeffect "", "r,r"(i64 %flags, i64 %ecode) 60 define x86_intrcc void @test_isr_clobbers(ptr byval(%struct.interrupt_frame) %frame, i64 %ecode) {
|
| H A D | x86-64-intrcc-nosse.ll | 9 define x86_intrcc void @test_isr_sse_clobbers(ptr byval(%struct.interrupt_frame) %frame, i64 %ecode…
|
| H A D | 2007-11-07-MulBy4.ll | 9 define fastcc i32 @foo(ptr %eptr, ptr %ecode, ptr %md, i32 %ims) {
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 5668 DWORD ecode; in __kmp_free_team() local 5669 if (!__kmp_is_thread_alive(th, &ecode)) { in __kmp_free_team()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | regex | 87 explicit regex_error(regex_constants::error_type ecode);
|