Home
last modified time | relevance | path

Searched defs:isPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h118 bool isPoint() const { return End == size_t(-1); } in isPoint() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h419 bool isPoint() const { return Kind == Point; } in isPoint() function