OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectedAS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
280
LangAS
ExpectedAS
= Ty.getAddressSpace();
282
if (AS !=
ExpectedAS
) {
284
*this, GV, AS,
ExpectedAS
,
285
LTy->getPointerTo(getContext().getTargetAddressSpace(
ExpectedAS
)));
CodeGenModule.cpp
3978
LangAS
ExpectedAS
=
3981
assert(getContext().getTargetAddressSpace(
ExpectedAS
) == AddrSpace);
3982
if (DAddrSpace !=
ExpectedAS
) {
3984
*this, GV, DAddrSpace,
ExpectedAS
, Ty->getPointerTo(AddrSpace));
Completed in 24 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026