Searched refs:isRecursive (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCodeMetrics.h36 bool isRecursive = false; member in struct:llvm::CodeMetrics
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h46 bool isRecursive() const;
H A Dxray-account.cpp139 if (!isRecursive() && Depth == 2) // Storage == 2 / Storage s> 1
150 if (isRecursive() && Depth == 0) // Storage == INT_MIN
154 bool RecursionStatus::isRecursive() const { function in class:RecursionStatus
191 (*ThreadStack.RecursionDepth)[Top.first].isRecursive())
242 (*ThreadStack.RecursionDepth)[E.first].isRecursive())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp152 isRecursive = true;
H A DBasicAliasAnalysis.cpp1322 bool isRecursive = false; local
1327 isRecursive = true;
1388 if (isRecursive)
1416 if (isRecursive && Alias != AliasResult::NoAlias)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1293 if (SP->isRecursive())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1968 bool isRecursive() const { return getSPFlags() & SPFlagRecursive; }
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19216 unsigned isRecursive :1; /* True for recursive reference in WITH */ member in struct:SrcItem::__anon31
[all...]

Completed in 610 milliseconds