Searched refs:IntTy (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy;
60 const clang::QualType &IntType = FD->getASTContext().IntTy;
H A Dslang_rs_foreach_lowering.cpp160 mASTCtxt.IntTy, // int slot
162 mASTCtxt.IntTy, // int numOutput
163 mASTCtxt.IntTy, // int numInputs
252 const clang::CanQualType IntTy = mASTCtxt.IntTy; local
253 const unsigned IntTySize = mASTCtxt.getTypeSize(IntTy);
258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc);
349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc);
367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc);
372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Lo
[all...]
H A Dslang_rs_special_kernel_param.cpp181 if (UT != C.UnsignedIntTy && UT != C.IntTy) {
H A Dslang_rs_object_ref_count.cpp398 C.IntTy,
399 C.getTrivialTypeSourceInfo(C.IntTy),
410 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
425 C.IntTy,
438 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
444 C.IntTy,
454 C.IntTy,
766 C.IntTy,
[all...]
H A Dslang_rs_export_type.cpp413 return Context->getASTContext().IntTy.getTypePtr();
1259 Context->getASTContext().IntTy.getTypePtr());

Completed in 2653 milliseconds