Home
last modified time | relevance | path

Searched defs:LargestInt (Results 1 – 13 of 13) sorted by relevance

/external/jsoncpp/include/json/
Dconfig.h111 using LargestInt = int; variable
123 using LargestInt = Int64; variable
Dvalue.h206 using LargestInt = Json::LargestInt; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 typedef int LargestInt; typedef
215 typedef Int64 LargestInt; typedef
516 typedef Json::LargestInt LargestInt; typedef
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 typedef int LargestInt; typedef
215 typedef Int64 LargestInt; typedef
516 typedef Json::LargestInt LargestInt; typedef
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 typedef int LargestInt; typedef
215 typedef Int64 LargestInt; typedef
516 typedef Json::LargestInt LargestInt; typedef
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h176 typedef int LargestInt; typedef
188 typedef Int64 LargestInt; typedef
Djson.h203 typedef int LargestInt; typedef
215 typedef Int64 LargestInt; typedef
516 typedef Json::LargestInt LargestInt; typedef
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h231 typedef int LargestInt; typedef
243 typedef Int64 LargestInt; typedef
559 typedef Json::LargestInt LargestInt; typedef
/external/llvm/lib/IR/
DDataLayout.cpp462 int LargestInt = -1; in getAlignmentInfo() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp615 APSInt LargestInt(IntTy->getBitWidth(), SrcIsUnsigned); in EmitFloatConversionCheck() local