Home
last modified time | relevance | path

Searched defs:BTy (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp67 QualType BTy = BaseReturnTy->getPointeeType().getCanonicalType(); in checkOverridingFunctionReturnType() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp223 auto *BTy = cast<DIBasicType>(Ty); in isUnsignedDIType() local
H A DDwarfUnit.cpp708 constructTypeDIE(DIE & Buffer,const DIBasicType * BTy) constructTypeDIE() argument
H A DCodeViewDebug.cpp3407 auto *BTy = cast<DIBasicType>(Ty); isFloatDIType() local
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp81 [[maybe_unused]] Type *BTy = B->getType(); expandIntegerDot() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp120 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) { getTypeInfoHelper() local
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp531 visitBasicType(const DIBasicType * BTy,uint32_t & TypeId) visitBasicType() argument
747 const auto *BTy = cast<DIBasicType>(CTy->getBaseType()); visitEnumType() local
922 if (const auto *BTy = dyn_cast<DIBasicType>(Ty)) visitTypeEntry() local
[all...]
H A DBPFAbstractMemberAccess.cpp741 BTy = dyn_cast<DIBasicType>(BaseTy); in GetFieldInfo() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2006 performBuiltinTypeAlignmentUpgrade(BTy); in LayoutField() argument
1938 if (const BuiltinType *BTy = T->getAs<BuiltinType>()) { LayoutField() local
2019 } else if (const BuiltinType *BTy = BaseTy->getAs<BuiltinType>()) { LayoutField() local
H A DType.cpp2547 const BuiltinType *BTy = castAs<BuiltinType>(); getSveEltType() local
2578 const BuiltinType *BTy = castAs<BuiltinType>(); getRVVEltType() local
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2705 if (BitsRecTy *BTy = dyn_cast<BitsRecTy>(getType())) { setValue() local
2730 if (BitsRecTy *BTy = dyn_cast<BitsRecTy>(getType())) { setValue() local
/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1928 Type *BTy = getLoadStoreType(BInst); getDependenceDistanceStrideAndSize() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2678 QualType BTy = B.getType(); bindStruct() local
H A DExprEngine.cpp1422 QualType BTy = getContext().getBaseElementType(DTy); in ProcessDeleteDtor() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5114 } else if (const BuiltinType *BTy = ParamTy->getAs<BuiltinType>()) { GetFullTypeForDeclarator() local
8028 const BuiltinType *BTy = Ty->getAs<BuiltinType>(); isPermittedNeonBaseType() local
[all...]
H A DSemaExpr.cpp875 const BuiltinType *BTy = Ty->getAs<BuiltinType>(); DefaultArgumentPromotion() local
1389 const auto *BTy = Ty->getAs<BuiltinType>(); GetFixedPointRank() local
5142 const BuiltinType *BTy = LHSTy->getAs<BuiltinType>(); CreateBuiltinArraySubscriptExpr() local
[all...]
H A DSemaDeclCXX.cpp16908 WriteCharValueForDiagnostic(uint32_t Value,const BuiltinType * BTy,unsigned TyWidth,SmallVectorImpl<char> & Str) WriteCharValueForDiagnostic() argument
16968 const auto *BTy = T->getAs<BuiltinType>(); ConvertAPValueToString() local