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

  /external/llvm/include/llvm/
Type.h 171 /// isFunctionTy - True if this is an instance of FunctionType.
173 bool isFunctionTy() const { return ID == FunctionTyID; }
  /external/llvm/lib/VMCore/
Type.cpp 362 return !RetTy->isFunctionTy() && !RetTy->isLabelTy() &&
545 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
639 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 676 if (Ty->isFunctionTy() || Ty->isLabelTy())
    [all...]

Completed in 373 milliseconds