Home
last modified time | relevance | path

Searched defs:QT (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp815 QualType QT = Dst.getType(); defaultInitNonTrivialCStructVar() local
821 callSpecialFunction(G && Gen,StringRef FuncName,QualType QT,bool IsVolatile,CodeGenFunction & CGF,std::array<Address,N> Addrs) callSpecialFunction() argument
833 getSpecialFunction(G && Gen,StringRef FuncName,QualType QT,bool IsVolatile,std::array<CharUnits,N> Alignments,CodeGenModule & CGM) getSpecialFunction() argument
846 QualType QT = Dst.getType(); callCStructDefaultConstructor() local
854 getNonTrivialCopyConstructorStr(QualType QT,CharUnits Alignment,bool IsVolatile,ASTContext & Ctx) getNonTrivialCopyConstructorStr() argument
859 getNonTrivialDestructorStr(QualType QT,CharUnits Alignment,bool IsVolatile,ASTContext & Ctx) getNonTrivialDestructorStr() argument
870 QualType QT = Dst.getType(); callCStructDestructor() local
881 QualType QT = Dst.getType(); callCStructCopyConstructor() local
895 QualType QT = Dst.getType(); callCStructCopyAssignmentOperator() local
906 QualType QT = Dst.getType(); callCStructMoveConstructor() local
920 QualType QT = Dst.getType(); callCStructMoveAssignmentOperator() local
929 getNonTrivialCStructDefaultConstructor(CodeGenModule & CGM,CharUnits DstAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructDefaultConstructor() argument
939 getNonTrivialCStructCopyConstructor(CodeGenModule & CGM,CharUnits DstAlignment,CharUnits SrcAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructCopyConstructor() argument
951 getNonTrivialCStructMoveConstructor(CodeGenModule & CGM,CharUnits DstAlignment,CharUnits SrcAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructMoveConstructor() argument
963 getNonTrivialCStructCopyAssignmentOperator(CodeGenModule & CGM,CharUnits DstAlignment,CharUnits SrcAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructCopyAssignmentOperator() argument
975 getNonTrivialCStructMoveAssignmentOperator(CodeGenModule & CGM,CharUnits DstAlignment,CharUnits SrcAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructMoveAssignmentOperator() argument
986 getNonTrivialCStructDestructor(CodeGenModule & CGM,CharUnits DstAlignment,bool IsVolatile,QualType QT) getNonTrivialCStructDestructor() argument
[all...]
H A DCGObjCRuntime.cpp442 QualType QT = param->getType(); in destroyCalleeDestroyedArguments() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp143 QualType QT = Ctx.getTemplateSpecializationType( getFullyQualifiedTemplateType() local
175 QualType QT = Ctx.getTemplateSpecializationType( getFullyQualifiedTemplateType() local
378 getFullyQualifiedType(QualType QT,const ASTContext & Ctx,bool WithGlobalNsPrefix) getFullyQualifiedType() argument
481 getFullyQualifiedName(QualType QT,const ASTContext & Ctx,const PrintingPolicy & Policy,bool WithGlobalNsPrefix) getFullyQualifiedName() argument
[all...]
H A DScanfFormatString.cpp414 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() argument
H A DFormatString.cpp1081 namedTypeToLengthModifier(QualType QT,LengthModifier & LM) namedTypeToLengthModifier() argument
H A DASTTypeTraits.cpp201 } else if (const QualType *QT = get<QualType>()) in print() local
H A DPrintfFormatString.cpp684 fixType(QualType QT,const LangOptions & LangOpt,ASTContext & Ctx,bool IsObjCLiteral) fixType() argument
[all...]
H A DTemplateBase.cpp171 void TemplateArgument::initFromDeclaration(ValueDecl *D, QualType QT, in initFromDeclaration() argument
H A DExprObjC.cpp267 QualType QT = MD->getReturnType(); in getCallReturnType() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp70 QualType QT) { in hasAnyEnabledAttrOf()
111 QualType QT) { in hasAnyEnabledAttrOf()
172 static bool isOSObjectPtr(QualType QT) { in isOSObjectPtr()
229 RetainSummaryManager::isKnownSmartPointer(QualType QT) { in isKnownSmartPointer()
637 QualType QT = (*pi)->getType(); in updateSummaryForArgumentTypes() local
890 static bool hasTypedefNamed(QualType QT, in hasTypedefNamed()
914 QualType QT = pd->getType(); in applyParamAnnotationEffect() local
928 QualType QT = getCallableReturnType(FD); in applyParamAnnotationEffect() local
H A DConsumed.cpp143 static bool isConsumableType(const QualType &QT) { in isConsumableType()
153 static bool isAutoCastType(const QualType &QT) { in isAutoCastType()
163 static bool isSetOnReadPtrType(const QualType &QT) { in isSetOnReadPtrType()
193 static ConsumedState mapConsumableAttrState(const QualType QT) { in mapConsumableAttrState()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) { in addDataToConsumer()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp458 static void appendQualifier(SmallStringEnc &Enc, QualType QT) { in appendQualifier() argument
542 static bool appendArrayType(SmallStringEnc &Enc, QualType QT, in appendArrayType() argument
602 QualType QT = QType.getCanonicalType(); in appendType() local
647 QualType QT = VD->getType().getCanonicalType(); getTypeString() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp105 std::string GetFullTypeName(ASTContext &Ctx, QualType QT) { in GetFullTypeName() argument
H A DValue.cpp100 static Value::Kind ConvertQualTypeToKind(const ASTContext &Ctx, QualType QT) { in ConvertQualTypeToKind() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp58 QualType QT = V->getType(); isRefcountedStringsHack() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1132 QualType QT = PDecl->getType(); in RewriteObjCMethodDecl() local
2193 QualType QT = ND->getType(); in RewriteTypeOfDecl() local
3280 QualType QT = (*AI)->getType(); in SynthesizeBlockFunc() local
3328 QualType QT = (*I)->getType(); in SynthesizeBlockFunc() local
3422 QualType QT = (*I)->getType(); in SynthesizeBlockImpl() local
3895 QualType QT = CE->getType(); in RewriteCastExpr() local
3954 bool RewriteObjC::PointerTypeTakesAnyBlockArguments(QualType QT) { in PointerTypeTakesAnyBlockArguments()
3972 bool RewriteObjC::PointerTypeTakesAnyObjCQualifiedType(QualType QT) { in PointerTypeTakesAnyObjCQualifiedType()
4449 QualType QT = (*I)->getType(); in SynthBlockInitExpr() local
4467 QualType QT = (*I)->getType(); in SynthBlockInitExpr() local
H A DRewriteModernObjC.cpp2280 const Type* TypePtr = QT->getAs<Type>(); in RewriteTypeOfDecl() local
1299 QualType QT = PDecl->getType(); RewriteObjCMethodDecl() local
3912 QualType QT = GetGroupRecordTypeForObjCIvarBitfield(IV); RewriteObjCInternalStruct() local
4070 QualType QT = (*AI)->getType(); SynthesizeBlockFunc() local
4118 QualType QT = (*I)->getType(); SynthesizeBlockFunc() local
4212 QualType QT = (*I)->getType(); SynthesizeBlockImpl() local
4726 QualType QT = CE->getType(); RewriteCastExpr() local
4757 QualType QT = IC->getType(); RewriteImplicitCastObjCExpr() local
4800 PointerTypeTakesAnyBlockArguments(QualType QT) PointerTypeTakesAnyBlockArguments() argument
4818 PointerTypeTakesAnyObjCQualifiedType(QualType QT) PointerTypeTakesAnyObjCQualifiedType() argument
5311 QualType QT = (*I)->getType(); SynthBlockInitExpr() local
5329 QualType QT = (*I)->getType(); SynthBlockInitExpr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp50 if (const ElaboratedType *QT = T->getAs<ElaboratedType>()) in IsStdString() local
H A DUnixAPIChecker.cpp182 QualType QT = Arg->getType(); CheckOpenVariant() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp84 static std::string getPrettyTypeName(QualType QT) { in getPrettyTypeName() argument
203 static std::string findAllocatedObjectName(const Stmt *S, QualType QT) { in findAllocatedObjectName() argument
H A DRetainCountChecker.cpp187 QualType QT = CE->getType(); in checkPostStmt() local
425 static bool isPointerToObject(QualType QT) { in isPointerToObject()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp
H A DSemaDeclAttr.cpp439 QualType QT = Exp->getType(); isIntOrBool() local
485 QualType QT = VD->getType(); threadSafetyCheckIsPointer() local
506 getRecordType(QualType QT) getRecordType() argument
746 QualType QT = cast<ValueDecl>(D)->getType(); checkAcquireOrderAttrCommon() local
1536 QualType QT = S.GetTypeFromParser(PT, &QTLoc); handleIBOutletCollection() local
1568 QualType QT = I->getType(); isValidPointerAttrType() local
5952 QualType QT = S.GetTypeFromParser(AL.getTypeArg(), &ParmTSI); handlePreferredTypeAttr() local
5963 isValidSubjectOfNSReturnsRetainedAttribute(QualType QT) isValidSubjectOfNSReturnsRetainedAttribute() argument
5967 isValidSubjectOfNSAttribute(QualType QT) isValidSubjectOfNSAttribute() argument
5972 isValidSubjectOfCFAttribute(QualType QT) isValidSubjectOfCFAttribute() argument
5977 isValidSubjectOfOSAttribute(QualType QT) isValidSubjectOfOSAttribute() argument
6042 checkNSReturnsRetainedReturnType(SourceLocation Loc,QualType QT) checkNSReturnsRetainedReturnType() argument
6056 QualType QT = PVD->getType(); isValidOSObjectOutParameter() local
6397 QualType QT = VD->getType(); handleObjCPreciseLifetimeAttr() local
6461 isErrorParameter(Sema & S,QualType QT) isErrorParameter() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp

123