OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OAShE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
7636
const auto *
OAShE
= dyn_cast<OMPArrayShapingExpr>(AssocExpr);
7646
} else if (
OAShE
&&
7647
isa<CXXThisExpr>(
OAShE
->getBase()->IgnoreParenCasts())) {
7649
CGF.EmitScalarExpr(
OAShE
->getBase()),
7650
CGF.getContext().getTypeAlignInChars(
OAShE
->getBase()->getType()));
7767
const auto *
OAShE
=
7772
OAShE
||
7818
if (
OAShE
) {
7819
LowestElem = LB = Address(CGF.EmitScalarExpr(
OAShE
->getBase()),
7821
OAShE
->getBase()->getType()))
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
19106
auto *
OAShE
= dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens());
19117
} else if (
OAShE
) {
19118
Type =
OAShE
->getBase()->getType()->getPointeeType();
Completed in 70 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026