Searched refs:VTTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 614 Type *VTTy = typeFromFTValueType(VT, Context); in NumericalStabilitySanitizer() local 630 Attr, Int32Ty, VTTy, ShadowTy, Int32Ty, IntptrTy); in NumericalStabilitySanitizer() 634 Attr, VoidTy, VTTy, VTTy, ShadowTy, ShadowTy, Int32Ty, Int1Ty, Int1Ty); in NumericalStabilitySanitizer()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 18325 if (const RecordType *VTTy = Var->getType()->getAs<RecordType>()) { in isVariableCapturable() local 18326 if (VTTy->getDecl()->hasFlexibleArrayMember()) { in isVariableCapturable()
|