Home
last modified time | relevance | path

Searched refs:FQT (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3295.chain36 p3x0vP0VovAc5vQsu3GoEorZK0RVQtHZ+bHGyQ7gZRpjQ6HoCgP15vAoEA++2FQT
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp2239 if (FQT.isObjCGCStrong()) in GetGCAttrTypeForType()
2242 if (FQT.isObjCGCWeak()) in GetGCAttrTypeForType()
2259 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in GetGCAttrTypeForType()
2423 if (auto lifetime = FQT.getObjCLifetime()) in getBlockCaptureLifetime()
2431 if (FQT->isObjCObjectPointerType() || FQT->isBlockPointerType()) in getBlockCaptureLifetime()
2492 QualType FQT = Field->getType(); in BuildRCRecordLayout() local
2493 if (FQT->isRecordType() || FQT->isUnionType()) { in BuildRCRecordLayout()
2494 if (FQT->isUnionType()) in BuildRCRecordLayout()
2506 FQT = CArray->getElementType(); in BuildRCRecordLayout()
2510 FQT = CArray->getElementType(); in BuildRCRecordLayout()
[all …]
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp989 QualType FQT = I->getType(); in visitRecordForValidation() local
990 if (isTypeIncompleteForLayout(FQT)) in visitRecordForValidation()
992 if (FQT->isDependentType()) in visitRecordForValidation()