Lines Matching full:trap
867 ``-fsanitize=undefined-trap``: This includes all sanitizers
870 in conjunction with the ``-fsanitize-undefined-trap-on-error``
965 LLVM code generator translates ``__builtin_trap()`` to a trap
970 trap instruction. This option is useful for environments (e.g.
971 deeply embedded) where a trap cannot be properly handled, or when