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

  /external/llvm/include/llvm/Object/
COFF.h 60 uint8_t getComplexType() const {
  /external/clang/include/clang/AST/
ASTContext.h 668 /// getComplexType - Return the uniqued reference to the type for a complex
670 QualType getComplexType(QualType T) const;
671 CanQualType getComplexType(CanQualType T) const {
672 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 149 if (symb->getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) {
  /external/clang/lib/AST/
ASTContext.cpp 472 FloatComplexTy = getComplexType(FloatTy);
473 DoubleComplexTy = getComplexType(DoubleTy);
474 LongDoubleComplexTy = getComplexType(LongDoubleTy);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 698 S.Context.getComplexType(OtherTy));
776 QualType result = S.Context.getComplexType(FloatTy);
    [all...]
SemaType.cpp 893 Result = Context.getComplexType(Result);
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 61 milliseconds