/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | Types.cpp | 19 struct TypeInfo { struct 26 static const TypeInfo TypeInfos[] = { argument
|
/minix3/minix/llvm/passes/include/magic/support/ |
H A D | TypeInfo.h | 88 TypeInfo() {} in TypeInfo() function 91 inline TypeInfo::TypeInfo(const SmartType *aSmartType, int persistent) { in TypeInfo() function 195 inline TypeInfo::TypeInfo(TYPECONST FunctionType *FT, int persistent) { in TypeInfo() function 207 inline TypeInfo::TypeInfo(TYPECONST PointerType *PT, int persistent) { in TypeInfo() function 219 inline TypeInfo::TypeInfo(TYPECONST ArrayType *AT, int persistent) { in TypeInfo() function 231 inline TypeInfo::TypeInfo(TYPECONST IntegerType *IT, int persistent) { in TypeInfo() function 243 inline TypeInfo::TypeInfo(TYPECONST StructType *OpaqueST, int persistent) { in TypeInfo() function
|
H A D | MagicMemFunction.h | 228 inline void MagicMemFunction::replaceInstruction(std::map<TypeInfo*, Constant*> &magicArrayTypePtrM… in replaceInstruction() 303 inline void MagicMemFunction::buildWrapper(std::map<TypeInfo*, Constant*> &magicArrayTypePtrMap, Ty… in buildWrapper()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 78 struct TypeInfo { struct 82 TypeInfo() : Width(0), Align(0), AlignIsRequired(false) {} in TypeInfo() argument 83 TypeInfo(uint64_t Width, unsigned Align, bool AlignIsRequired) in TypeInfo() function
|
H A D | ExprCXX.h | 1578 TypeSourceInfo *TypeInfo; variable 1585 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, in CXXScalarValueInitExpr()
|
/minix3/usr.sbin/syslogd/ |
H A D | syslogd.c | 140 struct TypeInfo { struct 149 } TypeInfo[] = { argument
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 152 llvm::Constant *TypeInfo; member
|
H A D | CGExprAgg.cpp | 1344 std::pair<CharUnits, CharUnits> TypeInfo = in CheckAggExprForMemSetUse() local 1433 std::pair<CharUnits, CharUnits> TypeInfo; in EmitAggregateCopy() local
|
H A D | CGException.cpp | 463 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType, in EmitCXXThrowExpr() local 621 llvm::Constant *TypeInfo = nullptr; in EnterCXXTryStmt() local
|
H A D | CodeGenFunction.cpp | 1262 std::pair<CharUnits, CharUnits> TypeInfo = in EmitNullInitialization() local
|
H A D | CGExprCXX.cpp | 1702 llvm::Constant *TypeInfo = in EmitCXXTypeidExpr() local
|
H A D | CGExpr.cpp | 2113 uint16_t TypeInfo = 0; in EmitCheckTypeDescriptor() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2311 static bool isCatchAll(Personality_Type Personality, Constant *TypeInfo) { in isCatchAll() 2351 Constant *TypeInfo = CatchClause->stripPointerCasts(); in visitLandingPadInst() local 2400 Constant *TypeInfo = in visitLandingPadInst() local 2425 Constant *TypeInfo = Elt->stripPointerCasts(); in visitLandingPadInst() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 144 TypeSourceInfo *TypeInfo; member 270 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) { in InitializeTemporary()
|
/minix3/minix/llvm/passes/magic/ |
H A D | MagicPass.cpp | 2800 …:indexLocalTypeInfos(Module &M, Function *F, std::map<AllocaInst*, std::pair<TypeInfo*, std::strin… in indexLocalTypeInfos() 2823 …sentryStructType, std::map<AllocaInst*, std::pair<TypeInfo*, std::string> > localTypeInfoMap, std:… in addMagicStackDsentryFuncCalls()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | COFF.h | 656 uint16_t TypeInfo; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 8690 Sema::TypeTagData &TypeInfo) { in GetMatchingCType() 8769 TypeTagData TypeInfo; in CheckArgumentWithTypeTag() local
|