Home
last modified time | relevance | path

Searched refs:VTTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp673 Type *VTTy = typeFromFTValueType(VT, Context); local
689 Attr, Int32Ty, VTTy, ShadowTy, Int32Ty, IntptrTy);
693 Attr, VoidTy, VTTy, VTTy, ShadowTy, ShadowTy, Int32Ty, Int1Ty, Int1Ty);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18771 if (const RecordType *VTTy = Var->getType()->getAs<RecordType>()) { in isVariableCapturable() local
18772 if (VTTy->getDecl()->hasFlexibleArrayMember()) { in isVariableCapturable()