HomeSort by relevance Sort by last modified time
    Searched refs:IntegerLiteral (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 110 IntegerLiteral,
177 return Kind == IntegerLiteral || Kind == MachineBasicBlock ||
MIParser.cpp 454 if (Token.isNot(MIToken::IntegerLiteral))
869 if (Token.isNot(MIToken::IntegerLiteral))
950 assert(Token.is(MIToken::IntegerLiteral));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
TestAfterDivZeroChecker.cpp 219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS());
222 IntLiteral = dyn_cast<IntegerLiteral>(B->getLHS());
IdenticalExprChecker.cpp 465 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1);
466 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2);
LocalizationChecker.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 258 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);
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 96 : IntegerLiteral
156 IntegerLiteral
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 71 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<IntegerLiteral>());
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionLexer.java 19 T__38=39, T__39=40, T__40=41, T__41=42, T__42=43, THIS=44, IntegerLiteral=45,
33 "T__41", "T__42", "THIS", "IntegerLiteral", "DecimalIntegerLiteral", "HexIntegerLiteral",
60 null, null, null, null, null, null, null, null, "THIS", "IntegerLiteral",
BindingExpressionParser.java 19 T__38=39, T__39=40, T__40=41, T__41=42, T__42=43, THIS=44, IntegerLiteral=45,
49 null, null, null, null, null, null, null, null, "THIS", "IntegerLiteral",
243 case IntegerLiteral:
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 211 IntegerLiteral *IL =
212 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
CFG.cpp 42 /// Helper for tryNormalizeBinaryOperator. Attempts to extract an IntegerLiteral
46 if (isa<IntegerLiteral>(E))
93 if (isa<IntegerLiteral>(E1) != isa<IntegerLiteral>(E2))
97 if (isa<IntegerLiteral>(E1))
648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
652 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr)
    [all...]
ReachableCode.cpp 43 return isa<IntegerLiteral>(Ex) || isa<StringLiteral>(Ex) ||
ThreadSafety.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE))
    [all...]
  /external/clang/lib/AST/
Expr.cpp 719 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V,
724 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
730 IntegerLiteral *
731 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V,
733 return new (C) IntegerLiteral(C, V, type, l);
736 IntegerLiteral *
737 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) {
738 return new (C) IntegerLiteral(Empty);
    [all...]
ASTDumper.cpp 496 void VisitIntegerLiteral(const IntegerLiteral *Node);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 232 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 153 case BindingExpressionParser.IntegerLiteral:
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 285 return makeIntVal(cast<IntegerLiteral>(E));
  /external/v8/tools/gcmole/
gcmole.cc 571 VISIT(IntegerLiteral);
620 IGNORE_EXPR(IntegerLiteral);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 

Completed in 191 milliseconds

1 2 3 4 5