Searched refs:ty (Results 76 - 100 of 100) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h602 SplitQualType(const Type *ty, Qualifiers qs) : Ty(ty), Quals(qs) {} argument
1001 static std::string getAsString(const Type *ty, Qualifiers qs,
1017 static void print(const Type *ty, Qualifiers qs,
1030 static void getAsStringInternal(const Type *ty, Qualifiers qs,
6377 TypeSourceInfo(QualType ty) : Ty(ty) {}
7219 if (const auto *ty = dyn_cast<T>(this)) return ty;
H A DExprObjC.h1497 QualType ty)
1498 : Expr(ObjCIsaExprClass, ty, VK_LValue, OK_Ordinary), Base(base),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1208 const ObjCObjectType *ty = opty->getObjectType(); local
1211 if (ty->isObjCId()) {
1213 } else if (ty->isObjCClass()) {
H A DSemaExprObjC.cpp1163 ParsedType ty,
1167 QualType EncodedType = GetTypeFromParser(ty, &TInfo);
1160 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1911 const Type *ty = T.getTypePtr(); local
1913 switch (ty->getTypeClass()) {
1921 mangleType(cast<CLASS##Type>(ty), Quals, Range); \
2655 const Type *ty = T.getTypePtr(); local
2656 switch (ty->getTypeClass()) {
H A DASTContext.cpp3372 const Type *ty = split.Ty; local
3373 switch (ty->getTypeClass()) {
3428 cast<PointerType>(ty)->getPointeeType()));
3432 const auto *lv = cast<LValueReferenceType>(ty);
3440 const auto *lv = cast<RValueReferenceType>(ty);
3447 const auto *at = cast<AtomicType>(ty);
3453 const auto *cat = cast<ConstantArrayType>(ty);
3464 const auto *dat = cast<DependentSizedArrayType>(ty);
3476 const auto *iat = cast<IncompleteArrayType>(ty);
3488 const auto *vat = cast<VariableArrayType>(ty);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5019 QualType ty = var->getType(); local
5025 if (ty->isReferenceType()) {
5027 ty = getReferenceInitTemporaryType(Init);
5031 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) {
5032 ty = arrayType->getElementType();
5037 // to be handled by now. In particular, 'ty' is now the unwrapped
5039 const CXXRecordDecl *classDecl = ty->getAsCXXRecordDecl();
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c100 #define PF_RULE_FIELD(field, ty) \
102 ty, \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h764 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
769 CmpInst(Type *ty, Instruction::OtherOps op, Predicate pred,
H A DInstructions.h1447 CallInst(FunctionType *ty, Value *F, const Twine &NameStr,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1392 llvm::IntegerType *ty = local
1394 return CGF.Builder.CreateBitCast(addr, ty->getPointerTo(addrspace));
H A DCGDecl.cpp787 auto ty = local
789 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType());
H A DCGException.cpp387 llvm::Type *ty = ConvertTypeForMem(e->getType())->getPointerTo(); local
388 Address typedAddr = Builder.CreateBitCast(addr, ty);
H A DCodeGenModule.h821 llvm::FunctionType *ty, const Twine &name, const CGFunctionInfo &FI,
H A DCGBlocks.cpp2009 auto *ty = cast<llvm::PointerType>(srcValue->getType()); local
2010 llvm::Value *null = llvm::ConstantPointerNull::get(ty);
H A DCGCall.cpp1574 llvm::Type *ty = ConvertType(ret);
1576 resultType = llvm::PointerType::get(ty, addressSpace);
H A DTargetInfo.cpp2325 llvm::Type *ty = info.getCoerceToType(); local
2326 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty))
H A DCodeGenFunction.h1894 typedef void Destroyer(CodeGenFunction &CGF, Address addr, QualType ty);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c1279 pcie_addr.config.ty = (bus > pciercx_cfg006.s.pbnum);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3575 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, argument
3578 : Instruction(ty, op,
3590 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, argument
3592 : Instruction(ty, op,
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt-gen.c2729 int ty; member in struct:td_desc
2833 g.td_type = fn->ty;
2903 g.td_type = fn->ty;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1381 Type *getShadowTyNoVec(Type *ty) {
1382 if (VectorType *vt = dyn_cast<VectorType>(ty))
1385 return ty;
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp230 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
238 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
248 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
432 SWIG_TypeCheck(const char *c, swig_type_info *ty) { argument
433 if (ty) {
434 swig_cast_info *iter = ty->cast;
437 if (iter == ty->cast)
443 iter->next = ty->cast;
445 if (ty->cast) ty
459 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) argument
486 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) argument
494 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) argument
508 SWIG_TypeName(const swig_type_info *ty) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp449 unsigned SCEVTy, const SCEV *op, Type *ty)
450 : SCEV(ID, SCEVTy, computeExpressionSize(op)), Op(op), Ty(ty) {}
453 const SCEV *op, Type *ty)
454 : SCEVCastExpr(ID, scTruncate, op, ty) {
460 const SCEV *op, Type *ty)
461 : SCEVCastExpr(ID, scZeroExtend, op, ty) {
467 const SCEV *op, Type *ty)
468 : SCEVCastExpr(ID, scSignExtend, op, ty) {
448 SCEVCastExpr(const FoldingSetNodeIDRef ID, unsigned SCEVTy, const SCEV *op, Type *ty) argument
452 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
459 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
466 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
/freebsd-13-stable/sys/kern/
H A Dvfs_aio.c295 int (*aio_copyin)(struct aiocb *ujob, struct kaiocb *kjob, int ty);

Completed in 1201 milliseconds

1234