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

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 31 static const ComplexType *getComplexType(QualType type) {
336 CGF.ConvertType(getComplexType(E->getType())->getElementType());
796 assert(E && getComplexType(E->getType()) &&
805 assert(E && getComplexType(E->getType()) &&
  /external/llvm/include/llvm/Object/
COFF.h 60 uint8_t getComplexType() const {
  /external/clang/include/clang/AST/
ASTContext.h 872 QualType getComplexType(QualType T) const;
873 CanQualType getComplexType(CanQualType T) const {
874 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
    [all...]
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 309 std::size_t complexType = symbol->getComplexType();
  /external/llvm/lib/Object/
COFFObjectFile.cpp 151 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 825 S.Context.getComplexType(OtherTy));
    [all...]
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 161 milliseconds