Searched defs:ArrayIndex (Results 1 – 13 of 13) sorted by relevance
26 typedef unsigned int ArrayIndex; typedef
134 typedef Json::ArrayIndex ArrayIndex; typedef765 typedef Value::ArrayIndex ArrayIndex; typedef
234 typedef unsigned int ArrayIndex; typedef
261 typedef unsigned int ArrayIndex; typedef518 typedef Json::ArrayIndex ArrayIndex; typedef
289 typedef unsigned int ArrayIndex; typedef561 typedef Json::ArrayIndex ArrayIndex; typedef
63 uint64_t ArrayIndex; member
1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} in ArrayIndex() function1099 ArrayIndex(const ArrayIndex &E, SExpr *A, SExpr *N) in ArrayIndex() function
908 TEST(ArraySubscriptMatchers, ArrayIndex) { in TEST() argument
579 llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar); in EmitAggMemberInitializer() local