HomeSort by relevance Sort by last modified time
    Searched refs:ComplexType (Results 1 - 25 of 42) 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());
201 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
207 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
391 SrcType = SrcType->castAs<ComplexType>()->getElementType();
392 DestType = DestType->castAs<ComplexType>()->getElementType();
406 DestType = DestType->castAs<ComplexType>()->getElementType();
612 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType())
    [all...]
TargetInfo.cpp 286 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
    [all...]
CGDebugInfo.h 115 llvm::DIType CreateType(const ComplexType *Ty);
CodeGenTypes.cpp 401 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
CGCall.cpp 589 } else if (const ComplexType *CT = type->getAs<ComplexType>()) {
642 } else if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
complex.pxd 24 # types.ComplexType.
  /external/llvm/include/llvm/Object/
COFFYAML.h 61 COFF::SymbolComplexType ComplexType;
  /external/clang/lib/AST/
Type.cpp 399 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
409 const ComplexType *Type::getAsComplexIntegerType() const {
410 if (const ComplexType *Complex = getAs<ComplexType>())
797 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
836 return isa<ComplexType>(CanonicalType);
860 } 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 314 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) {
318 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) {
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 143 Sym.ComplexType = COFF::SymbolComplexType(Symbol->getComplexType());
  /external/clang/include/clang/AST/
CanonicalType.h 474 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
Type.h     [all...]
DataRecursiveASTVisitor.h     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 648 if (const ComplexType *CT = T->getAs<ComplexType>()) {
  /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/tools/yaml2obj/
yaml2coff.cpp 85 Sym.Header.Type |= Sym.ComplexType << COFF::SCT_COMPLEX_TYPE_SHIFT;
  /external/llvm/lib/Object/
COFFYAML.cpp 368 IO.mapRequired("ComplexType", S.ComplexType);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 637 milliseconds

1 2