Searched defs:LHSType (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h75 const TypeDescriptor &LHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h128 auto *LHSType = cast<VectorType>(LHS->getType()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp302 Type *LHSType = LHSVal->getType(); local
H A DInstCombineCompares.cpp980 Type *LHSType = GEPLHS->getOperand(i)->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp950 QualType LHSType = S.Context.getCanonicalType(Prop->getType()); local
1700 QualType LHSType = local
H A DSemaChecking.cpp5871 QualType LHSType = TheCall->getArg(0)->getType(); local
14494 QualType LHSType; local
[all...]
H A DSemaExpr.cpp1036 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1123 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1147 LHSType = S.Context.FloatTy; local
1162 unsupportedTypeConversion(const Sema &S, QualType LHSType, QualType RHSType) argument
1218 handleIntegerConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1268 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
8642 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
8784 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
8835 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
8869 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
8908 CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS, CastKind &Kind, bool ConvertRHS) argument
9291 CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &CallerRHS, bool Diagnose, bool DiagnoseCFAudited, bool ConvertRHS) argument
9492 QualType LHSType = LHS.get()->IgnoreImpCasts()->getType(); local
10569 DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, BinaryOperatorKind Opc, QualType LHSType) argument
10827 QualType LHSType = LHS.get()->getType(); local
11068 QualType LHSType = LHS->getType(); local
11273 QualType LHSType = LHS.get()->getType(); local
11451 QualType LHSType = LHS.get()->getType(); local
11741 CheckObjCConversion(SourceRange(), LHSType, E, CCK_ImplicitConversion, local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp124 unsigned LHSType = Symbol->getType(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp140 QualType LHSType = BinOp->getLHS()->getType(); local

Completed in 370 milliseconds