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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 68 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
  /external/clang/lib/Sema/
AttributeList.cpp 101 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg),
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 70 EXPECT_TRUE(Value.hasTypedMatcher<IntegerLiteral>());
  /external/clang/lib/Analysis/
BodyFarm.cpp 201 IntegerLiteral *IL =
202 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
ThreadSafety.cpp 454 isa<IntegerLiteral>(Exp) ||
    [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 641 IntegerLiteral::IntegerLiteral(ASTContext &C, const llvm::APInt &V,
646 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
652 IntegerLiteral *
653 IntegerLiteral::Create(ASTContext &C, const llvm::APInt &V,
655 return new (C) IntegerLiteral(C, V, type, l);
658 IntegerLiteral *
659 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
660 return new (C) IntegerLiteral(Empty);
    [all...]
ASTDumper.cpp 259 void VisitIntegerLiteral(const IntegerLiteral *Node);
    [all...]
ASTDiagnostic.cpp     [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 307 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) {
    [all...]
ASTImporter.cpp 174 Expr *VisitIntegerLiteral(IntegerLiteral *E);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 231 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 476 // (IntegerLiteral 'int' 0))
479 // (IntegerLiteral 'int' 10)
524 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
538 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
893 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
906 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 261 return makeIntVal(cast<IntegerLiteral>(E));
BugReporterVisitors.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 576 VISIT(IntegerLiteral);
626 IGNORE_EXPR(IntegerLiteral);
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 576 VISIT(IntegerLiteral);
627 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...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]

Completed in 724 milliseconds

1 2