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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
  /external/clang/lib/Sema/
AttributeList.cpp 95 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg),
SemaChecking.cpp     [all...]
SemaPseudoObject.cpp 410 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy,
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 478 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE))
555 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 221 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 80 return svalBuilder.makeIntVal(cast<IntegerLiteral>(E));
BugReporterVisitors.cpp 588 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) {
RegionStore.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 477 // (IntegerLiteral 'int' 0))
480 // (IntegerLiteral 'int' 10)
526 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
539 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/AST/
Expr.cpp 548 IntegerLiteral *
549 IntegerLiteral::Create(ASTContext &C, const llvm::APInt &V,
551 return new (C) IntegerLiteral(C, V, type, l);
554 IntegerLiteral *
555 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
556 return new (C) IntegerLiteral(Empty);
    [all...]
StmtDumper.cpp 141 void VisitIntegerLiteral(IntegerLiteral *Node);
435 void StmtDumper::VisitIntegerLiteral(IntegerLiteral *Node) {
StmtPrinter.cpp 703 void StmtPrinter::VisitIntegerLiteral(IntegerLiteral *Node) {
    [all...]
StmtProfile.cpp 264 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) {
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 166 Expr *VisitIntegerLiteral(IntegerLiteral *E);
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 172 isa<IntegerLiteral>(Exp) ||
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 821 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 576 VISIT(IntegerLiteral);
627 IGNORE_EXPR(IntegerLiteral);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 254 milliseconds

1 2