Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDTypes.cpp23 struct TypeInfo { struct
39 static constexpr TypeInfo TypeInfos[] = { argument
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_handlers_cxx.h23 void *TypeInfo; member
HDubsan_value.h89 u16 TypeInfo; variable
HDubsan_type_hash_itanium.cpp207 std::type_info *TypeInfo; member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h156 struct TypeInfo { struct
161 TypeInfo() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfo() argument
162 TypeInfo(uint64_t Width, unsigned Align, in TypeInfo() function
170 struct TypeInfoChars { argument
HDExprCXX.h2184 TypeSourceInfo *TypeInfo; variable
2189 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDPPC.cpp242 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
539 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
960 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
HDSparc.cpp295 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
HDX86.cpp1073 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanTransforms.cpp537 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), in createScalarIVSteps() local
990 static void simplifyRecipe(VPRecipeBase &R, VPTypeAnalysis &TypeInfo) { in simplifyRecipe()
1072 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), Ctx); in simplifyRecipes() local
1093 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), Ctx); in truncateToMinimalBitwidths() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDInitialization.h198 TypeSourceInfo *TypeInfo; member
344 TypeSourceInfo *TypeInfo) { in InitializeTemporary()
355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp654 CatchTypeInfo TypeInfo{nullptr, 0}; in EnterCXXTryStmt() local
987 CatchTypeInfo TypeInfo = Handler.Type; in emitCatchPadBlock() local
1037 CatchTypeInfo TypeInfo = Handler.Type; in emitWasmCatchPadBlock() local
1070 CatchTypeInfo TypeInfo = Handler.Type; in emitWasmCatchPadBlock() local
HDCGObjCRuntime.cpp122 llvm::Constant *TypeInfo; member
HDCGExprCXX.cpp2191 auto MaybeASCast = [=](auto &&TypeInfo) { in EmitCXXTypeidExpr()
2199 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
HDCGExprAgg.cpp2143 TypeInfoChars TypeInfo; in EmitAggregateCopy() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp4079 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll()
4134 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local
4183 Constant *TypeInfo = in visitLandingPadInst() local
4208 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDAPValue.cpp56 QualType TypeInfo) { in getTypeInfo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAPINotes.cpp373 auto TypeInfo = in ProcessAPINotes() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDWinEHPrepare.cpp165 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); in addTryBlockMapEntry() local
HDMachineFunction.cpp825 auto *TypeInfo = in addLandingPad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp1641 for (auto &TypeInfo : Fixup.second) { in endModule() local
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgoogletest-printers-test.cc502 TEST(PrintBuiltInTypeTest, TypeInfo) { in TEST() argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h778 uint16_t TypeInfo; member
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h549 support::ulittle16_t TypeInfo; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp1159 AsmTypeInfo *TypeInfo) { in parsePrimaryExpr()

12