| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | fp-floatcontrol-syntax.cpp | 36 #pragma float_control(except, on, push) // expected-error {{can only appear at file or namesp… in check_stack() 37 #pragma float_control(except, on, push, junk) // expected-error {{float_control is malformed}} in check_stack() 59 #pragma float_control(except, on) // OK 61 #pragma float_control(except, on) 70 #pragma float_control(except, on) in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | fp-floatcontrol-pragma.cpp | 116 #pragma float_control(except, on) in fff() 127 #pragma float_control(except, off) in fff() 175 #pragma float_control(except, on) in add() 214 #pragma float_control(except, on, push) 246 #pragma float_control(except, on, push) 270 #pragma float_control( except, on) in try_lam()
|
| H A D | fp-floatcontrol-stack.cpp | 33 #pragma float_control(except, on) 77 #pragma float_control(except, off) 223 #pragma float_control(except, on) 248 #pragma float_control(except, off)
|
| H A D | pragma-fenv_access.c | 28 #pragma float_control(except, off) in func_02() 50 #pragma float_control(except, off) in func_04() 59 #pragma float_control(except, on) in func_04a() 75 #pragma float_control(except, off) in func_06()
|
| H A D | fp-floatcontrol-class.cpp | 6 #pragma float_control(except, on) 13 #pragma float_control(except, off)
|
| H A D | exprs-strictfp.c | 9 #pragma float_control(except, on)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/XCOFF/ |
| H A D | basic.test | 19 - Name: .except 90 - Name: .except 91 Section: .except 103 ## Symbol in .except section. 104 # CHECK-NEXT: 00000000 ? .except
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | windows-itanium-exceptions.cpp | 5 void except() { in except() function 10 try { except(); } catch (...) { } in attempt()
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | directive_seh.s | 38 .seh_handler __C_specific_handler, @except 39 # CHECK: .seh_handler __C_specific_handler, @except 92 .seh_handler __C_specific_handler, @except 93 # CHECK: .seh_handler __C_specific_handler, @except
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 141 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 657 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 658 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 662 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 671 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 700 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 711 except = true; in ParseAtUnwindOrAtExcept()
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | seh.s | 155 .seh_handler __C_specific_handler, @except 185 .seh_handler __C_specific_handler, @except
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | no-seh-unwind-inline-asm-codegen.ll | 21 to label %exit unwind label %except 26 except:
|
| H A D | seh-unwind-inline-asm-codegen.ll | 21 to label %exit unwind label %except 26 except:
|
| H A D | x86-no_caller_saved_registers-preserve.ll | 5 ;; be preserved except for registers used for passing/returning arguments. 30 ;; doesn't need to preserve registers except for the arguments passed
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | no-odd-spreg-msa.ll | 17 ; Clobber all except $f12/$w12 and $f13 51 ; Clobber all except $f12/$w12 and $f13 83 ; Clobber all except $f12, and $f13 111 ; Clobber all except $f13
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-as.rst | 28 same name, except that the suffix is changed to ``.bc``. 31 output file has the same name as the input file, except that the ``.bc``
|
| /llvm-project-15.0.7/llvm/test/Bindings/Go/ |
| H A D | lit.local.cfg | 50 except (AttributeError, OSError): 56 except (AttributeError, OSError):
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | compiled_action.gni | 3 # compiled_action() is like action(), except that it runs a built binary 18 # to action()'s `args`, except that `tool` is implicitly added as first
|
| /llvm-project-15.0.7/polly/test/ |
| H A D | lit.cfg | 54 except OSError: 69 except OSError:
|
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | sse-builtins-constrained.c | 11 #pragma float_control(except, on)
|
| H A D | strictfp_builtins.c | 8 #pragma float_control(except, on)
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | asciiz-directive.s | 2 # .asciiz is exactly the same as .asciz, except it's MIPS-specific.
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | seh.s | 233 .seh_handler __C_specific_handler, %except 321 .seh_handler __C_specific_handler, %except
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | seh-align2.s | 70 .seh_handler __C_specific_handler, @except
|
| H A D | seh-align3.s | 74 .seh_handler __C_specific_handler, @except, @unwind
|