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

1 2 3 4 5 6 7 8 9

  /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 463 const IntegerLiteral *IntLit1 = cast<IntegerLiteral>(Stmt1);
464 const IntegerLiteral *IntLit2 = cast<IntegerLiteral>(Stmt2);
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 112 IntegerLiteral,
180 return Kind == IntegerLiteral || Kind == MachineBasicBlock ||
MIParser.cpp 464 if (Token.isNot(MIToken::IntegerLiteral))
889 if (Token.isNot(MIToken::IntegerLiteral))
900 if (Token.isNot(MIToken::IntegerLiteral))
    [all...]
  /external/clang/unittests/AST/
PostOrderASTVisitor.cpp 42 bool VisitIntegerLiteral(IntegerLiteral *Lit) {
  /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 112 : IntegerLiteral
178 IntegerLiteral
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 68 EXPECT_TRUE(Value.getMatcher().hasTypedMatcher<IntegerLiteral>());
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionLexer.java 26 IntegerLiteral=47, FloatingPointLiteral=48, BooleanLiteral=49, CharacterLiteral=50,
39 "T__41", "T__42", "T__43", "THIS", "VoidLiteral", "IntegerLiteral", "DecimalIntegerLiteral",
68 "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", "CharacterLiteral",
BindingExpressionParser.java 26 IntegerLiteral=47, FloatingPointLiteral=48, BooleanLiteral=49, CharacterLiteral=50,
58 "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", "CharacterLiteral",
293 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...]
  /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 708 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V,
713 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
719 IntegerLiteral *
720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V,
722 return new (C) IntegerLiteral(C, V, type, l);
725 IntegerLiteral *
726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) {
727 return new (C) IntegerLiteral(Empty);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 237 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 249 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 240 case BindingExpressionParser.IntegerLiteral:

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 9