Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp365 QualType complexType) { in emitAddrOfRealComponent() argument
370 QualType complexType) { in emitAddrOfImagComponent() argument
H A DCodeGenFunction.h4565 Address emitAddrOfRealComponent(Address complex, QualType complexType);
4566 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp171 REGISTER_MATCHER(complexType); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1047 const AstTypeMatcher<ComplexType> complexType; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7021 extern const AstTypeMatcher<ComplexType> complexType;