OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isContiguous
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3668
static bool
isContiguous
(const ConstantRange &A, const ConstantRange &B) {
3702
Assert(!
isContiguous
(CurRange, LastRange), "Intervals are contiguous",
3715
Assert(!
isContiguous
(FirstRange, LastRange), "Intervals are contiguous",
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
11232
bool
isContiguous
() const { return PromotedMin <= PromotedMax; }
11257
if (!
isContiguous
()) {
Completed in 66 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026