Searched defs:functionType (Results 1 – 5 of 5) sorted by relevance
273 const deUint32 functionType = testsArr[ndx].second; in mixupAddressProcCheck() local290 const deUint32 functionType = testsArr[ndx].second; in specialCasesCheck() local309 const deUint32 functionType = testsArr[ndx].second; in regularCheck() local
396 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
1503 func (st *state) functionType() AST { func
11368 QualType functionType = in TransformBlockExpr() local
995 llvm::FunctionType *functionType = llvm::FunctionType::get(T(ReturnType), T(Params), false); in createFunction() local