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

  /external/clang/include/clang/AST/
APValue.h 62 /// ArrayIndex - The array index of the next item in the path.
63 uint64_t ArrayIndex;
  /external/clang/lib/AST/
APValue.cpp 418 Out << '[' << Path[I].ArrayIndex << ']';
ExprConstant.cpp 189 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize)
207 Entry.ArrayIndex = 0;
233 Entry.ArrayIndex = Imag;
247 Entries.back().ArrayIndex += N;
248 if (Entries.back().ArrayIndex > MostDerivedArraySize) {
249 diagnosePointerArithmetic(Info, E, Entries.back().ArrayIndex);
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 442 llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar);
443 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress");
444 llvm::Value *Next = llvm::ConstantInt::get(ArrayIndex->getType(), 1);
445 Next = CGF.Builder.CreateAdd(ArrayIndex, Next, "inc");
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 211 milliseconds