OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUNullExpr
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
926
const internal::VariadicDynCastAllOfMatcher<Stmt,
GNUNullExpr
>
gnuNullExpr
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4515
///
GNUNullExpr
- Implements the GNU __null extension, which is a name
4521
class
GNUNullExpr
: public Expr {
4526
GNUNullExpr
(QualType Ty, SourceLocation Loc)
4532
explicit
GNUNullExpr
(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { }
RecursiveASTVisitor.h
2616
DEF_TRAVERSE_STMT(
GNUNullExpr
, {})
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1322
void ASTStmtReader::VisitGNUNullExpr(
GNUNullExpr
*E) {
3005
S = new (Context)
GNUNullExpr
(Empty);
ASTWriterStmt.cpp
1185
void ASTStmtWriter::VisitGNUNullExpr(
GNUNullExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
1506
void StmtPrinter::VisitGNUNullExpr(
GNUNullExpr
*) {
StmtProfile.cpp
1379
void StmtProfiler::VisitGNUNullExpr(const
GNUNullExpr
*S) {
ASTImporter.cpp
582
ExpectedStmt VisitGNUNullExpr(
GNUNullExpr
*E);
6584
ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(
GNUNullExpr
*E) {
6593
return new (Importer.getToContext())
GNUNullExpr
(*TypeOrErr, *BeginLocOrErr);
Expr.cpp
3745
} else if (isa<
GNUNullExpr
>(this)) {
ASTContext.cpp
2793
if (isa<
GNUNullExpr
>(E)) return true;
ExprConstant.cpp
10715
bool VisitGNUNullExpr(const
GNUNullExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp
1422
if (isa<CXXNullPtrLiteralExpr>(E) || isa<
GNUNullExpr
>(E)) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
2455
if (isa<
GNUNullExpr
>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
2436
extern const internal::VariadicDynCastAllOfMatcher<Stmt,
GNUNullExpr
>
2437
gnuNullExpr
;
7468
gnuNullExpr
(), cxxNullPtrLiteralExpr(),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
1761
void VisitGNUNullExpr(
GNUNullExpr
*E) { }
SemaExpr.cpp
10185
bool LHSNull = isa<
GNUNullExpr
>(LHS.get()->IgnoreParenImpCasts());
10186
bool RHSNull = isa<
GNUNullExpr
>(RHS.get()->IgnoreParenImpCasts());
15753
return new (Context)
GNUNullExpr
(Ty, TokenLoc);
TreeTransform.h
11308
TreeTransform<Derived>::TransformGNUNullExpr(
GNUNullExpr
*E) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
471
Value *VisitGNUNullExpr(const
GNUNullExpr
*E) {
Completed in 189 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026