Searched refs:PostCall (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/
H A DOcamlGC.cpp35 NeededSafePoints = 1 << GC::PostCall;
H A DErlangGC.cpp47 NeededSafePoints = 1 << GC::PostCall;
77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc());
H A DGCMetadata.cpp130 case GC::PostCall: return "post-call";
H A DGCStrategy.cpp364 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
366 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp30 class NoReturnFunctionChecker : public Checker< check::PostCall,
H A DTraversalChecker.cpp65 check::PostCall > {
H A DCheckerDocumentation.cpp42 check::PostCall,
113 /// check::PostCall
H A DDynamicTypePropagation.cpp29 check::PostCall,
H A DSimpleStreamChecker.cpp50 class SimpleStreamChecker : public Checker<check::PostCall,
H A DObjCSelfInitChecker.cpp62 check::PostCall,
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h56 PostCall ///< Instr is the return address of a call. enumerator in enum:llvm::GC::PointKind
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h168 class PostCall { class in namespace:clang::ento::check

Completed in 205 milliseconds