Home
last modified time | relevance | path

Searched refs:hasCatchAll (Results 1 – 20 of 20) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DCompiledClause.hs109 hasCatchAll :: CompiledClauses -> Bool
110 hasCatchAll = getAny . loop function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGException.cpp805 bool hasCatchAll = false; in EmitLandingPad() local
821 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
835 assert(!hasCatchAll); in EmitLandingPad()
836 hasCatchAll = true; in EmitLandingPad()
851 assert(!hasCatchAll); in EmitLandingPad()
852 hasCatchAll = true; in EmitLandingPad()
865 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
866 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGException.cpp809 bool hasCatchAll = false; in EmitLandingPad() local
825 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
839 assert(!hasCatchAll); in EmitLandingPad()
840 hasCatchAll = true; in EmitLandingPad()
855 assert(!hasCatchAll); in EmitLandingPad()
856 hasCatchAll = true; in EmitLandingPad()
869 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
870 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGException.cpp794 bool hasCatchAll = false; in EmitLandingPad() local
810 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
824 assert(!hasCatchAll); in EmitLandingPad()
825 hasCatchAll = true; in EmitLandingPad()
843 assert(!hasCatchAll); in EmitLandingPad()
844 hasCatchAll = true; in EmitLandingPad()
857 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
858 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGException.cpp810 bool hasCatchAll = false; in EmitLandingPad() local
826 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
840 assert(!hasCatchAll); in EmitLandingPad()
841 hasCatchAll = true; in EmitLandingPad()
856 assert(!hasCatchAll); in EmitLandingPad()
857 hasCatchAll = true; in EmitLandingPad()
870 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
871 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGException.cpp792 bool hasCatchAll = false; in EmitLandingPad() local
808 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
822 assert(!hasCatchAll); in EmitLandingPad()
823 hasCatchAll = true; in EmitLandingPad()
841 assert(!hasCatchAll); in EmitLandingPad()
842 hasCatchAll = true; in EmitLandingPad()
855 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
856 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGException.cpp805 bool hasCatchAll = false; in EmitLandingPad() local
821 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
835 assert(!hasCatchAll); in EmitLandingPad()
836 hasCatchAll = true; in EmitLandingPad()
851 assert(!hasCatchAll); in EmitLandingPad()
852 hasCatchAll = true; in EmitLandingPad()
865 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
866 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp792 bool hasCatchAll = false; in EmitLandingPad() local
808 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
822 assert(!hasCatchAll); in EmitLandingPad()
823 hasCatchAll = true; in EmitLandingPad()
841 assert(!hasCatchAll); in EmitLandingPad()
842 hasCatchAll = true; in EmitLandingPad()
855 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
856 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGException.cpp809 bool hasCatchAll = false; in EmitLandingPad() local
825 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
839 assert(!hasCatchAll); in EmitLandingPad()
840 hasCatchAll = true; in EmitLandingPad()
855 assert(!hasCatchAll); in EmitLandingPad()
856 hasCatchAll = true; in EmitLandingPad()
869 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
870 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGException.cpp794 bool hasCatchAll = false; in EmitLandingPad() local
810 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
824 assert(!hasCatchAll); in EmitLandingPad()
825 hasCatchAll = true; in EmitLandingPad()
843 assert(!hasCatchAll); in EmitLandingPad()
844 hasCatchAll = true; in EmitLandingPad()
857 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
858 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGException.cpp790 bool hasCatchAll = false; in EmitLandingPad() local
806 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
820 assert(!hasCatchAll); in EmitLandingPad()
821 hasCatchAll = true; in EmitLandingPad()
839 assert(!hasCatchAll); in EmitLandingPad()
840 hasCatchAll = true; in EmitLandingPad()
853 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
854 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGException.cpp840 bool hasCatchAll = false; in EmitLandingPad() local
856 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
870 assert(!hasCatchAll); in EmitLandingPad()
871 hasCatchAll = true; in EmitLandingPad()
886 assert(!hasCatchAll); in EmitLandingPad()
887 hasCatchAll = true; in EmitLandingPad()
900 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
901 if (hasCatchAll) { in EmitLandingPad()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBaselineCompile.cpp3937 bool hasCatchAll = false; in endTryCatch() local
3940 MOZ_ASSERT(!hasCatchAll); in endTryCatch()
3945 hasCatchAll = true; in endTryCatch()
3953 if (!hasCatchAll) { in endTryCatch()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp10869 bool hasCatchAll = false; in endTryCatch() local
10872 MOZ_ASSERT(!hasCatchAll); in endTryCatch()
10877 hasCatchAll = true; in endTryCatch()
10887 if (!hasCatchAll && !throwFrom(exn, lineOrBytecode)) { in endTryCatch()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp10869 bool hasCatchAll = false; in endTryCatch() local
10872 MOZ_ASSERT(!hasCatchAll); in endTryCatch()
10877 hasCatchAll = true; in endTryCatch()
10887 if (!hasCatchAll && !throwFrom(exn, lineOrBytecode)) { in endTryCatch()