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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
OcamlGC.cpp 35 NeededSafePoints = 1 << GC::PostCall;
GCMetadata.cpp 150 case GC::PostCall: return "post-call";
GCStrategy.cpp 369 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
371 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
GCStrategy.h 66 /// most runtimes, PostCall safepoints are appropriate.
70 PostCall ///< Instr is the return address of a call.
  /external/llvm/lib/CodeGen/
BuiltinGCs.cpp 30 NeededSafePoints = 1 << GC::PostCall;
42 NeededSafePoints = 1 << GC::PostCall;
GCMetadata.cpp 104 case GC::PostCall:
GCRootLowering.cpp 290 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
292 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BuiltinGCs.cpp 32 NeededSafePoints = 1 << GC::PostCall;
44 NeededSafePoints = 1 << GC::PostCall;
GCMetadata.cpp 110 case GC::PostCall:
GCRootLowering.cpp 289 if (FI->getStrategy().needsSafePoint(GC::PostCall)) {
291 FI->addSafePoint(GC::PostCall, Label, CI->getDebugLoc());
  /external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp 30 class NoReturnFunctionChecker : public Checker< check::PostCall,
TraversalChecker.cpp 71 check::PostCall > {
CheckerDocumentation.cpp 43 check::PostCall,
122 /// check::PostCall
SimpleStreamChecker.cpp 51 class SimpleStreamChecker : public Checker<check::PostCall,
VforkChecker.cpp 45 class VforkChecker : public Checker<check::PreCall, check::PostCall,
ObjCSelfInitChecker.cpp 62 check::PostCall,
DynamicTypePropagation.cpp 52 check::PostCall,
    [all...]
NullabilityChecker.cpp 97 check::PostCall, check::PostStmt<ExplicitCastExpr>,
    [all...]
LocalizationChecker.cpp 61 : public Checker<check::PostCall, check::PreObjCMessage,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 54 PostCall //< Instr is the return address of a call.
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 179 class PostCall {

Completed in 1733 milliseconds