HomeSort by relevance Sort by last modified time
    Searched refs:ComplexType (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 21 ComplexType = complex
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 21 ComplexType = complex
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 32 static const ComplexType *getComplexType(QualType type) {
34 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) {
37 return cast<ComplexType>(cast<AtomicType>(type)->getValueType());
200 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
206 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
388 SrcType = SrcType->castAs<ComplexType>()->getElementType();
389 DestType = DestType->castAs<ComplexType>()->getElementType();
403 DestType = DestType->castAs<ComplexType>()->getElementType();
607 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType())
    [all...]
CGDebugInfo.h 109 llvm::DIType CreateType(const ComplexType *Ty);
TargetInfo.cpp 295 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
    [all...]
CodeGenTypes.cpp 403 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
CGCall.cpp 544 } else if (const ComplexType *CT = type->getAs<ComplexType>()) {
601 } else if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
    [all...]
  /external/llvm/include/llvm/Object/
COFFYAML.h 56 COFF::SymbolComplexType ComplexType;
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 96 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType());
  /external/clang/lib/AST/
Type.cpp 395 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
405 const ComplexType *Type::getAsComplexIntegerType() const {
406 if (const ComplexType *Complex = getAs<ComplexType>())
786 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
825 return isa<ComplexType>(CanonicalType);
849 } else if (const ComplexType *CT = dyn_cast<ComplexType>(T))
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp 128 const ComplexType *CT = Type->castAs<ComplexType>();
    [all...]
TypePrinter.cpp 312 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) {
316 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 475 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
Type.h     [all...]
RecursiveASTVisitor.h 846 DEF_TRAVERSE_TYPE(ComplexType, {
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 151 class ComplexType(Type):
289 return ComplexType(N, self.typeGen.get(N))
ABITestGen.py 240 elif isinstance(t, ComplexType):
301 elif isinstance(t, ComplexType):
331 elif isinstance(t, ComplexType):
  /external/llvm/lib/Object/
COFFYAML.cpp 257 IO.mapRequired("ComplexType", S.ComplexType);
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 84 Sym.Header.Type |= Sym.ComplexType << COFF::SCT_COMPLEX_TYPE_SHIFT;
  /external/clang/tools/libclang/
CIndexUSRs.cpp 651 if (const ComplexType *CT = T->getAs<ComplexType>()) {
RecursiveASTVisitor.h 770 DEF_TRAVERSE_TYPE(ComplexType, {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 400 milliseconds

1 2