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

  /external/llvm/include/llvm/Object/
COFF.h 60 uint8_t getComplexType() const {
  /external/clang/include/clang/AST/
ASTContext.h 803 QualType getComplexType(QualType T) const;
804 CanQualType getComplexType(CanQualType T) const {
805 return CanQualType::CreateUnsafe(getComplexType((QualType) T));
    [all...]
  /external/llvm/utils/obj2yaml/
coff2yaml.cpp 310 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 811 FloatComplexTy = getComplexType(FloatTy);
812 DoubleComplexTy = getComplexType(DoubleTy);
813 LongDoubleComplexTy = getComplexType(LongDoubleTy);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 896 Result = Context.getComplexType(Result);
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp 797 S.Context.getComplexType(OtherTy));
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 172 milliseconds