Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
86 auto eltType = complexType->getElementType(); in addTypedData()
H A DCGExprComplex.cpp330 QualType complexType) { in emitAddrOfRealComponent() argument
336 QualType complexType) { in emitAddrOfImagComponent() argument
337 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); in emitAddrOfImagComponent()
H A DCodeGenFunction.h3906 Address emitAddrOfRealComponent(Address complex, QualType complexType);
3907 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp153 REGISTER_MATCHER(complexType); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp809 const AstTypeMatcher<ComplexType> complexType; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5186 extern const AstTypeMatcher<ComplexType> complexType;