Home
last modified time | relevance | path

Searched refs:argTy (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Analysis/
DFormatString.cpp291 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType()
294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
302 argTy = PT->getPointeeType(); in matchesType()
313 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
314 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
316 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()
330 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()
331 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
332 argTy = C.getCanonicalType(argTy).getUnqualifiedType(); in matchesType()
334 if (T == argTy) in matchesType()
[all …]
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp218 Type * argTy = func->getFunctionType()->getParamType(0); in visitCallSPRIVImageQuerySize() local
219 assert(argTy->isPointerTy() && "argument must be a pointer to opaque structure"); in visitCallSPRIVImageQuerySize()
220 StructType * imgTy = cast<StructType>(argTy->getPointerElementType()); in visitCallSPRIVImageQuerySize()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h266 MatchKind matchesType(ASTContext &C, QualType argTy) const;
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp516 Type* argTy = static_cast<Type*>(*PI); in printType() local
517 printType(argTy); in printType()
518 std::string argName(getCppName(argTy)); in printType()
/external/valgrind/VEX/priv/
Dhost_arm_isel.c392 IRType argTy = typeOfIRExpr(env->type_env, arg); in doHelperCallWithArgsOnStack() local
393 if (UNLIKELY(argTy != Ity_I32)) in doHelperCallWithArgsOnStack()