HomeSort by relevance Sort by last modified time
    Searched defs:isInteger (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
predicates.go 24 func isInteger(typ Type) bool {
26 return ok && t.info&IsInteger != 0
  /prebuilts/go/linux-x86/src/go/types/
predicates.go 24 func isInteger(typ Type) bool {
26 return ok && t.info&IsInteger != 0
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Value.java 156 public boolean isInteger() {
420 public boolean isInteger() {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapString.java 67 private boolean isInteger;
97 if (isInteger) {
102 isInteger = true;
  /packages/apps/TV/src/com/android/tv/data/
ChannelNumber.java 137 if (!isInteger(ret.majorNumber)) {
144 if (!isInteger(ret.majorNumber) || !isInteger(ret.minorNumber)) {
172 private static boolean isInteger(String string) {
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 205 /// isInteger - Return true if this is an integer, or a vector integer type.
206 bool isInteger() const {
ValueTypes.h 122 /// isInteger - Return true if this is an integer, or a vector integer type.
123 bool isInteger() const {
124 return isSimple() ? V.isInteger() : isExtendedInteger();
282 assert(isInteger() && !isVector() && "Invalid integer type!");
294 assert(isInteger() && !isVector() && "Invalid integer type!");
  /external/skia/src/sksl/ir/
SkSLType.h 235 bool isInteger() const {
  /external/skqp/src/sksl/ir/
SkSLType.h 235 bool isInteger() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 205 bool isInteger() const {
ValueTypes.h 121 bool isInteger() const {
122 return isSimple() ? V.isInteger() : isExtendedInteger();
277 assert(isInteger() && !isVector() && "Invalid integer type!");
288 assert(isInteger() && !isVector() && "Invalid integer type!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 205 bool isInteger() const {
ValueTypes.h 121 bool isInteger() const {
122 return isSimple() ? V.isInteger() : isExtendedInteger();
277 assert(isInteger() && !isVector() && "Invalid integer type!");
288 assert(isInteger() && !isVector() && "Invalid integer type!");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineValueType.h 298 bool isInteger() const {
    [all...]

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>