/external/clang/test/Index/ |
D | usrs.m | 220 // 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 …]
|
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 | 44 // 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-tokens.m | 191 // 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=
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | matrix_band_part_op.cc | 74 XlaHelpers::IntegerLiteral(builder, index_type, m), in Compile() 77 XlaHelpers::IntegerLiteral(builder, index_type, n), in Compile()
|
D | relu_op.cc | 47 auto six = XlaHelpers::IntegerLiteral(builder, input_type(0), 6); in Compile() 95 XlaHelpers::IntegerLiteral(b, input_type(0), 6), shape.dim_sizes()); in Compile()
|
D | l2loss_op.cc | 44 auto two = XlaHelpers::IntegerLiteral(b, dtype, 2); in Compile()
|
D | cast_op.cc | 81 ::tensorflow::IntegerLiteral(builder, same_width_int, mask)), in Compile()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 112 IntegerLiteral, enumerator 180 return Kind == IntegerLiteral || Kind == MachineBasicBlock || in hasIntegerValue()
|
D | MIParser.cpp | 464 if (Token.isNot(MIToken::IntegerLiteral)) in parseBasicBlockSuccessors() 889 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex() 900 if (Token.isNot(MIToken::IntegerLiteral)) in parseSize() 998 assert(Token.is(MIToken::IntegerLiteral)); in parseImmediateOperand() 1061 if (Token.isNot(MIToken::IntegerLiteral)) in parseTypedImmediateOperand() 1259 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode() 1281 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset() 1474 case MIToken::IntegerLiteral: in parseMachineOperand() 1581 if (Token.isNot(MIToken::IntegerLiteral)) in parseOffset() 1595 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseAlignment() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_helpers.cc | 49 xla::XlaOp XlaHelpers::IntegerLiteral(xla::XlaBuilder* b, DataType data_type, in IntegerLiteral() function in tensorflow::XlaHelpers 53 return ::tensorflow::IntegerLiteral(b, type, value); in IntegerLiteral()
|
D | xla_helpers.h | 42 static xla::XlaOp IntegerLiteral(xla::XlaBuilder* b, DataType data_type,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TestAfterDivZeroChecker.cpp | 219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS()); in checkBranchCondition() 222 IntLiteral = dyn_cast<IntegerLiteral>(B->getLHS()); in checkBranchCondition()
|
D | CStringSyntaxChecker.cpp | 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne()
|
D | IdenticalExprChecker.cpp | 463 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1); in isIdenticalStmt() 464 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2); in isIdenticalStmt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 137 IntegerLiteral, enumerator 209 return Kind == IntegerLiteral || Kind == MachineBasicBlock || in hasIntegerValue()
|
D | MIParser.cpp | 545 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockLiveins() 577 if (Token.isNot(MIToken::IntegerLiteral) && in parseBasicBlockSuccessors() 1147 if (Token.isNot(MIToken::IntegerLiteral)) in parseRegisterTiedDefIndex() 1278 assert(Token.is(MIToken::IntegerLiteral)); in parseImmediateOperand() 1330 if (Token.isNot(MIToken::IntegerLiteral)) in parseLowLevelType() 1376 if (Token.isNot(MIToken::IntegerLiteral)) { in parseTypedImmediateOperand() 1592 if (Token.isNot(MIToken::IntegerLiteral) || Token.integerValue().isSigned()) in parseMDNode() 1626 if (Token.isNot(MIToken::IntegerLiteral) || in parseDIExpression() 1660 if (Token.isNot(MIToken::IntegerLiteral)) in parseCFIOffset() 2029 case MIToken::IntegerLiteral: in parseMachineOperand() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | util.h | 38 xla::XlaOp IntegerLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type,
|
D | util.cc | 65 xla::XlaOp IntegerLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type, in IntegerLiteral() function
|
/external/clang/unittests/AST/ |
D | PostOrderASTVisitor.cpp | 42 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral()
|
/external/clang/docs/ |
D | ClangCheck.rst | 30 (IntegerLiteral 0x7ff3a302a9d8 <col:11> 'int' 0))))))
|
/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() 1099 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in rewriteToNumericBoxedExpression() 1138 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in doRewriteToUTF8StringBoxedExpressionHelper()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 708 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V, in IntegerLiteral() function in IntegerLiteral 719 IntegerLiteral * 720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() 722 return new (C) IntegerLiteral(C, V, type, l); in Create() 725 IntegerLiteral * 726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 727 return new (C) IntegerLiteral(Empty); in Create() 1965 if (IntegerLiteral *IE = in isUnusedResultAWarning() 1966 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens())) in isUnusedResultAWarning() 3228 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() [all …]
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 211 IntegerLiteral *IL = in create_dispatch_once() 212 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1), in create_dispatch_once()
|