OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lpointee
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
10742
QualType
lpointee
= LHS.get()->getType()->getPointeeType();
local
10784
if (!Context.hasSameUnqualifiedType(
lpointee
, rpointee)) {
10790
Context.getCanonicalType(
lpointee
).getUnqualifiedType(),
11944
QualType
lpointee
= LHSType->castAs<BlockPointerType>()->getPointeeType();
local
11948
!Context.typesAreCompatible(
lpointee
, rpointee)) {
SemaExpr.cpp
10742
QualType
lpointee
= LHS.get()->getType()->getPointeeType();
local
10784
if (!Context.hasSameUnqualifiedType(
lpointee
, rpointee)) {
10790
Context.getCanonicalType(
lpointee
).getUnqualifiedType(),
11944
QualType
lpointee
= LHSType->castAs<BlockPointerType>()->getPointeeType();
local
11948
!Context.typesAreCompatible(
lpointee
, rpointee)) {
Completed in 82 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026