OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numLeft
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp
260
if (P->Demangler.
numLeft
() != 0)
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
2459
size_t
numLeft
() const { return static_cast<size_t>(Last - First); }
2772
if (
numLeft
() < Length || Length == 0)
3449
if (
numLeft
() == 0 || !std::isdigit(*First))
3451
while (
numLeft
() != 0 && std::isdigit(*First))
3472
if (parsePositiveInteger(&Int) ||
numLeft
() < Int)
4550
if (
numLeft
() < 2)
5019
if (
numLeft
() < 2)
5256
return
numLeft
() == 0 || look() == 'E' || look() == '.' || look() == '_';
5353
if (
numLeft
() <= N)
5680
if (
numLeft
() != 0
[
all
...]
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026