Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp357 QualType complexType) { in emitAddrOfRealComponent() argument
362 QualType complexType) { in emitAddrOfImagComponent() argument
H A DCodeGenFunction.h4428 Address emitAddrOfRealComponent(Address complex, QualType complexType);
4429 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp168 REGISTER_MATCHER(complexType); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1037 const AstTypeMatcher<ComplexType> complexType; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6772 extern const AstTypeMatcher<ComplexType> complexType;