OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionProtoType
(Results
1 - 25
of
113
) sorted by relevancy
1
2
3
4
5
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
27
static const
FunctionProtoType
*GetUnderlyingFunction(QualType T)
35
return T->getAs<
FunctionProtoType
>();
197
const
FunctionProtoType
*FnT = T->getAs<
FunctionProtoType
>();
204
const
FunctionProtoType
*
205
Sema::ResolveExceptionSpec(SourceLocation Loc, const
FunctionProtoType
*FPT) {
215
const
FunctionProtoType
*SourceFPT =
216
SourceDecl->getType()->castAs<
FunctionProtoType
>();
228
const
FunctionProtoType
*Proto =
229
SourceDecl->getType()->castAs<
FunctionProtoType
>();
[
all
...]
SemaLambda.cpp
373
const
FunctionProtoType
*FPT = MethodType->castAs<
FunctionProtoType
>();
921
FunctionProtoType
::ExtProtoInfo EPI(Context.getDefaultCallingConvention(
1273
Sema &S, const
FunctionProtoType
&CallOpProto, Func F) {
1321
const
FunctionProtoType
*CallOpProto) {
1336
const
FunctionProtoType
*CallOpProto, CallingConv CC) {
1337
const
FunctionProtoType
::ExtProtoInfo CallOpExtInfo =
1339
FunctionProtoType
::ExtProtoInfo InvokerExtInfo = CallOpExtInfo;
1366
FunctionProtoType
::ExtProtoInfo ConvExtInfo(
1516
const
FunctionProtoType
*CallOpProto
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h
38
class
FunctionProtoType
;
205
const CGFunctionInfo &arrangeFreeFunctionType(CanQual<
FunctionProtoType
> Ty);
233
const
FunctionProtoType
*type,
249
const
FunctionProtoType
*type,
257
const
FunctionProtoType
*FTP,
271
ArrayRef<
FunctionProtoType
::ExtParameterInfo> paramInfos,
CodeGenABITypes.cpp
44
CanQual<
FunctionProtoType
> Ty) {
57
const
FunctionProtoType
*FTP,
CGGPUBuiltin.cpp
81
E->getDirectCallee()->getType()->getAs<
FunctionProtoType
>(),
135
E->getDirectCallee()->getType()->getAs<
FunctionProtoType
>(),
CGCall.h
47
const
FunctionProtoType
*CalleeProtoTy;
53
CGCalleeInfo(const
FunctionProtoType
*calleeProtoTy, GlobalDecl calleeDecl)
55
CGCalleeInfo(const
FunctionProtoType
*calleeProtoTy)
60
const
FunctionProtoType
*getCalleeFunctionProtoType() const {
CodeGenTypes.cpp
244
if (const
FunctionProtoType
*FPT = dyn_cast<
FunctionProtoType
>(FT))
339
if (const
FunctionProtoType
*FPT = dyn_cast<
FunctionProtoType
>(FT))
361
if (const
FunctionProtoType
*FPT = dyn_cast<
FunctionProtoType
>(FT)) {
363
CanQual<
FunctionProtoType
>::CreateUnsafe(QualType(FPT, 0)));
CGCXXABI.cpp
48
const
FunctionProtoType
*FPT =
49
MPT->getPointeeType()->getAs<
FunctionProtoType
>();
CGExprCXX.cpp
55
const
FunctionProtoType
*FPT = MD->getType()->castAs<
FunctionProtoType
>();
83
const
FunctionProtoType
*FPT = MD->getType()->castAs<
FunctionProtoType
>();
264
EmitCallArgs(*RtlArgs, MD->getType()->castAs<
FunctionProtoType
>(),
439
const auto *FPT = MPT->getPointeeType()->castAs<
FunctionProtoType
>();
1308
const
FunctionProtoType
*CalleeType,
1333
RValue CodeGenFunction::EmitBuiltinNewDeleteCall(const
FunctionProtoType
*Type,
1362
const
FunctionProtoType
*FPT = FD->getType()->castAs<
FunctionProtoType
>();
[
all
...]
CGCall.cpp
90
static CanQual<
FunctionProtoType
> GetFormalType(const CXXMethodDecl *MD) {
92
.getAs<
FunctionProtoType
>();
116
llvm::SmallVectorImpl<
FunctionProtoType
::ExtParameterInfo> ¶mInfos,
117
const
FunctionProtoType
*proto,
147
SmallVectorImpl<
FunctionProtoType
::ExtParameterInfo> ¶mInfos,
148
CanQual<
FunctionProtoType
> FPT) {
180
CanQual<
FunctionProtoType
> FTP) {
181
SmallVector<
FunctionProtoType
::ExtParameterInfo, 16> paramInfos;
196
CodeGenTypes::arrangeFreeFunctionType(CanQual<
FunctionProtoType
> FTP) {
255
const
FunctionProtoType
*FTP
[
all
...]
ObjectFilePCHContainerOperations.cpp
109
FunctionProtoType
::ExtProtoInfo());
128
FunctionProtoType
::ExtProtoInfo());
CGVTables.cpp
161
const
FunctionProtoType
*FPT = MD->getType()->castAs<
FunctionProtoType
>();
254
ResultType = MD->getType()->castAs<
FunctionProtoType
>()->getReturnType();
339
const
FunctionProtoType
*FPT = MD->getType()->castAs<
FunctionProtoType
>();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h
221
FunctionProtoType
::ExceptionSpecInfo
223
FunctionProtoType
::ExceptionSpecInfo esi;
238
FunctionProtoType
::ExtParameterInfo readExtParameterInfo() {
239
static_assert(sizeof(
FunctionProtoType
::ExtParameterInfo().getOpaqueValue())
243
return
FunctionProtoType
::ExtParameterInfo::getFromOpaqueValue(value);
AbstractBasicWriter.h
208
const
FunctionProtoType
::ExceptionSpecInfo &esi) {
222
void writeExtParameterInfo(
FunctionProtoType
::ExtParameterInfo epi) {
CanonicalType.h
500
struct CanProxyAdaptor<
FunctionProtoType
>
501
: public CanProxyBase<
FunctionProtoType
> {
507
ArrayRef<
FunctionProtoType
::ExtParameterInfo>, getExtParameterInfos)
517
CanTypeIterator<
FunctionProtoType
::param_type_iterator>;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
353
const
FunctionProtoType
*FPT = FD->getType()->getAs<
FunctionProtoType
>();
395
const
FunctionProtoType
*FPT = FD->getType()->getAs<
FunctionProtoType
>();
438
const
FunctionProtoType
*FPT = FD->getType()->getAs<
FunctionProtoType
>();
480
const
FunctionProtoType
*FPT = FD->getType()->getAs<
FunctionProtoType
>();
516
const
FunctionProtoType
*FPT = FD->getType()->getAs<
FunctionProtoType
>();
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenABITypes.h
75
CanQual<
FunctionProtoType
> Ty);
82
const
FunctionProtoType
*FTP,
CGFunctionInfo.h
497
static RequiredArgs forPrototypePlus(const
FunctionProtoType
*prototype,
504
[](const
FunctionProtoType
::ExtParameterInfo &ExtInfo) {
511
static RequiredArgs forPrototypePlus(CanQual<
FunctionProtoType
> prototype,
516
static RequiredArgs forPrototype(const
FunctionProtoType
*prototype) {
520
static RequiredArgs forPrototype(CanQual<
FunctionProtoType
> prototype) {
549
FunctionProtoType
::ExtParameterInfo> {
551
typedef
FunctionProtoType
::ExtParameterInfo ExtParameterInfo;
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
636
if (const
FunctionProtoType
*FD = T->getAs<
FunctionProtoType
>())
684
if (const
FunctionProtoType
*FD = T->getAs<
FunctionProtoType
>()) {
700
if (const
FunctionProtoType
*FD = T->getAs<
FunctionProtoType
>()) {
769
if (const auto *FD = T->getAs<
FunctionProtoType
>())
1077
const
FunctionProtoType
*FD = QT->getAs<
FunctionProtoType
>();
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
43
const
FunctionProtoType
*FT =
44
BPT->getPointeeType()->getAs<
FunctionProtoType
>();
375
const
FunctionProtoType
*CallbackFunctionType;
384
->getAs<
FunctionProtoType
>();
387
CallbackType->getPointeeType()->getAs<
FunctionProtoType
>();
389
CallbackFunctionType = CallbackType->getAs<
FunctionProtoType
>();
IssueHash.cpp
72
dyn_cast_or_null<
FunctionProtoType
>(Target->getType().getTypePtr())) {
/src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp
215
const
FunctionProtoType
*Proto = dyn_cast<
FunctionProtoType
>(FT);
485
auto CC = MD->getType()->castAs<
FunctionProtoType
>()->getCallConv();
Type.cpp
1033
QualType VisitFunctionProtoType(const
FunctionProtoType
*T) {
1053
FunctionProtoType
::ExtProtoInfo info = T->getExtProtoInfo();
1330
const auto *funcProtoType = cast<
FunctionProtoType
>(funcType);
1348
FunctionProtoType
::ExtProtoInfo info = funcProtoType->getExtProtoInfo();
1846
Type *VisitFunctionProtoType(const
FunctionProtoType
*T) {
1848
return const_cast<
FunctionProtoType
*>(T);
3152
FunctionProtoType
::
FunctionProtoType
(QualType result, ArrayRef<QualType> params,
3260
bool
FunctionProtoType
::hasDependentExceptionSpec() const {
3272
bool
FunctionProtoType
::hasInstantiationDependentExceptionSpec() const
[
all
...]
ASTContext.cpp
3043
const auto *FPT = cast<
FunctionProtoType
>(T);
3044
FunctionProtoType
::ExtProtoInfo EPI = FPT->getExtProtoInfo();
3056
const auto *FPT = FD->getType()->castAs<
FunctionProtoType
>();
3057
FunctionProtoType
::ExtProtoInfo EPI = FPT->getExtProtoInfo();
3073
QualType Orig, const
FunctionProtoType
::ExceptionSpecInfo &ESI) {
3094
const auto *Proto = Orig->castAs<
FunctionProtoType
>();
3109
if (const auto *Proto = T->getAs<
FunctionProtoType
>()) {
3132
FunctionDecl *FD, const
FunctionProtoType
::ExceptionSpecInfo &ESI,
4212
const
FunctionProtoType
::ExceptionSpecInfo &ESI, bool NoexceptInType) {
4247
const
FunctionProtoType
::ExtProtoInfo &EPI, bool OnlyWantCanonical) const
[
all
...]
/src/external/mit/isl/dist/interface/
generator.h
198
static const
FunctionProtoType
*extract_prototype(QualType type);
Completed in 190 milliseconds
1
2
3
4
5
Indexes created Tue Feb 24 08:35:24 UTC 2026