HomeSort by: relevance | last modified time | path
    Searched refs:ArrayIndex (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.cpp 111 Path.push_back(APValue::LValuePathEntry::ArrayIndex(Ptr.getIndex()));
ByteCodeExprGen.h 228 llvm::Optional<uint64_t> ArrayIndex;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 208 APValue::LValuePathEntry::ArrayIndex(asImpl().readUInt32()));
APValue.h 216 static LValuePathEntry ArrayIndex(uint64_t Index) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1093 class ArrayIndex : public SExpr {
1095 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {}
1096 ArrayIndex(const ArrayIndex &E, SExpr *A, SExpr *N)
1115 typename C::CType compare(const ArrayIndex* E, C& Cmp) const {
ThreadSafetyTraverse.h 760 void printArrayIndex(const ArrayIndex *E, StreamType &SS) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 365 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex()
369 return {ArrayIndex, ArraySize - ArrayIndex};
392 Entries.push_back(PathEntry::ArrayIndex(0));
403 Entries.push_back(PathEntry::ArrayIndex(0));
428 Entries.push_back(PathEntry::ArrayIndex(Imag));
449 Entries.back() = PathEntry::ArrayIndex(
459 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex()
464 if (N < -(int64_t)ArrayIndex || N > ArraySize - ArrayIndex) {
    [all...]
Expr.cpp 2162 LValuePathEntry Path[1] = {LValuePathEntry::ArrayIndex(0)};
ItaniumMangle.cpp 5314 {APValue::LValuePathEntry::ArrayIndex(0)},
ASTImporter.cpp 9292 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex(
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp 599 return new (Arena) til::ArrayIndex(E0, E1);

Completed in 36 milliseconds