Home
last modified time | relevance | path

Searched refs:handler1 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d2112 auto handler1 = startTag.name in onStartTag; in parse() local
2113 if (handler1 !is null) (*handler1)(parser); in parse()
2116 handler1 = null in onStartTag; in parse()
2117 if (handler1 !is null) (*handler1)(parser); in parse()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d2103 auto handler1 = startTag.name in onStartTag; in parse() local
2104 if (handler1 !is null) (*handler1)(parser); in parse()
2107 handler1 = null in onStartTag; in parse()
2108 if (handler1 !is null) (*handler1)(parser); in parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-fold.cc1380 range_operator *handler1 = gimple_range_handler (SSA_NAME_DEF_STMT (ssa1)); in relation_fold_and_or() local
1384 if (!handler1 || !handler2) in relation_fold_and_or()
1406 relation_kind relation1 = handler1->op1_op2_relation (bool_one); in relation_fold_and_or()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst8158 …<resultval> = catchswitch within <parent> [ label <handler1>, label <handler2>, ... ] unwind to ca…
8159 …<resultval> = catchswitch within <parent> [ label <handler1>, label <handler2>, ... ] unwind label…
8200 %cs1 = catchswitch within none [label %handler0, label %handler1] unwind to caller