HomeSort by relevance Sort by last modified time
    Searched refs:PostCall (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/
ErlangGC.cpp 43 NeededSafePoints = 1 << GC::PostCall;
OcamlGC.cpp 34 NeededSafePoints = 1 << GC::PostCall;
GCMetadata.cpp 104 case GC::PostCall:
GCRootLowering.cpp 291 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
293 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 65 /// most runtimes, PostCall safepoints are appropriate.
69 PostCall ///< Instr is the return address of a call.
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 30 class NoReturnFunctionChecker : public Checker< check::PostCall,
TraversalChecker.cpp 65 check::PostCall > {
CheckerDocumentation.cpp 42 check::PostCall,
113 /// check::PostCall
DynamicTypePropagation.cpp 29 check::PostCall,
SimpleStreamChecker.cpp 50 class SimpleStreamChecker : public Checker<check::PostCall,
ObjCSelfInitChecker.cpp 62 check::PostCall,
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 164 class PostCall {

Completed in 153 milliseconds