Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp72 case FixedType: in appendParameterType()
142 if (Bits > 31 || (Bits > 30 && (Elt != FixedType || hasVectorParms()))) in getParmsType()
146 case FixedType: in getParmsType()
H A DPPCMachineFunctionInfo.h27 FixedType, enumerator
H A DPPCISelLowering.cpp6968 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
7066 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6007 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6010 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6011 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType()
6012 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()
6016 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6019 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6020 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()
6021 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()