Searched defs:QT (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDataCollection.h48 template <class T> void addDataToConsumer(T &DataConsumer, const QualType &QT) { argument
H A DTemplateBase.h98 void *QT; member in struct:clang::TemplateArgument::DA
152 TemplateArgument(ValueDecl *D, QualType QT) { argument
H A DDeclarationName.h66 CXXSpecialNameExtra(QualType QT) : Type(QT), FETokenInfo(nullptr) {} argument
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips3.s652 #define QT ta0 define
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp412 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, argument
H A DExprObjC.cpp298 QualType QT = MD->getReturnType(); local
309 QualType QT = getType(); local
H A DPrintfFormatString.cpp680 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, argument
[all...]
H A DQualTypeNames.cpp141 QualType QT = Ctx.getTemplateSpecializationType( local
173 QualType QT = Ctx.getTemplateSpecializationType( local
368 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, argument
463 getFullyQualifiedName(QualType QT, const ASTContext &Ctx, const PrintingPolicy &Policy, bool WithGlobalNsPrefix) argument
[all...]
H A DFormatString.cpp978 bool FormatSpecifier::namedTypeToLengthModifier(QualType QT, argument
H A DCommentSema.cpp866 QualType QT = VD->getType(); local
[all...]
H A DASTDiagnostic.cpp28 static QualType Desugar(ASTContext &Context, QualType QT, bool &ShouldAKA) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp189 QualType QT = Arg->getType(); local
H A DFuchsiaHandleChecker.cpp226 static SymbolRef getFuchsiaHandleSymbol(QualType QT, SVal Arg, argument
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp743 auto QT = T->getValueAsDef("QTName"); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3385 QualType QT = internal::getUnderlyingType(Node); local
3413 QualType QT = internal::getUnderlyingType(Node); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp83 static std::string getPrettyTypeName(QualType QT) { argument
203 static std::string findAllocatedObjectName(const Stmt *S, QualType QT) { argument
H A DRetainCountChecker.cpp426 static bool isPointerToObject(QualType QT) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp464 static bool isPointerToConst(const QualType &QT) { argument
H A DRetainSummaryManager.cpp164 static bool isOSObjectPtr(QualType QT) { argument
219 RetainSummaryManager::isKnownSmartPointer(QualType QT) { argument
68 hasAnyEnabledAttrOf(const Decl *D, QualType QT) argument
109 hasAnyEnabledAttrOf(const Decl *D, QualType QT) argument
632 QualType QT = (*pi)->getType(); local
884 hasTypedefNamed(QualType QT, StringRef Name) argument
908 QualType QT = pd->getType(); local
922 QualType QT = getCallableReturnType(FD); local
[all...]
H A DConsumed.cpp143 static bool isConsumableType(const QualType &QT) { argument
153 static bool isAutoCastType(const QualType &QT) { argument
163 static bool isSetOnReadPtrType(const QualType &QT) { argument
193 mapConsumableAttrState(const QualType QT) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp379 QualType QT = DS.getRepAsType().get(); local
H A DSemaExprCXX.cpp593 getUuidAttrOfType(Sema &SemaRef, QualType QT, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp40 void visitStructFields(QualType QT, CharUnits CurStructOffset, Ts... Args) { argument
175 void visitStruct(QualType QT, const FieldDecl *FD, argument
207 std::string getName(QualType QT, bool IsVolatile) { argument
428 getFunction(StringRef FuncName, QualType QT, std::array<Address, N> Addrs, std::array<CharUnits, N> Alignments, CodeGenModule &CGM) argument
481 callFunc(StringRef FuncName, QualType QT, std::array<Address, N> Addrs, CodeGenFunction &CallerCGF) argument
586 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 1> Addrs) argument
592 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 1> Addrs) argument
627 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 1> Addrs) argument
630 getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD), QT); local
633 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 1> Addrs) argument
636 getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD), QT); local
673 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
683 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
703 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
715 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
735 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
745 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
766 visitARCStrong(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
781 visitARCWeak(QualType QT, const FieldDecl *FD, CharUnits CurStructOffset, std::array<Address, 2> Addrs) argument
812 QualType QT = Dst.getType(); local
818 callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, CodeGenFunction &CGF, std::array<Address, N> Addrs) argument
841 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, std::array<CharUnits, N> Alignments, CodeGenModule &CGM) argument
855 QualType QT = Dst.getType(); local
862 getNonTrivialCopyConstructorStr( QualType QT, CharUnits Alignment, bool IsVolatile, ASTContext &Ctx) argument
868 getNonTrivialDestructorStr(QualType QT, CharUnits Alignment, bool IsVolatile, ASTContext &Ctx) argument
879 QualType QT = Dst.getType(); local
890 QualType QT = Dst.getType(); local
904 QualType QT = Dst.getType(); local
915 QualType QT = Dst.getType(); local
929 QualType QT = Dst.getType(); local
937 getNonTrivialCStructDefaultConstructor( CodeGenModule &CGM, CharUnits DstAlignment, bool IsVolatile, QualType QT) argument
946 getNonTrivialCStructCopyConstructor( CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, bool IsVolatile, QualType QT) argument
958 getNonTrivialCStructMoveConstructor( CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, bool IsVolatile, QualType QT) argument
970 getNonTrivialCStructCopyAssignmentOperator( CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, bool IsVolatile, QualType QT) argument
982 getNonTrivialCStructMoveAssignmentOperator( CodeGenModule &CGM, CharUnits DstAlignment, CharUnits SrcAlignment, bool IsVolatile, QualType QT) argument
994 getNonTrivialCStructDestructor( CodeGenModule &CGM, CharUnits DstAlignment, bool IsVolatile, QualType QT) argument
[all...]
H A DCGCUDANV.cpp329 QualType QT = cudaLaunchKernelFD->getType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp64 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT, argument

Completed in 215 milliseconds

12