Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DOcamlGC.cpp35 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
DGCStrategy.cpp371 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
373 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
DGCMetadata.cpp149 case GC::PostCall: return "post-call"; in DescKind()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp41 check::PostCall,
DDynamicTypePropagation.cpp29 check::PostCall,
DObjCSelfInitChecker.cpp61 check::PostCall,
DRetainCountChecker.cpp2369 check::PostCall,
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h54 PostCall ///< Instr is the return address of a call. enumerator
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h168 class PostCall {