Searched refs:DoesNotNeedGCBarriers (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 528 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enumerator 535 DoesNotNeedGCBarriers, IsNotAliased, DoesNotOverlap); in ignored()
|
H A D | CGExprAgg.cpp | 96 return AggValueSlot::DoesNotNeedGCBarriers; in needsGC() 1545 AggValueSlot::DoesNotNeedGCBarriers, in EmitInitializationToLValue() 1655 AggValueSlot::DoesNotNeedGCBarriers, in VisitInitListExpr() 1834 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased, in VisitArrayInitLoopExpr() 2001 AggValueSlot::DoesNotNeedGCBarriers, in EmitAggExprToLValue()
|
H A D | CGClass.cpp | 587 AggValueSlot::DoesNotNeedGCBarriers, in EmitBaseInitializer() 710 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased, in EmitInitializerForField() 2018 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased, in EmitCXXAggrConstructorCall() 2419 AggValueSlot::DoesNotNeedGCBarriers, in EmitDelegatingCXXConstructorCall()
|
H A D | CGDeclCXX.cpp | 60 AggValueSlot::DoesNotNeedGCBarriers, in EmitDeclInit()
|
H A D | CGExprCXX.cpp | 970 AggValueSlot::DoesNotNeedGCBarriers, in StoreAnyExprIntoOneUnit() 1041 AggValueSlot::DoesNotNeedGCBarriers, in EmitNewArrayInitializer()
|
H A D | CGObjC.cpp | 1673 AggValueSlot::DoesNotNeedGCBarriers, in GenerateObjCCtorDtorMethod() 3838 AggValueSlot::DoesNotNeedGCBarriers, in GenerateObjCAtomicGetterCopyHelperFunction()
|
H A D | CGStmt.cpp | 1256 AggValueSlot::DoesNotNeedGCBarriers, in EmitReturnStmt()
|
H A D | CGAtomic.cpp | 2120 AggValueSlot::DoesNotNeedGCBarriers, AggValueSlot::IsNotAliased, in EmitAtomicInit()
|
H A D | CGDecl.cpp | 1952 AggValueSlot::DoesNotNeedGCBarriers, in EmitExprAsInit()
|
H A D | CGExpr.cpp | 257 AggValueSlot::DoesNotNeedGCBarriers, in EmitAnyExprToMem() 484 AggValueSlot::DoesNotNeedGCBarriers, in EmitMaterializeTemporaryExpr()
|
H A D | CGBlocks.cpp | 977 AggValueSlot::DoesNotNeedGCBarriers, in EmitBlockLiteral()
|
H A D | CodeGenFunction.h | 2562 AggValueSlot::DoesNotNeedGCBarriers,
|
H A D | ItaniumCXXABI.cpp | 4590 AggValueSlot::DoesNotNeedGCBarriers, in InitCatchParam()
|
H A D | CGCall.cpp | 3670 AggValueSlot::DoesNotNeedGCBarriers, in createPlaceholderSlot()
|