Home
last modified time | relevance | path

Searched refs:case2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp196 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) && in runOnMachineFunction() local
202 if (case1 || case2) { in runOnMachineFunction()
212 if (case2 && !case1) { in runOnMachineFunction()
/freebsd-12.1/lib/libc/tests/gen/
H A DMakefile94 ${SRCTOP}/bin/sh/tests/builtins/case2.0
/freebsd-12.1/bin/sh/tests/parser/
H A DMakefile30 ${PACKAGE}FILES+= case2.0
/freebsd-12.1/bin/sh/tests/builtins/
H A DMakefile24 ${PACKAGE}FILES+= case2.0
/freebsd-12.1/contrib/gcc/
H A Dgimplify.c1321 tree case2 = *(tree *)p2; in compare_case_labels() local
1323 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2)); in compare_case_labels()