Home
last modified time | relevance | path

Searched refs:PostCall (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/CodeGen/
DOcamlGC.cpp34 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
DErlangGC.cpp43 NeededSafePoints = 1 << GC::PostCall; in ErlangGC()
DGCRootLowering.cpp291 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
DGCMetadata.cpp104 case GC::PostCall: in DescKind()
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h69 PostCall ///< Instr is the return address of a call. enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp65 check::PostCall > {
DNoReturnFunctionChecker.cpp30 class NoReturnFunctionChecker : public Checker< check::PostCall,
DCheckerDocumentation.cpp43 check::PostCall,
DVforkChecker.cpp45 class VforkChecker : public Checker<check::PreCall, check::PostCall,
DSimpleStreamChecker.cpp50 class SimpleStreamChecker : public Checker<check::PostCall,
DObjCSelfInitChecker.cpp62 check::PostCall,
DDynamicTypePropagation.cpp52 check::PostCall,
DNullabilityChecker.cpp106 check::PostCall, check::PostStmt<ExplicitCastExpr>,
DLocalizationChecker.cpp61 : public Checker<check::PostCall, check::PreObjCMessage,
DRetainCountChecker.cpp2472 check::PostCall,
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h179 class PostCall {
/external/llvm/docs/
DGarbageCollection.rst901 PostCall //< Instr is the return address of a call.
914 | 1 << GC::PostCall;
932 Almost every collector requires ``PostCall`` safe points, since these correspond