Searched refs:functionType (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dtexture.cpp362 llvm::FunctionType *functionType = llvm::FunctionType::get(llvm::Type::getVoidTy(llvm_ctx), local
369 mod->getOrInsertFunction(textureFunctionMapping[i].name, functionType));
H A Dllvm_scanline.cpp438 FunctionType *functionType = FunctionType::get(/*Result=*/builder.getVoidTy(), local
442 return functionType;
/external/clang/lib/Sema/
H A DTreeTransform.h8770 QualType functionType = getDerived().RebuildFunctionProtoType( local
8777 blockScope->FunctionType = functionType;

Completed in 90 milliseconds