Searched refs:DoesNotNeedGCBarriers (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGValue.h | 494 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enumerator 501 DoesNotNeedGCBarriers, IsNotAliased, DoesNotOverlap); in ignored()
|
| H A D | CGExprAgg.cpp | 95 return AggValueSlot::DoesNotNeedGCBarriers; in needsGC() 1342 AggValueSlot::DoesNotNeedGCBarriers, in EmitInitializationToLValue() 1446 AggValueSlot::DoesNotNeedGCBarriers, in VisitInitListExpr() 1629 AggValueSlot::DoesNotNeedGCBarriers, in VisitArrayInitLoopExpr() 1794 AggValueSlot::DoesNotNeedGCBarriers, in EmitAggExprToLValue()
|
| H A D | CGDeclCXX.cpp | 58 AggValueSlot::DoesNotNeedGCBarriers, in EmitDeclInit()
|
| H A D | CGClass.cpp | 562 AggValueSlot::DoesNotNeedGCBarriers, in EmitBaseInitializer() 687 AggValueSlot::DoesNotNeedGCBarriers, in EmitInitializerForField() 2369 AggValueSlot::DoesNotNeedGCBarriers, in EmitDelegatingCXXConstructorCall()
|
| H A D | CGExprCXX.cpp | 959 AggValueSlot::DoesNotNeedGCBarriers, in StoreAnyExprIntoOneUnit() 1030 AggValueSlot::DoesNotNeedGCBarriers, in EmitNewArrayInitializer()
|
| H A D | CGObjC.cpp | 1528 AggValueSlot::DoesNotNeedGCBarriers, in GenerateObjCCtorDtorMethod() 3580 AggValueSlot::DoesNotNeedGCBarriers, in GenerateObjCAtomicGetterCopyHelperFunction()
|
| H A D | CGStmt.cpp | 1090 AggValueSlot::DoesNotNeedGCBarriers, in EmitReturnStmt()
|
| H A D | CGDecl.cpp | 1800 AggValueSlot::DoesNotNeedGCBarriers, in EmitExprAsInit()
|
| H A D | CGAtomic.cpp | 2032 AggValueSlot::DoesNotNeedGCBarriers, in EmitAtomicInit()
|
| H A D | CGExpr.cpp | 237 AggValueSlot::DoesNotNeedGCBarriers, in EmitAnyExprToMem() 461 AggValueSlot::DoesNotNeedGCBarriers, in EmitMaterializeTemporaryExpr()
|
| H A D | CGBlocks.cpp | 1111 AggValueSlot::DoesNotNeedGCBarriers, in EmitBlockLiteral()
|
| H A D | CodeGenFunction.h | 2237 AggValueSlot::DoesNotNeedGCBarriers,
|
| H A D | ItaniumCXXABI.cpp | 4152 AggValueSlot::DoesNotNeedGCBarriers, in InitCatchParam()
|
| H A D | CGCall.cpp | 3075 AggValueSlot::DoesNotNeedGCBarriers, in createPlaceholderSlot()
|