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

  /external/llvm/include/llvm/IR/
Type.h 204 /// isFunctionTy - True if this is an instance of FunctionType.
206 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
  /external/llvm/lib/IR/
Type.cpp 389 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
601 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
698 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 735 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]

Completed in 199 milliseconds