OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NullKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
12033
const Expr::NullPointerConstantKind
NullKind
=
12035
if (
NullKind
!= Expr::NPCK_GNUNull &&
NullKind
!= Expr::NPCK_CXX11_nullptr)
12052
if (
NullKind
== Expr::NPCK_GNUNull && Loc.isMacroID()) {
12064
<< (
NullKind
== Expr::NPCK_CXX11_nullptr) << T << SourceRange(CC)
12963
/// \param
NullKind
NPCK_NotNull if E is a cast to bool, otherwise, E is
12968
Expr::NullPointerConstantKind
NullKind
,
12982
const bool IsCompare =
NullKind
!= Expr::NPCK_NotNull;
13134
if (
NullKind
== Expr::NPCK_ZeroExpression ||
13135
NullKind
== Expr::NPCK_ZeroLiteral)
[
all
...]
SemaExpr.cpp
7723
Expr::NullPointerConstantKind
NullKind
=
7727
if (
NullKind
== Expr::NPCK_NotNull) {
7730
NullKind
=
7735
if (
NullKind
== Expr::NPCK_NotNull)
7738
if (
NullKind
== Expr::NPCK_ZeroExpression)
7741
if (
NullKind
== Expr::NPCK_ZeroLiteral) {
7750
int DiagType = (
NullKind
== Expr::NPCK_CXX11_nullptr);
Completed in 87 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026