OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUnsafe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp
72
bool
isUnsafe
(const ConstantRange &R) {
171
assert(!
isUnsafe
(R));
268
if (
isUnsafe
(Offset))
279
assert(!
isUnsafe
(SizeRange));
282
if (
isUnsafe
(Offsets))
286
if (
isUnsafe
(Offsets))
319
if (Sizes.getUpper().isNegative() ||
isUnsafe
(Sizes))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h
345
bool
isUnsafe
() const { return Rep.getInt(); }
Completed in 33 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026