Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10473 llvm::Type *&Field2Ty,
10494 CharUnits &Field1Off, llvm::Type *&Field2Ty,
10499 llvm::Type *Field2Ty,
10551 llvm::Type *&Field2Ty, in detectFPCCEligibleStructHelper() argument
10574 if (!Field2Ty) { in detectFPCCEligibleStructHelper()
10575 Field2Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper()
10590 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper()
10601 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
10639 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
10646 if (Field2Ty && ZeroWidthBitFieldCount > 0) in detectFPCCEligibleStructHelper()
[all …]