Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/clang/test/Parser/
H A Dfp-floatcontrol-syntax.cpp36 #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 Dfp-floatcontrol-pragma.cpp116 #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 Dfp-floatcontrol-stack.cpp33 #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 Dpragma-fenv_access.c28 #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 Dfp-floatcontrol-class.cpp6 #pragma float_control(except, on)
13 #pragma float_control(except, off)
H A Dexprs-strictfp.c9 #pragma float_control(except, on)
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/XCOFF/
H A Dbasic.test19 - 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 Dwindows-itanium-exceptions.cpp5 void except() { in except() function
10 try { except(); } catch (...) { } in attempt()
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_seh.s38 .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 DCOFFAsmParser.cpp141 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 Dseh.s155 .seh_handler __C_specific_handler, @except
185 .seh_handler __C_specific_handler, @except
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dno-seh-unwind-inline-asm-codegen.ll21 to label %exit unwind label %except
26 except:
H A Dseh-unwind-inline-asm-codegen.ll21 to label %exit unwind label %except
26 except:
H A Dx86-no_caller_saved_registers-preserve.ll5 ;; 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 Dno-odd-spreg-msa.ll17 ; 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 Dllvm-as.rst28 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 Dlit.local.cfg50 except (AttributeError, OSError):
56 except (AttributeError, OSError):
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dcompiled_action.gni3 # 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 Dlit.cfg54 except OSError:
69 except OSError:
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dsse-builtins-constrained.c11 #pragma float_control(except, on)
H A Dstrictfp_builtins.c8 #pragma float_control(except, on)
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dasciiz-directive.s2 # .asciiz is exactly the same as .asciz, except it's MIPS-specific.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh.s233 .seh_handler __C_specific_handler, %except
321 .seh_handler __C_specific_handler, %except
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dseh-align2.s70 .seh_handler __C_specific_handler, @except
H A Dseh-align3.s74 .seh_handler __C_specific_handler, @except, @unwind

12345678910>>...19