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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1163 QualType FType;
1165 // Advanced by calls to CreateMemberType in increments of FType, then
1173 FType = CGM.getContext().IntTy;
1174 EltTys.push_back(CreateMemberType(Unit, FType, "__size", &FieldOffset));
1175 EltTys.push_back(CreateMemberType(Unit, FType, "__align", &FieldOffset));
1177 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
1178 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
1179 FType = CGM.getContext().IntTy;
1180 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
1181 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
5204 SourceLocation(), ID, FType, nullptr, SC_Extern,
5270 QualType FType = Context->getPointerType(BFT);
5286 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation());
5400 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
5414 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
RewriteObjC.cpp 4357 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
4359 SourceLocation(), ID, FType, nullptr, SC_Extern,
4417 QualType FType = Context->getPointerType(BFT);
4425 DeclRefExpr(*Context, FD, false, FType, VK_RValue, SourceLocation());
4538 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,
4544 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 1777 FunctionType *FType,
2263 FunctionType *FType = MF.getFunction().getFunctionType();
2295 processPSInputArgs(Splits, CallConv, Ins, Skipped, FType, Info);
2400 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 6905 FunctionType *FType = MF.getFunction().getFunctionType();
6917 ArgTy = FType->getReturnType();
6919 ArgTy = FType->getParamType(Ins[i].getOrigArgIndex());

Completed in 175 milliseconds