OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpointee
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
10780
QualType
rpointee
= RHSPTy->getPointeeType();
local
10784
if (!Context.hasSameUnqualifiedType(lpointee,
rpointee
)) {
10791
Context.getCanonicalType(
rpointee
).getUnqualifiedType())) {
10806
if (!
rpointee
->isVoidType() && !
rpointee
->isFunctionType()) {
10807
CharUnits ElementSize = Context.getTypeSizeInChars(
rpointee
);
10810
<<
rpointee
.getUnqualifiedType()
11945
QualType
rpointee
= RHSType->castAs<BlockPointerType>()->getPointeeType();
local
11948
!Context.typesAreCompatible(lpointee,
rpointee
)) {
SemaExpr.cpp
10780
QualType
rpointee
= RHSPTy->getPointeeType();
local
10784
if (!Context.hasSameUnqualifiedType(lpointee,
rpointee
)) {
10791
Context.getCanonicalType(
rpointee
).getUnqualifiedType())) {
10806
if (!
rpointee
->isVoidType() && !
rpointee
->isFunctionType()) {
10807
CharUnits ElementSize = Context.getTypeSizeInChars(
rpointee
);
10810
<<
rpointee
.getUnqualifiedType()
11945
QualType
rpointee
= RHSType->castAs<BlockPointerType>()->getPointeeType();
local
11948
!Context.typesAreCompatible(lpointee,
rpointee
)) {
Completed in 70 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026