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.cpp7302 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
7397 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType); in LowerFormalArguments_AIX()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6445 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6448 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6449 FixedType = Context.getPointerType(FixedType); in TryToFixInvalidVariablyModifiedType()
6450 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()
6454 QualType FixedType = in TryToFixInvalidVariablyModifiedType() local
6457 if (FixedType.isNull()) return FixedType; in TryToFixInvalidVariablyModifiedType()
6458 FixedType = Context.getParenType(FixedType); in TryToFixInvalidVariablyModifiedType()
6459 return Qs.apply(Context, FixedType); in TryToFixInvalidVariablyModifiedType()