Home
last modified time | relevance | path

Searched defs:complexType (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp365 emitAddrOfRealComponent(Address addr,QualType complexType) emitAddrOfRealComponent() argument
370 emitAddrOfImagComponent(Address addr,QualType complexType) emitAddrOfImagComponent() argument
H A DSwiftCallingConv.cpp86 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<ComplexType> complexType; variable