HomeSort by relevance Sort by last modified time
    Searched refs:isPrimitiveType (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Type.h 205 bool isPrimitiveType() const { return ID <= LastPrimitiveTyID; }
220 return (ID != VoidTyID && isPrimitiveType()) ||
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 423 assert((Ty->isPrimitiveType() || Ty->isIntegerTy() || Ty->isVectorTy()) &&
477 if (Ty->isPrimitiveType() || Ty->isIntegerTy() || Ty->isVectorTy()) {
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java     [all...]
ObjectInputStream.java     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 344 if (Ty->isPrimitiveType() || Ty->isIntegerTy()) {
504 if (Ty->isPrimitiveType() || Ty->isIntegerTy())
    [all...]

Completed in 25 milliseconds