Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp324 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType()
328 if (argTy->canDecayToPointerType()) in matchesType()
329 argTy = C.getDecayedType(argTy); in matchesType()
333 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()
341 argTy = PT->getPointeeType(); in matchesType()
352 if (const auto *ETy = argTy->getAs<EnumType>()) { in matchesType()
359 argTy = ETy->getDecl()->getIntegerType(); in matchesType()
362 if (const auto *BT = argTy->getAs<BuiltinType>()) { in matchesType()
397 if (const EnumType *ETy = argTy->getAs<EnumType>()) { in matchesType()
402 argTy = C.IntTy; in matchesType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1044 const Type* argTy = static_cast<const Type*>(*PI); in getOrInsertFunction() local
1045 if (argTy->isPointerTy()) { in getOrInsertFunction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h340 MatchKind matchesType(ASTContext &C, QualType argTy) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1142 llvm::Type *argTy = llvm_eh_typeid_for->getArg(0)->getType(); in emitCatchDispatchBlock() local
1158 if (typeValue->getType() != argTy) in emitCatchDispatchBlock()
1161 LangAS::Default, argTy); in emitCatchDispatchBlock()