HomeSort by relevance Sort by last modified time
    Searched refs:getIdx (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedArraySubscriptChecker.cpp 37 if (C.getState()->getSVal(A->getIdx(), C.getLocationContext()).isUndef()) {
44 R->addRange(A->getIdx()->getSourceRange());
45 bugreporter::trackNullOrUndefValue(N, A->getIdx(), *R);
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 67 Idx getIdx(const NamedDecl *SD) const {
121 return getBit(AD.getIdx(ND));
125 return getBit(AD.getIdx(ND));
192 unsigned getIdx(const Stmt *S) const {
197 using DeclBitVector_Types::AnalysisDataTy::getIdx;
252 return BlkExprBV[AD.getIdx(S)];
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 444 uppIdx = upp->getIdx();
448 return low->getIdx() != uppIdx;
460 return low->getIdx();
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 316 unsigned getIdx() const { return Idx; }
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 654 clang::Expr* exprs[2] = {expr->getBase(), expr->getIdx()};
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp 826 Value *Idx = Visit(E->getIdx());
827 bool IdxSigned = E->getIdx()->getType()->isSignedIntegerOrEnumerationType();
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 406 Sz += buildSExpr(ASE->getIdx(), CallCtx);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 236 milliseconds