Home
last modified time | relevance | path

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

123

/external/clang/test/Index/
Dusrs.m220 // CHECK-source: usrs.m:36:18: IntegerLiteral= Extent=[36:18 - 36:19]
225 // CHECK-source: usrs.m:38:10: IntegerLiteral= Extent=[38:10 - 38:11]
233 // CHECK-source: usrs.m:42:10: IntegerLiteral= Extent=[42:10 - 42:11]
262 // CHECK-source: usrs.m:64:23: IntegerLiteral= Extent=[64:23 - 64:24]
268 // CHECK-source: usrs.m:65:23: IntegerLiteral= Extent=[65:23 - 65:24]
274 // CHECK-source: usrs.m:66:23: IntegerLiteral= Extent=[66:23 - 66:24]
282 // CHECK-source: usrs.m:69:23: IntegerLiteral= Extent=[69:23 - 69:24]
291 // CHECK-source: usrs.m:74:13: IntegerLiteral= Extent=[74:13 - 74:14]
293 // CHECK-source: usrs.m:74:22: IntegerLiteral= Extent=[74:22 - 74:23]
295 // 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.m44 // CHECK: local-symbols.m:14:10: IntegerLiteral= Extent=[14:10 - 14:11]
Darc-annotate.m51 // CHECK: Literal: "0" [9:10 - 9:11] IntegerLiteral=
Dannotate-tokens.m191 // CHECK: Literal: "0" [7:10 - 7:11] IntegerLiteral=
299 // CHECK: Literal: "0" [41:15 - 41:16] IntegerLiteral=
419 // CHECK: Literal: "0" [77:28 - 77:29] IntegerLiteral=
489 // CHECK: Literal: "0" [99:30 - 99:31] IntegerLiteral=
536 // CHECK-INSIDE_BLOCK: Literal: "5" [127:29 - 127:30] IntegerLiteral=
Dannotate-literals.m77 // CHECK-LITERALS: Literal: "17" [44:22 - 44:24] IntegerLiteral=
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h110 IntegerLiteral, enumerator
177 return Kind == IntegerLiteral || Kind == MachineBasicBlock || in hasIntegerValue()
DMIParser.cpp454 if (Token.isNot(MIToken::IntegerLiteral)) in parseBasicBlockSuccessors()
869 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex()
950 assert(Token.is(MIToken::IntegerLiteral)); in parseImmediateOperand()
981 if (Token.isNot(MIToken::IntegerLiteral)) in parseTypedImmediateOperand()
1168 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode()
1190 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset()
1383 case MIToken::IntegerLiteral: in parseMachineOperand()
1488 if (Token.isNot(MIToken::IntegerLiteral)) in parseOffset()
1502 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAlignment()
1684 if (Token.isNot(MIToken::IntegerLiteral)) in parseMachineMemoryOperand()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne()
DTestAfterDivZeroChecker.cpp219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS()); in checkBranchCondition()
222 IntLiteral = dyn_cast<IntegerLiteral>(B->getLHS()); in checkBranchCondition()
DIdenticalExprChecker.cpp465 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1); in isIdenticalStmt()
466 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2); in isIdenticalStmt()
DLocalizationChecker.cpp1059 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality()
/external/clang/docs/
DClangCheck.rst30 (IntegerLiteral 0x7ff3a302a9d8 <col:11> 'int' 0))))))
DPCHInternals.rst339 | ``IntegerLiteral(5)`` |
341 | ``IntegerLiteral(4)`` |
343 | ``IntegerLiteral(3)`` |
345 | ``IntegerLiteral(-)`` |
347 | ``IntegerLiteral(+)`` |
DIntroductionToTheClangAST.rst63 | `-IntegerLiteral 0x5aeac90 <col:21> 'int' 42
/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()
1096 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in rewriteToNumericBoxedExpression()
1135 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in doRewriteToUTF8StringBoxedExpressionHelper()
/external/clang/lib/Analysis/
DBodyFarm.cpp211 IntegerLiteral *IL = in create_dispatch_once()
212 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1), in create_dispatch_once()
DCFG.cpp46 if (isa<IntegerLiteral>(E)) in tryTransformToIntOrEnumConstant()
93 if (isa<IntegerLiteral>(E1) != isa<IntegerLiteral>(E2)) in areExprTypesCompatible()
97 if (isa<IntegerLiteral>(E1)) in areExprTypesCompatible()
648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectRelationalOperator()
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr); in checkIncorrectRelationalOperator()
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectEqualityOperator()
691 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr); in checkIncorrectEqualityOperator()
704 const IntegerLiteral *IntLiteral2 = dyn_cast<IntegerLiteral>(LHSExpr2); in checkIncorrectEqualityOperator()
707 IntLiteral2 = dyn_cast<IntegerLiteral>(RHSExpr2); in checkIncorrectEqualityOperator()
DThreadSafety.cpp1292 else if (IntegerLiteral *ILE = dyn_cast_or_null<IntegerLiteral>(BrE)) in getMutexIDs()
1315 } else if (IntegerLiteral *ILE = dyn_cast<IntegerLiteral>(E)) { in getStaticBooleanValue()
DReachableCode.cpp43 return isa<IntegerLiteral>(Ex) || isa<StringLiteral>(Ex) || in isTrivialExpression()
/external/clang/lib/AST/
DExpr.cpp719 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V, in IntegerLiteral() function in IntegerLiteral
730 IntegerLiteral *
731 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create()
733 return new (C) IntegerLiteral(C, V, type, l); in Create()
736 IntegerLiteral *
737 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
738 return new (C) IntegerLiteral(Empty); in Create()
2118 if (IntegerLiteral *IE = in isUnusedResultAWarning()
2119 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens())) in isUnusedResultAWarning()
3369 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant()
[all …]
/external/clang/unittests/ASTMatchers/Dynamic/
DVariantValueTest.cpp71 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<IntegerLiteral>()); in TEST()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h232 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal()
/external/clang/include/clang/Basic/
DStmtNodes.td59 def IntegerLiteral : DStmt<Expr>;
/external/v8/tools/gcmole/
Dgcmole.cc571 VISIT(IntegerLiteral); in VisitExpr()
620 IGNORE_EXPR(IntegerLiteral);

123