OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FType
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h
132
MCEncodedFragment(MCFragment::FragmentType
FType
, bool HasInstructions,
134
: MCFragment(
FType
, HasInstructions, Sec) {}
191
MCEncodedFragmentWithContents(MCFragment::FragmentType
FType
,
194
: MCEncodedFragment(
FType
, HasInstructions, Sec) {}
212
MCEncodedFragmentWithFixups(MCFragment::FragmentType
FType
,
215
: MCEncodedFragmentWithContents<ContentsSize>(
FType
, HasInstructions,
/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
...]
CGDebugInfo.h
625
/// Create new member and increase Offset by
FType
's size.
626
llvm::DIType *CreateMemberType(llvm::DIFile *Unit, QualType
FType
,
/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/clang/lib/Sema/
SemaCodeComplete.cpp
5691
if (const auto *
FType
= Candidate.getFunctionType())
5692
if (const auto *Proto = dyn_cast<FunctionProtoType>(
FType
))
SemaOpenMP.cpp
6642
QualType
FType
= TInfo->getType();
6669
FType
, UDeclTy, /* OfBlockPointer */ false,
/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 173 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026