Home
last modified time | relevance | path

Searched refs:IntegerLiteral (Results 1 – 25 of 56) sorted by relevance

123

/external/clang/test/Index/
Dusrs.m197 // CHECK-source: usrs.m:36:18: IntegerLiteral= Extent=[36:18 - 36:19]
202 // CHECK-source: usrs.m:38:10: IntegerLiteral= Extent=[38:10 - 38:11]
210 // CHECK-source: usrs.m:42:10: IntegerLiteral= Extent=[42:10 - 42:11]
239 // CHECK-source: usrs.m:64:23: IntegerLiteral= Extent=[64:23 - 64:24]
245 // CHECK-source: usrs.m:65:23: IntegerLiteral= Extent=[65:23 - 65:24]
251 // CHECK-source: usrs.m:66:23: IntegerLiteral= Extent=[66:23 - 66:24]
259 // CHECK-source: usrs.m:69:23: IntegerLiteral= Extent=[69:23 - 69:24]
268 // CHECK-source: usrs.m:74:13: IntegerLiteral= Extent=[74:13 - 74:14]
270 // CHECK-source: usrs.m:74:22: IntegerLiteral= Extent=[74:22 - 74:23]
272 // CHECK-source: usrs.m:74:31: IntegerLiteral= Extent=[74:31 - 74:32]
[all …]
Dannotate-subscripting.m41 // CHECK: Literal: "3" [24:9 - 24:10] IntegerLiteral=
44 // CHECK: Literal: "0" [24:14 - 24:15] IntegerLiteral=
Dlocal-symbols.m38 // CHECK: local-symbols.m:14:10: IntegerLiteral= Extent=[14:10 - 14:11]
Darc-annotate.m51 // CHECK: Literal: "0" [9:10 - 9:11] IntegerLiteral=
Dannotate-literals.m68 // CHECK-LITERALS: Literal: "17" [36:22 - 36:24] IntegerLiteral=
Dannotate-tokens.m190 // CHECK: Literal: "0" [7:10 - 7:11] IntegerLiteral=
298 // CHECK: Literal: "0" [41:15 - 41:16] IntegerLiteral=
418 // CHECK: Literal: "0" [77:28 - 77:29] IntegerLiteral=
488 // CHECK: Literal: "0" [99:30 - 99:31] IntegerLiteral=
535 // CHECK-INSIDE_BLOCK: Literal: "5" [127:29 - 127:30] IntegerLiteral=
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp68 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne()
/external/clang/docs/
DClangCheck.rst30 (IntegerLiteral 0x7ff3a302a9d8 <col:11> 'int' 0))))))
DPCHInternals.rst329 | ``IntegerLiteral(5)`` |
331 | ``IntegerLiteral(4)`` |
333 | ``IntegerLiteral(3)`` |
335 | ``IntegerLiteral(-)`` |
337 | ``IntegerLiteral(+)`` |
DIntroductionToTheClangAST.rst73 (IntegerLiteral 0x48a5940 <col:21> 'int' 42)))")
/external/clang/lib/Sema/
DAttributeList.cpp101 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg), in createIntegerAttribute()
/external/clang/lib/Analysis/
DBodyFarm.cpp201 IntegerLiteral *IL = in create_dispatch_once()
202 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1), in create_dispatch_once()
DThreadSafety.cpp454 isa<IntegerLiteral>(Exp) || in buildSExpr()
1587 else if (IntegerLiteral *ILE = dyn_cast_or_null<IntegerLiteral>(BrE)) { in getMutexIDs()
1611 } else if (IntegerLiteral *ILE = dyn_cast<IntegerLiteral>(E)) { in getStaticBooleanValue()
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp70 EXPECT_TRUE(Value.hasTypedMatcher<IntegerLiteral>()); in TEST()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE)) in rewriteToNumberLiteral()
853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral()
1095 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in rewriteToNumericBoxedExpression()
1134 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in doRewriteToUTF8StringBoxedExpressionHelper()
/external/clang/lib/AST/
DExpr.cpp641 IntegerLiteral::IntegerLiteral(ASTContext &C, const llvm::APInt &V, in IntegerLiteral() function in IntegerLiteral
652 IntegerLiteral *
653 IntegerLiteral::Create(ASTContext &C, const llvm::APInt &V, in Create()
655 return new (C) IntegerLiteral(C, V, type, l); in Create()
658 IntegerLiteral *
659 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) { in Create()
660 return new (C) IntegerLiteral(Empty); in Create()
1976 if (IntegerLiteral *IE = in isUnusedResultAWarning()
1977 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens())) in isUnusedResultAWarning()
3089 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant()
[all …]
DStmtPrinter.cpp785 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral()
1339 IntegerLiteral *Int = cast<IntegerLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
DASTDiagnostic.cpp1495 if (isa<IntegerLiteral>(E)) return false; in HasExtraInfo()
1499 if (isa<IntegerLiteral>(UO->getSubExpr())) in HasExtraInfo()
/external/clang/include/clang/Basic/
DStmtNodes.td55 def IntegerLiteral : DStmt<Expr>;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h231 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp261 return makeIntVal(cast<IntegerLiteral>(E)); in getConstantVal()
DBugReporterVisitors.cpp1305 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch()
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc576 VISIT(IntegerLiteral); in VisitExpr()
626 IGNORE_EXPR(IntegerLiteral);
/external/v8/tools/gcmole/
Dgcmole.cc576 VISIT(IntegerLiteral); in VisitExpr()
627 IGNORE_EXPR(IntegerLiteral);
/external/clang/include/clang/AST/
DExpr.h1242 class IntegerLiteral : public Expr, public APIntStorage {
1246 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() function
1252 IntegerLiteral(ASTContext &C, const llvm::APInt &V, QualType type,
1259 static IntegerLiteral *Create(ASTContext &C, const llvm::APInt &V,
1262 static IntegerLiteral *Create(ASTContext &C, EmptyShell Empty);

123