Home
last modified time | relevance | path

Searched defs:ArrayIndex (Results 1 – 21 of 21) sorted by relevance

/external/jsoncpp/include/json/
Dforwards.h32 using ArrayIndex = unsigned int; variable
Dvalue.h208 using ArrayIndex = Json::ArrayIndex; variable
/external/angle/src/common/
Dutilities_unittest.cpp17 TEST(ParseResourceName, ArrayIndex) in TEST() argument
95 TEST(ParseArrayIndex, ArrayIndex) in TEST() argument
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h234 typedef unsigned int ArrayIndex; typedef
Djson.h261 typedef unsigned int ArrayIndex; typedef
518 typedef Json::ArrayIndex ArrayIndex; typedef
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h234 typedef unsigned int ArrayIndex; typedef
Djson.h261 typedef unsigned int ArrayIndex; typedef
518 typedef Json::ArrayIndex ArrayIndex; typedef
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h234 typedef unsigned int ArrayIndex; typedef
Djson.h261 typedef unsigned int ArrayIndex; typedef
518 typedef Json::ArrayIndex ArrayIndex; typedef
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h234 typedef unsigned int ArrayIndex; typedef
Djson.h261 typedef unsigned int ArrayIndex; typedef
518 typedef Json::ArrayIndex ArrayIndex; typedef
/external/openscreen/cast/common/channel/
Dconnection_namespace_handler.cc36 using ArrayIndex = Json::Value::ArrayIndex; in FindMaxProtocolVersion() typedef
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h228 llvm::Optional<uint64_t> ArrayIndex; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h289 typedef unsigned int ArrayIndex; typedef
561 typedef Json::ArrayIndex ArrayIndex; typedef
/external/clang/include/clang/AST/
DAPValue.h63 uint64_t ArrayIndex; member
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1095 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} in ArrayIndex() function
1096 ArrayIndex(const ArrayIndex &E, SExpr *A, SExpr *N) in ArrayIndex() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} in ArrayIndex() function
1099 ArrayIndex(const ArrayIndex &E, SExpr *A, SExpr *N) in ArrayIndex() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp908 TEST(ArraySubscriptMatchers, ArrayIndex) { in TEST() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1507 TEST(ArraySubscriptMatchers, ArrayIndex) { in TEST() argument
/external/clang/lib/CodeGen/
DCGClass.cpp579 llvm::Value *ArrayIndex = CGF.Builder.CreateLoad(ArrayIndexVar); in EmitAggMemberInitializer() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp362 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex() in validIndexAdjustments() local
456 uint64_t ArrayIndex = IsArray ? Entries.back().getAsArrayIndex() in adjustIndex() local
11370 uint64_t ArrayIndex = Designator.Entries.back().getAsArrayIndex(); in determineEndOffset() local