OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointKind
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCMetadata.h
48
///
PointKind
- The type of a collector-safe point.
50
enum
PointKind
{
61
GC::
PointKind
Kind; //< The kind of the safe point.
65
GCPoint(GC::
PointKind
K, MCSymbol *L, DebugLoc DL)
127
void addSafePoint(GC::
PointKind
Kind, MCSymbol *Label, DebugLoc DL) {
GCStrategy.h
94
bool needsSafePoint(GC::
PointKind
Kind) const {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
48
OldPointKind(B.
PointKind
, K),
CoreEngine.h
172
ProgramPoint::Kind
PointKind
;
224
return generateNode(S, St, Pred,
PointKind
, tag);
264
return MakeNode(Dst, S, Pred, St,
PointKind
);
/external/llvm/lib/CodeGen/
GCMetadata.cpp
144
static const char *DescKind(GC::
PointKind
Kind) {
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
491
PointKind
(ProgramPoint::PostStmtKind), Tag(0) {
ExprEngine.cpp
[
all
...]
Completed in 83 milliseconds