Searched refs:TCK_Store (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 47 TCK_Store, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 3814 LValue LHSLV = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in EmitCompoundAssignLValue() 5122 LValue LV = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign() 5151 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign() 5168 LHS = EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
|
| H A D | CGExprAgg.cpp | 1353 LValue LHS = CGF.EmitCheckedLValue(E->getLHS(), CodeGenFunction::TCK_Store); in VisitBinAssign()
|
| H A D | CGBuiltin.cpp | 4406 EmitArgCheck(TCK_Store, Dest, E->getArg(0), 0); in EmitBuiltinExpr() 4423 EmitArgCheck(TCK_Store, Dest, E->getArg(0), 0); in EmitBuiltinExpr() 4493 EmitArgCheck(TCK_Store, Dest, E->getArg(0), 0); in EmitBuiltinExpr()
|
| H A D | CGExpr.cpp | 6057 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue() 6096 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue()
|
| H A D | CGObjC.cpp | 3316 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store); in visitBinAssignUnsafeUnretained()
|
| H A D | CodeGenFunction.h | 3261 TCK_Store,
|