Searched refs:StrTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral() local 73 /*Pascal=*/false, StrTy, &StrLocs[0], in ParseObjCStringLiteral() 1056 QualType StrTy; in BuildObjCEncodeExpression() local 1058 StrTy = Context.DependentTy; in BuildObjCEncodeExpression() 1076 StrTy = Context.CharTy; in BuildObjCEncodeExpression() 1079 StrTy.addConst(); in BuildObjCEncodeExpression() 1080 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression() 1084 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); in BuildObjCEncodeExpression()
|
| H A D | SemaExpr.cpp | 1606 QualType StrTy = Context.getConstantArrayType( in ActOnStringLiteral() local 1612 Kind, Literal.Pascal, StrTy, in ActOnStringLiteral() 1638 Context.getArrayDecayedType(StrTy), SizeType in ActOnStringLiteral() 3351 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant() local 3356 /*Pascal*/false, StrTy, &TokLoc, 1); in ActOnNumericConstant()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8071 void addStruct(uint64_t Offset, llvm::StructType *StrTy) { in addStruct() 8072 const llvm::StructLayout *Layout = DL.getStructLayout(StrTy); in addStruct() 8073 for (unsigned i = 0, e = StrTy->getNumElements(); i != e; ++i) { in addStruct() 8074 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() 8149 llvm::StructType *StrTy = dyn_cast<llvm::StructType>(CGT.ConvertType(Ty)); in classifyType() local 8150 if (!StrTy) in classifyType() 8154 CB.addStruct(0, StrTy); in classifyType() 8155 CB.pad(llvm::alignTo(CB.DL.getTypeSizeInBits(StrTy), 64)); in classifyType() 8158 llvm::Type *CoerceTy = CB.isUsableType(StrTy) ? StrTy : CB.getType(); in classifyType()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 144 template <typename StrTy> 146 StrTy &Result) { in convertToString()
|