Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp338 QualType complexType) { in emitAddrOfRealComponent()
343 QualType complexType) { in emitAddrOfImagComponent()
H A DSwiftCallingConv.cpp84 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1020 const AstTypeMatcher<ComplexType> complexType; variable