Home | History | Annotate | Download | only in Core

Lines Matching refs:QualType

23   virtual SVal dispatchCast(SVal val, QualType castTy);
24 virtual SVal evalCastFromNonLoc(NonLoc val, QualType castTy);
25 virtual SVal evalCastFromLoc(Loc val, QualType castTy);
36 NonLoc lhs, NonLoc rhs, QualType resultTy);
38 Loc lhs, Loc rhs, QualType resultTy);
40 Loc lhs, NonLoc rhs, QualType resultTy);
47 const llvm::APSInt &RHS, QualType resultTy);
61 SVal SimpleSValBuilder::dispatchCast(SVal Val, QualType CastTy) {
67 SVal SimpleSValBuilder::evalCastFromNonLoc(NonLoc val, QualType castTy) {
83 QualType T = Context.getCanonicalType(se->getType(Context));
119 SVal SimpleSValBuilder::evalCastFromLoc(Loc val, QualType castTy) {
210 QualType resultTy) {
282 QualType resultTy) {
489 QualType lhsType = Sym->getType(Context);
493 QualType conversionType = resultTy;
553 QualType resultTy) {
865 Loc lhs, NonLoc rhs, QualType resultTy) {
927 QualType elementType;