Home
last modified time | relevance | path

Searched refs:PostCall (Results 1 – 14 of 14) 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/
DNoReturnFunctionChecker.cpp30 class NoReturnFunctionChecker : public Checker< check::PostCall,
DTraversalChecker.cpp65 check::PostCall > {
DCheckerDocumentation.cpp42 check::PostCall,
DDynamicTypePropagation.cpp29 check::PostCall,
DSimpleStreamChecker.cpp50 class SimpleStreamChecker : public Checker<check::PostCall,
DObjCSelfInitChecker.cpp62 check::PostCall,
DRetainCountChecker.cpp2448 check::PostCall,
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h164 class PostCall {
/external/llvm/docs/
DGarbageCollection.rst878 PostCall //< Instr is the return address of a call.
891 | 1 << GC::PostCall;
909 Almost every collector requires ``PostCall`` safe points, since these correspond