Home
last modified time | relevance | path

Searched refs:branched (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h991 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()
995 assert(!branched() && "Cannot acces leaf data in branched root"); in rootLeaf()
999 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()
1003 assert(branched() && "Cannot access branch data in non-branched root"); in rootBranchData()
1035 bool branched() const { return height > 0; } in branched() function
1062 return !branched() ? rootLeaf().start(0) : rootBranchStart(); in start()
1068 return !branched() ? rootLeaf().stop(rootSize - 1) : in stop()
1076 return branched() ? treeSafeLookup(x, NotFound) :
1084 if (branched() || rootSize == RootLeaf::Capacity) in insert()
1144 assert(branched() && "treeLookup assumes a branched root"); in treeSafeLookup()
[all …]
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-report.txt83 - dso_from: name of library or module branched from
84 - dso_to: name of library or module branched to
85 - symbol_from: name of function branched from
86 - symbol_to: name of function branched to
/external/icu/icu4c/source/common/
Drbbirpt.txt235 # The state that branched to here must have pushed a return state
/external/e2fsprogs/lib/et/
Dcom_err.texinfo448 branched to, using a goto, in the event of failure. A common source
/external/pcre/dist/
DChangeLog1324 branched capturing and non-capturing groups, repeated or not, and also to