Home
last modified time | relevance | path

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

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