Home
last modified time | relevance | path

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

1234

/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=
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_band_part_op.cc74 XlaHelpers::IntegerLiteral(builder, index_type, m), in Compile()
77 XlaHelpers::IntegerLiteral(builder, index_type, n), in Compile()
Drelu_op.cc47 auto six = XlaHelpers::IntegerLiteral(builder, input_type(0), 6); in Compile()
95 XlaHelpers::IntegerLiteral(b, input_type(0), 6), shape.dim_sizes()); in Compile()
Dl2loss_op.cc44 auto two = XlaHelpers::IntegerLiteral(b, dtype, 2); in Compile()
Dcast_op.cc81 ::tensorflow::IntegerLiteral(builder, same_width_int, mask)), in Compile()
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h112 IntegerLiteral, enumerator
180 return Kind == IntegerLiteral || Kind == MachineBasicBlock || in hasIntegerValue()
DMIParser.cpp464 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/
Dxla_helpers.cc49 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()
Dxla_helpers.h42 static xla::XlaOp IntegerLiteral(xla::XlaBuilder* b, DataType data_type,
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS()); in checkBranchCondition()
222 IntLiteral = dyn_cast<IntegerLiteral>(B->getLHS()); in checkBranchCondition()
DCStringSyntaxChecker.cpp69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne()
DIdenticalExprChecker.cpp463 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/
DMILexer.h137 IntegerLiteral, enumerator
209 return Kind == IntegerLiteral || Kind == MachineBasicBlock || in hasIntegerValue()
DMIParser.cpp545 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/
Dutil.h38 xla::XlaOp IntegerLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type,
Dutil.cc65 xla::XlaOp IntegerLiteral(xla::XlaBuilder* builder, xla::PrimitiveType type, in IntegerLiteral() function
/external/clang/unittests/AST/
DPostOrderASTVisitor.cpp42 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral()
/external/clang/docs/
DClangCheck.rst30 (IntegerLiteral 0x7ff3a302a9d8 <col:11> 'int' 0))))))
/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()
1099 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in rewriteToNumericBoxedExpression()
1138 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in doRewriteToUTF8StringBoxedExpressionHelper()
/external/clang/lib/AST/
DExpr.cpp708 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/
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()

1234