HomeSort by relevance Sort by last modified time
    Searched refs:functionType (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/pixelflinger2/
texture.cpp 362 llvm::FunctionType *functionType = llvm::FunctionType::get(llvm::Type::getVoidTy(llvm_ctx),
369 mod->getOrInsertFunction(textureFunctionMapping[i].name, functionType));
llvm_scanline.cpp 420 static FunctionType * ScanLineFunctionType(IRBuilder<> & builder)
438 FunctionType *functionType = FunctionType::get(/*Result=*/builder.getVoidTy(),
442 return functionType;
  /external/clang/lib/Sema/
TreeTransform.h 708 const FunctionType::ExtInfo &Info);
    [all...]

Completed in 194 milliseconds