Home
last modified time | relevance | path

Searched defs:IntegerType (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/unsafe/
Dunsafe.go19 type IntegerType int type
227 func Add(ptr Pointer, len IntegerType) Pointer
243 func Slice(ptr *ArbitraryType, len IntegerType) []ArbitraryType
264 func String(ptr *byte, len IntegerType) string
/aosp_15_r20/prebuilts/go/linux-x86/src/builtin/
Dbuiltin.go127 type IntegerType int type
209 func make(t Type, size ...IntegerType) Type
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/integer/
Dmod.rs48 pub enum IntegerType { enum
146 pub fn type_suffix(&self) -> Option<IntegerType> { in type_suffix()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DIntegerType.java39 public interface IntegerType extends PrimitiveType { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51658.go25 type IntegerType interface { interface
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Dtype_errors.rb12 IntegerType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.4') ? Fixnum : Integer constant in TestTypeErrors
/aosp_15_r20/external/protobuf/ruby/tests/
H A Dtype_errors.rb12 IntegerType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.4') ? Fixnum : Integer constant in TestTypeErrors
/aosp_15_r20/external/pigweed/pw_random/
H A Dget_int_bounded_fuzzer.cc24 enum class IntegerType : uint8_t { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DSwiftCallingConv.h24 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DSwiftCallingConv.h24 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DSwiftCallingConv.h24 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DSwiftCallingConv.h24 class IntegerType; variable
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h25 class IntegerType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h45 class IntegerType; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstants.h34 class IntegerType; variable
H A DType.h29 class IntegerType; variable
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_abi_arch.h54 operator IntegerType() const { return Unbox(value_); } in IntegerType() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h22 class IntegerType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h42 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DLoopConstrainer.h21 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DLoopConstrainer.h21 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DLoopConstrainer.h21 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DLoopConstrainer.h21 class IntegerType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMemoryBuiltins.h42 class IntegerType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h29 class IntegerType; variable

1234