Home
last modified time | relevance | path

Searched defs:IntT (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPointerEmbeddedInt.h73 operator IntT() const { in IntT() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc243 using IntT = int; typedef
255 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
351 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
1826 const TypeMap<IntT, T...>& sizes) { in CreateFlatAlloc()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc243 using IntT = int; typedef
255 FlatAllocation(const TypeMap<IntT, T...>& ends) : ends_(ends) { in FlatAllocation()
345 TypeMap<IntT, T...> CalculateEnds(const TypeMap<IntT, T...>& sizes) { in CalculateEnds()
1820 const TypeMap<IntT, T...>& sizes) { in CreateFlatAlloc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3159 Type *IntT = in emitGlobalConstantVector() local