OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPoint
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
396
///
isPoint
- Return true if the constraint is of kind Point.
397
bool
isPoint
() const { return Kind == Point; }
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
119
bool
isPoint
;
122
: SourceRange(R),
isPoint
(isP) {}
124
PathDiagnosticRange() :
isPoint
(false) {}
Completed in 39 milliseconds