HomeSort by relevance Sort by last modified time
    Searched refs:IntegerLiteral (Results 1 - 25 of 43) 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 99 Expr *IArg = IntegerLiteral::Create(C, llvm::APInt(32, (uint64_t) Arg),
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]
  /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/StaticAnalyzer/Core/
Environment.cpp 100 return svalBuilder.makeIntVal(cast<IntegerLiteral>(S));
BugReporterVisitors.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/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 224 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) {
  /external/clang/lib/AST/
Expr.cpp 625 IntegerLiteral::IntegerLiteral(ASTContext &C, const llvm::APInt &V,
630 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
636 IntegerLiteral *
637 IntegerLiteral::Create(ASTContext &C, const llvm::APInt &V,
639 return new (C) IntegerLiteral(C, V, type, l);
642 IntegerLiteral *
643 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
644 return new (C) IntegerLiteral(Empty);
    [all...]
ASTDiagnostic.cpp     [all...]
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 269 void StmtProfiler::VisitIntegerLiteral(const IntegerLiteral *S) {
ASTImporter.cpp 167 Expr *VisitIntegerLiteral(IntegerLiteral *E);
    [all...]
ASTDumper.cpp 254 void VisitIntegerLiteral(const IntegerLiteral *Node);
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 476 // (IntegerLiteral 'int' 0))
479 // (IntegerLiteral 'int' 10)
525 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
539 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
894 clang::Expr *Int0 = clang::IntegerLiteral::Create(C,
907 clang::Expr *NumArrayElementsExpr = clang::IntegerLiteral::Create(C,
    [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...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
ASTMatchers.h 295 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
301 /// varDecl(hasInitializer(integerLiteral()))
322 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
325 /// varDecl(hasInitializer(integerLiteral()))
345 /// varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral())))
349 /// varDecl(hasInitializer(integerLiteral()))
961 /// Not matching Hex-encoded chars (e.g. 0x1234, which is a IntegerLiteral),
979 IntegerLiteral> integerLiteral;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 227 milliseconds

1 2