/llvm-project/clang/lib/Driver/ |
H A D | Types.cpp | 23 struct TypeInfo { global() struct 39 PhasesTypeInfo global() argument
|
/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
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.h | 160 TypeInfo(StringRef Name, StringRef Path = StringRef()) argument 151 struct TypeInfo { global() struct 153 TypeInfoTypeInfo TypeInfo() argument 162 TypeTypeInfo global() argument 203 : TypeInfo(TI), Name(Name), DefaultValue(DefaultValue) {} TypeInfo() function [all...] |
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
H A D | vptr-corrupted-vtable-itanium.cpp | 22 std::type_info *TypeInfo; member
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 156 struct TypeInfo { global() struct 161 TypeInfoTypeInfo TypeInfo() argument 162 TypeInfoTypeInfo TypeInfo() argument 170 isAlignRequiredTypeInfo global() argument
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 242 auto TypeInfo = getContext().getTypeInfoInChars(Ty); EmitVAArg() local 539 auto TypeInfo = CGF.getContext().getTypeInfoInChars(Ty); EmitVAArg() local 960 auto TypeInfo = getContext().getTypeInfoInChars(Ty); EmitVAArg() local [all...] |
H A D | Sparc.cpp | 295 auto TypeInfo = getContext().getTypeInfoInChars(Ty); in EmitVAArg() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 532 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), createScalarIVSteps() local 991 simplifyRecipe(VPRecipeBase & R,VPTypeAnalysis & TypeInfo) simplifyRecipe() argument 1069 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), Ctx); simplifyRecipes() local 1090 VPTypeAnalysis TypeInfo(Plan.getCanonicalIV()->getScalarType(), Ctx); truncateToMinimalBitwidths() local [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 198 TypeSourceInfo *TypeInfo; member 344 TypeSourceInfo *TypeInfo) { in InitializeTemporary() argument 355 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo, in InitializeTemporary() argument
|
/llvm-project/libcxx/test/support/ |
H A D | container_test_types.h | 111 template <class T> friend class TypeInfo; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 987 if (!TypeInfo.RTTI) in emitCatchPadBlock() local 654 CatchTypeInfo TypeInfo{nullptr, 0}; EnterCXXTryStmt() local 1037 CatchTypeInfo TypeInfo = Handler.Type; emitWasmCatchPadBlock() local 1070 CatchTypeInfo TypeInfo = Handler.Type; emitWasmCatchPadBlock() local [all...] |
H A D | CGObjCRuntime.cpp | 122 llvm::Constant *TypeInfo; member
|
H A D | CGExprCXX.cpp | 2191 return getTargetHooks().performAddrSpaceCast(CGM,TypeInfo, GlobAS, in EmitCXXTypeidExpr() argument 2199 llvm::Constant *TypeInfo = EmitCXXTypeidExpr() local
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractFunction.cpp | 347 QualType TypeInfo; global() member 693 QualType TypeInfo = VD->getType().getNonReferenceType(); createParameters() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.cpp | 660 class TypeInfo { global() class 662 TypeInfo(mlir::Type ty) { typeScan(ty); } TypeInfo() function in Fortran::lower::omp::TypeInfo
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_nontype_cxx20.cpp | 280 namespace TypeInfo { namespace
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4079 isCatchAll(EHPersonality Personality,Constant * TypeInfo) isCatchAll() argument 4134 Constant *TypeInfo = CatchClause->stripPointerCasts(); visitLandingPadInst() local 4183 Constant *TypeInfo = visitLandingPadInst() local 4208 Constant *TypeInfo = Elt->stripPointerCasts(); visitLandingPadInst() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 373 auto TypeInfo = ProcessAPINotes() local
|
/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 56 QualType TypeInfo) { in getTypeInfo() argument
|
/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 = addLandingPad() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 232 struct TypeInfo { global() struct in __anonc6773cb50111::TypeInfoConverter 233 symbol__anonc6773cb50111::TypeInfoConverter::TypeInfo global() argument 234 typeSpec__anonc6773cb50111::TypeInfoConverter::TypeInfo global() argument 235 type__anonc6773cb50111::TypeInfoConverter::TypeInfo global() argument 236 loc__anonc6773cb50111::TypeInfoConverter::TypeInfo global() argument
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1641 for (auto &TypeInfo : Fixup.second) { endModule() local
|