Searched refs:PostCall (Results 1 – 13 of 13) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | ErlangGC.cpp | 47 NeededSafePoints = 1 << GC::PostCall; in ErlangGC() 77 FI.addSafePoint(GC::PostCall, Label, MI->getDebugLoc()); in findCustomSafePoints()
|
| D | OcamlGC.cpp | 35 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
|
| D | GCStrategy.cpp | 372 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint() 374 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
|
| D | GCMetadata.cpp | 137 case GC::PostCall: return "post-call"; in DescKind()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | TraversalChecker.cpp | 65 check::PostCall > {
|
| D | NoReturnFunctionChecker.cpp | 29 class NoReturnFunctionChecker : public Checker< check::PostCall,
|
| D | CheckerDocumentation.cpp | 42 check::PostCall,
|
| D | SimpleStreamChecker.cpp | 50 class SimpleStreamChecker : public Checker<check::PostCall,
|
| D | DynamicTypePropagation.cpp | 29 check::PostCall,
|
| D | ObjCSelfInitChecker.cpp | 62 check::PostCall,
|
| D | RetainCountChecker.cpp | 2331 check::PostCall,
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | GCMetadata.h | 54 PostCall ///< Instr is the return address of a call. enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| D | Checker.h | 168 class PostCall {
|