Searched refs:PostCall (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | OcamlGC.cpp | 34 NeededSafePoints = 1 << GC::PostCall; in OcamlGC()
|
D | ErlangGC.cpp | 43 NeededSafePoints = 1 << GC::PostCall; in ErlangGC()
|
D | GCRootLowering.cpp | 291 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint() 293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc()); in VisitCallPoint()
|
D | GCMetadata.cpp | 104 case GC::PostCall: in DescKind()
|
/external/llvm/include/llvm/CodeGen/ |
D | GCStrategy.h | 69 PostCall ///< Instr is the return address of a call. enumerator
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 65 check::PostCall > {
|
D | NoReturnFunctionChecker.cpp | 30 class NoReturnFunctionChecker : public Checker< check::PostCall,
|
D | CheckerDocumentation.cpp | 43 check::PostCall,
|
D | VforkChecker.cpp | 45 class VforkChecker : public Checker<check::PreCall, check::PostCall,
|
D | SimpleStreamChecker.cpp | 50 class SimpleStreamChecker : public Checker<check::PostCall,
|
D | ObjCSelfInitChecker.cpp | 62 check::PostCall,
|
D | DynamicTypePropagation.cpp | 52 check::PostCall,
|
D | NullabilityChecker.cpp | 106 check::PostCall, check::PostStmt<ExplicitCastExpr>,
|
D | LocalizationChecker.cpp | 61 : public Checker<check::PostCall, check::PreObjCMessage,
|
D | RetainCountChecker.cpp | 2472 check::PostCall,
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 179 class PostCall {
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 901 PostCall //< Instr is the return address of a call. 914 | 1 << GC::PostCall; 932 Almost every collector requires ``PostCall`` safe points, since these correspond
|