OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isScope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h
141
bool
isScope
() const { return (storage_class & STCscope) != 0; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
920
static bool
isScope
(const Metadata *MD) { return !MD || isa<DIScope>(MD); }
1052
AssertDI(
isScope
(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1094
AssertDI(
isScope
(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1240
AssertDI(
isScope
(N.getRawScope()), "invalid scope", &N, N.getRawScope());
Completed in 24 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026