HomeSort by relevance Sort by last modified time
    Searched defs:getComplexType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 32 static const ComplexType *getComplexType(QualType type) {
359 CGF.ConvertType(getComplexType(E->getType())->getElementType());
839 assert(E && getComplexType(E->getType()) &&
848 assert(E && getComplexType(E->getType()) &&
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 204 uint8_t getComplexType() const { return (Type & 0xF0) >> 4; }
209 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 233 milliseconds