Home
last modified time | relevance | path

Searched refs:getTypeInfoType (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-frontend.cc82 getTypeInfoType (const Loc &loc, Type *type, Scope *sc) in getTypeInfoType() function
H A DChangeLog-2019122 * d-frontend.cc (getTypeInfoType): Quote an option name in
146 * d-frontend.cc (getTypeInfoType): Add error when -fno-rtti is set.
H A DChangeLog-202176 (getTypeInfoType): Likewise.
226 (getTypeInfoType): Likewise.
648 * d-frontend.cc (getTypeInfoType): Move TypeInfo checks to
H A DChangeLog-2018270 (getTypeInfoType): Call error function directly.
H A DChangeLog-2016717 (getTypeInfoType): New function.
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d106 getTypeInfoType(sd.loc, t, &scx); in semanticTypeInfo()
116 getTypeInfoType(sd.loc, t, sc); in semanticTypeInfo()
H A Dtypinf.d105 extern (C++) Type getTypeInfoType(const ref Loc loc, Type t, Scope* sc);
H A Ddstruct.c27 Type *getTypeInfoType(Loc loc, Type *t, Scope *sc);
104 getTypeInfoType(sd->loc, t, &scx); in semanticTypeInfo()
114 getTypeInfoType(sd->loc, t, sc); in semanticTypeInfo()
H A Dexpressionsem.c48 Type *getTypeInfoType(Loc loc, Type *t, Scope *sc);
1884 e->type = getTypeInfoType(exp->loc, ta, sc); in visit()
H A Dexpressionsem.d5423 e.type = getTypeInfoType(exp.loc, ta, sc); in visit()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c27 Type *getTypeInfoType(Loc loc, Type *t, Scope *sc);
104 getTypeInfoType(sd->loc, t, &scx); in semanticTypeInfo()
114 getTypeInfoType(sd->loc, t, sc); in semanticTypeInfo()
H A Dexpressionsem.c48 Type *getTypeInfoType(Loc loc, Type *t, Scope *sc);
1884 e->type = getTypeInfoType(exp->loc, ta, sc); in visit()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td452 elemTy = lvalueBase.getTypeInfoType();
486 let Read = [{ node.getLValueBase().getTypeInfoType() }];
521 elemTy = base.getTypeInfoType();
H A DAPValue.h177 QualType getTypeInfoType() const;
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc615 getTypeInfoType (Loc loc, Type *type, Scope *sc) in getTypeInfoType() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp83 return getTypeInfoType(); in getType()
117 QualType APValue::LValueBase::getTypeInfoType() const { in getTypeInfoType() function in APValue::LValueBase
H A DASTImporter.cpp9254 FromElemTy = FromValue.getLValueBase().getTypeInfoType(); in ImportAPValue()
9260 importChecked(Err, FromValue.getLValueBase().getTypeInfoType()); in ImportAPValue()
H A DExprConstant.cpp8895 return GetAlignOfType(Info, Value.Base.getTypeInfoType(), UETT_AlignOf); in getBaseAlignment()
11151 return B.getTypeInfoType(); in getObjectType()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1918 CGM.getTypes().ConvertType(base.getTypeInfoType())->getPointerTo(); in tryEmitBase()