OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionScopesIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
17701
unsigned
FunctionScopesIndex
= MaxFunctionScopesIndex;
17714
FunctionScopesIndex
= MaxFunctionScopesIndex - 1;
17720
FunctionScopeInfo *FSI = FunctionScopes[
FunctionScopesIndex
];
17778
FunctionScopes[
FunctionScopesIndex
- I]);
17798
adjustOpenMPTargetScopeIndex(
FunctionScopesIndex
, RSI->OpenMPLevel);
17840
FunctionScopesIndex
--;
17851
for (unsigned I = ++
FunctionScopesIndex
, N = MaxFunctionScopesIndex + 1; I != N;
SemaOpenMP.cpp
2285
void Sema::adjustOpenMPTargetScopeIndex(unsigned &
FunctionScopesIndex
,
2287
FunctionScopesIndex
-= getOpenMPCaptureLevels(DSAStack->getDirective(Level));
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
10188
void adjustOpenMPTargetScopeIndex(unsigned &
FunctionScopesIndex
,
Completed in 79 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026