OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostCall
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/CodeGen/
OcamlGC.cpp
35
NeededSafePoints = 1 << GC::
PostCall
;
ErlangGC.cpp
47
NeededSafePoints = 1 << GC::
PostCall
;
77
FI.addSafePoint(GC::
PostCall
, Label, MI->getDebugLoc());
GCMetadata.cpp
130
case GC::
PostCall
: return "post-call";
GCStrategy.cpp
364
if (FI->getStrategy().needsSafePoint(GC::
PostCall
)) {
366
FI->addSafePoint(GC::
PostCall
, Label, CI->getDebugLoc());
/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/llvm/include/llvm/CodeGen/
GCMetadata.h
56
PostCall
///< Instr is the return address of a call.
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
168
class
PostCall
{
Completed in 113 milliseconds