Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp402 pushType(Type); in typeCheck()
405 pushType(Any{}); in typeCheck()
419 pushType(Type); in typeCheck()
423 pushType(Any{}); in typeCheck()
429 pushType(Type); in typeCheck()
432 pushType(Any{}); in typeCheck()
446 pushType(Type); in typeCheck()
449 pushType(Any{}); in typeCheck()
469 pushType(wasm::ValType::I32); in typeCheck()
484 pushType(wasm::ValType::I32); in typeCheck()
[all …]
H A DWebAssemblyAsmTypeCheck.h66 void pushType(StackType Type) { Stack.push_back(Type); } in pushType() function