Home
last modified time | relevance | path

Searched refs:complexType (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp86 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
87 auto eltType = complexType->getElementType(); in addTypedData()
H A DCGExprComplex.cpp428 QualType complexType) { in VisitExpr()
433 QualType complexType) { in VisitImaginaryLiteral()
365 emitAddrOfRealComponent(Address addr,QualType complexType) emitAddrOfRealComponent() argument
370 emitAddrOfImagComponent(Address addr,QualType complexType) emitAddrOfImagComponent() argument
H A DCodeGenFunction.h4871 Address emitAddrOfRealComponent(Address complex, QualType complexType);
4872 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp171 REGISTER_MATCHER(complexType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<ComplexType> complexType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7049 /// complexType()
7051 extern const AstTypeMatcher<ComplexType> complexType;