HomeSort by: relevance | last modified time | path
    Searched refs:FixedType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 75 if (Type == FixedType) {
96 assert(Type != FixedType && "FixedType should already be handled.");
PPCMachineFunctionInfo.h 29 FixedType = 0x0,
PPCISelLowering.cpp 6954 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType);
7024 FuncInfo->appendParameterType(PPCFunctionInfo::FixedType);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptParser.cpp 770 auto FixedType = RetType::getFixedType(*TypeResult);
772 if (!RetType::isTypeSupported(FixedType))
774 if (Result.IsTypePresent[FixedType])
779 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1;
784 Result.setValue(FixedType, ArgInts);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 5944 QualType FixedType =
5947 if (FixedType.isNull()) return FixedType;
5948 FixedType = Context.getPointerType(FixedType);
5949 return Qs.apply(Context, FixedType);
5953 QualType FixedType =
5956 if (FixedType.isNull()) return FixedType;
5957 FixedType = Context.getParenType(FixedType)
    [all...]

Completed in 137 milliseconds