Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp80 case FixedType: in appendParameterType()
150 if (Bits > 31 || (Bits > 30 && (Elt != FixedType || hasVectorParms()))) in getParmsType()
154 case FixedType: in getParmsType()
H A DPPCMachineFunctionInfo.h27 FixedType, enumerator
H A DPPCISelLowering.cpp7365 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
7460 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6562 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6565 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6566 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType()
6567 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()
6571 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6574 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6575 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()
6576 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()