Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_instructions.hh253 if (isIntOrPtrType(type) || isBoolType(type)) { in type2Binary()
301 if (isIntOrPtrType(type)) { in visit()
333 if (isIntOrPtrType(var.second.fType)) { in generateStackMap()
H A Dwast_instructions.hh36 if (isIntOrPtrType(type) || isBoolType(type)) { in type2String()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh175 inline bool isIntOrPtrType(Typed::VarType type) in isIntOrPtrType() function