Searched refs:IntegerLiteral (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc);
349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc);
367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc);
372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Loc);
H A Dslang_rs_object_ref_count.cpp369 // (IntegerLiteral 'int' 0)))
373 // (IntegerLiteral 'int' 10)
408 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
436 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
788 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
801 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
/frameworks/data-binding/compilerCommon/
H A DBindingExpression.g4112 : IntegerLiteral
178 IntegerLiteral
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionLexer.java26 IntegerLiteral=47, FloatingPointLiteral=48, BooleanLiteral=49, CharacterLiteral=50, field in class:BindingExpressionLexer
39 "T__41", "T__42", "T__43", "THIS", "VoidLiteral", "IntegerLiteral", "DecimalIntegerLiteral",
68 "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", "CharacterLiteral",
H A DBindingExpressionParser.java26 IntegerLiteral=47, FloatingPointLiteral=48, BooleanLiteral=49, CharacterLiteral=50, field in class:BindingExpressionParser
58 "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", "CharacterLiteral",
293 case IntegerLiteral:
1335 if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__4) | (1L << T__10) | (1L << T__11) | (1L << T__12) | (1L << T__13) | (1L << T__36) | (1L << T__37) | (1L << T__38) | (1L << T__39) | (1L << T__40) | (1L << T__41) | (1L << T__42) | (1L << T__43) | (1L << VoidLiteral) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << SingleQuoteString) | (1L << DoubleQuoteString) | (1L << NullLiteral) | (1L << Identifier) | (1L << ResourceReference))) != 0)) {
1522 case IntegerLiteral:
1599 public TerminalNode IntegerLiteral() { return getToken(BindingExpressionParser.IntegerLiteral, 0); } method in class:BindingExpressionParser.JavaLiteralContext
1632 if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << NullLiteral))) != 0)) ) {
2002 if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__4) | (1L << T__10) | (1L << T__11) | (1L << T__12) | (1L << T__13) | (1L << T__36) | (1L << T__37) | (1L << T__38) | (1L << T__39) | (1L << T__40) | (1L << T__41) | (1L << T__42) | (1L << T__43) | (1L << VoidLiteral) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << SingleQuoteString) | (1L << DoubleQuoteString) | (1L << NullLiteral) | (1L << Identifier) | (1L << ResourceReference))) != 0)) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionVisitor.java240 case BindingExpressionParser.IntegerLiteral:
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 93 milliseconds