Home
last modified time | relevance | path

Searched defs:test_vectorcall (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dwin32-vectorcall-nightly.rs6 pub fn test_vectorcall( in test_vectorcall() function
/third_party/python/Lib/test/
Dtest_call.py521 def test_vectorcall(self): member in FastCallTests
624 def test_vectorcall(self): member in TestPEP590