/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Types.cpp | 23 struct TypeInfo { struct 39 static constexpr TypeInfo TypeInfos[] = { argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers_cxx.h | 23 void *TypeInfo; member
|
H A D | ubsan_value.h | 89 u16 TypeInfo; variable
|
H A D | ubsan_type_hash_itanium.cpp | 207 std::type_info *TypeInfo; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 156 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
|
H A D | ExprCXX.h | 2184 TypeSourceInfo *TypeInfo; variable 2189 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 242 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
|
H A D | Sparc.cpp | 295 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
|
H A D | X86.cpp | 1073 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 537 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/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 654 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
|
H A D | CGObjCRuntime.cpp | 122 llvm::Constant *TypeInfo; member
|
H A D | CGExprCXX.cpp | 2191 auto MaybeASCast = [=](auto &&TypeInfo) { in EmitCXXTypeidExpr() 2199 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
|
H A D | CGExprAgg.cpp | 2143 TypeInfoChars TypeInfo; in EmitAggregateCopy() local
|
H A D | ItaniumCXXABI.cpp | 1461 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in emitThrow() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4079 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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 373 auto TypeInfo = in ProcessAPINotes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 56 QualType TypeInfo) { in getTypeInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 165 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); in addTryBlockMapEntry() local
|
H A D | MachineFunction.cpp | 825 auto *TypeInfo = in addLandingPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1641 for (auto &TypeInfo : Fixup.second) { in endModule() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 502 TEST(PrintBuiltInTypeTest, TypeInfo) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 778 uint16_t TypeInfo; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 549 support::ulittle16_t TypeInfo; member
|