Home
last modified time | relevance | path

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

/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-validator.cpp171 void shouldBeIntOrUnreachable(Type ty, in shouldBeIntOrUnreachable() function
387 void shouldBeIntOrUnreachable(Type ty, Expression* curr, const char* text) { in shouldBeIntOrUnreachable() function
388 return info.shouldBeIntOrUnreachable(ty, curr, text, getFunction()); in shouldBeIntOrUnreachable()
955 shouldBeIntOrUnreachable( in visitLoad()
992 shouldBeIntOrUnreachable( in visitStore()
1013 shouldBeIntOrUnreachable( in visitAtomicRMW()
1045 shouldBeIntOrUnreachable(curr->expected->type, in visitAtomicCmpxchg()
1063 shouldBeIntOrUnreachable( in visitAtomicWait()