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
400
///
isPoint
- Return true if the constraint is of kind Point.
401
bool
isPoint
() const { return Kind == Point; }
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
123
bool
isPoint
;
126
: SourceRange(R),
isPoint
(isP) {}
128
PathDiagnosticRange() :
isPoint
(false) {}
Completed in 736 milliseconds