OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRecursive
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CodeMetrics.h
36
bool
isRecursive
= false;
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.h
42
using
IsRecursive
= Bitfield::Element<bool, 31, 1>; // Sign bit.
46
bool
isRecursive
() const;
xray-account.cpp
139
if (!
isRecursive
() && Depth == 2) // Storage == 2 / Storage s> 1
140
Bitfield::set<RecursionStatus::
IsRecursive
>(Storage,
150
if (
isRecursive
() && Depth == 0) // Storage == INT_MIN
151
Bitfield::set<RecursionStatus::
IsRecursive
>(Storage, false); // Storage = 0
154
bool RecursionStatus::
isRecursive
() const {
155
return Bitfield::get<RecursionStatus::
IsRecursive
>(Storage); // Storage s< 0
191
(*ThreadStack.RecursionDepth)[Top.first].
isRecursive
())
242
(*ThreadStack.RecursionDepth)[E.first].
isRecursive
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CodeMetrics.cpp
152
isRecursive
= true;
BasicAliasAnalysis.cpp
1322
bool
isRecursive
= false;
1327
isRecursive
= true;
1388
if (
isRecursive
)
1416
if (
isRecursive
&& Alias != AliasResult::NoAlias)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
1293
if (SP->
isRecursive
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
1968
bool
isRecursive
() const { return getSPFlags() & SPFlagRecursive; }
/src/external/public-domain/sqlite/dist/
sqlite3.c
20390
unsigned
isRecursive
:1; /* True for recursive reference in WITH */
[
all
...]
Completed in 100 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026