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

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 21 ComplexType = complex
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 21 ComplexType = complex
  /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 36 static const ComplexType *getComplexType(QualType type) {
38 if (const ComplexType *comp = dyn_cast<ComplexType>(type)) {
41 return cast<ComplexType>(cast<AtomicType>(type)->getValueType());
208 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
214 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType();
304 QualType complexType) {
310 QualType complexType) {
311 QualType eltType = complexType->castAs<ComplexType>()->getElementType()
    [all...]
TargetInfo.cpp 486 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
    [all...]
CGDebugInfo.h 144 llvm::DIType *CreateType(const ComplexType *Ty);
CodeGenTypes.cpp 489 llvm::Type *EltTy = ConvertType(cast<ComplexType>(Ty)->getElementType());
CGCall.cpp 712 if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 401 struct CanProxyAdaptor<ComplexType> : public CanProxyBase<ComplexType> {
Type.h     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
response.py 23 class ComplexType(dict):
232 setattr(self, name, ComplexType(attrs.copy()))
243 elif isinstance(attribute, ComplexType):
409 class Dimension(ComplexType):
  /external/llvm/include/llvm/Object/
COFFYAML.h 67 COFF::SymbolComplexType ComplexType;
  /external/clang/lib/AST/
Type.cpp 398 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
408 const ComplexType *Type::getAsComplexIntegerType() const {
409 if (const ComplexType *Complex = getAs<ComplexType>())
684 QualType VisitComplexType(const ComplexType *T) {
    [all...]
ExprConstant.cpp 130 const ComplexType *CT = Type->castAs<ComplexType>();
    [all...]
TypePrinter.cpp 318 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) {
322 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/utils/ABITest/
TypeGen.py 155 class ComplexType(Type):
293 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/obj2yaml/
coff2yaml.cpp 200 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType());
  /external/clang/lib/Index/
USRGeneration.cpp 681 if (const ComplexType *CT = T->getAs<ComplexType>()) {
  /external/llvm/lib/Object/
COFFYAML.cpp 473 IO.mapRequired("ComplexType", S.ComplexType);
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 802 milliseconds

1 2