/external/clang/test/Index/ |
D | usrs.m | 197 // 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 …]
|
D | annotate-subscripting.m | 41 // CHECK: Literal: "3" [24:9 - 24:10] IntegerLiteral= 44 // CHECK: Literal: "0" [24:14 - 24:15] IntegerLiteral=
|
D | local-symbols.m | 38 // CHECK: local-symbols.m:14:10: IntegerLiteral= Extent=[14:10 - 14:11]
|
D | arc-annotate.m | 51 // CHECK: Literal: "0" [9:10 - 9:11] IntegerLiteral=
|
D | annotate-literals.m | 68 // CHECK-LITERALS: Literal: "17" [36:22 - 36:24] IntegerLiteral=
|
D | annotate-tokens.m | 190 // 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/ |
D | CStringSyntaxChecker.cpp | 68 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne()
|
/external/clang/docs/ |
D | ClangCheck.rst | 30 (IntegerLiteral 0x7ff3a302a9d8 <col:11> 'int' 0))))))
|
D | PCHInternals.rst | 329 | ``IntegerLiteral(5)`` | 331 | ``IntegerLiteral(4)`` | 333 | ``IntegerLiteral(3)`` | 335 | ``IntegerLiteral(-)`` | 337 | ``IntegerLiteral(+)`` |
|
D | IntroductionToTheClangAST.rst | 73 (IntegerLiteral 0x48a5940 <col:21> 'int' 42)))")
|
/external/clang/lib/Sema/ |
D | AttributeList.cpp | 101 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg), in createIntegerAttribute()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 201 IntegerLiteral *IL = in create_dispatch_once() 202 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1), in create_dispatch_once()
|
D | ThreadSafety.cpp | 454 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/ |
D | VariantValueTest.cpp | 70 EXPECT_TRUE(Value.hasTypedMatcher<IntegerLiteral>()); in TEST()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 775 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/ |
D | Expr.cpp | 641 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 …]
|
D | StmtPrinter.cpp | 785 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) { in VisitIntegerLiteral() 1339 IntegerLiteral *Int = cast<IntegerLiteral>(Node->getCookedLiteral()); in VisitUserDefinedLiteral()
|
D | ASTDiagnostic.cpp | 1495 if (isa<IntegerLiteral>(E)) return false; in HasExtraInfo() 1499 if (isa<IntegerLiteral>(UO->getSubExpr())) in HasExtraInfo()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 55 def IntegerLiteral : DStmt<Expr>;
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValBuilder.h | 231 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 261 return makeIntVal(cast<IntegerLiteral>(E)); in getConstantVal()
|
D | BugReporterVisitors.cpp | 1305 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch()
|
/external/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 576 VISIT(IntegerLiteral); in VisitExpr() 626 IGNORE_EXPR(IntegerLiteral);
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 576 VISIT(IntegerLiteral); in VisitExpr() 627 IGNORE_EXPR(IntegerLiteral);
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1242 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);
|