OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classifyArgumentType
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/CodeGen/
SwiftCallingConv.h
158
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
SwiftCallingConv.h
157
ABIArgInfo
classifyArgumentType
(CodeGenModule &CGM, CanQualType type);
/external/clang/lib/CodeGen/
TargetInfo.cpp
596
ABIArgInfo
classifyArgumentType
(QualType RetTy) const;
602
I.info =
classifyArgumentType
(I.type);
607
return EmitVAArgInstr(CGF, VAListAddr, Ty,
classifyArgumentType
(Ty));
617
ABIArgInfo DefaultABIInfo::
classifyArgumentType
(QualType Ty) const {
665
ABIArgInfo
classifyArgumentType
(QualType Ty) const;
667
// DefaultABIInfo's classifyReturnType and
classifyArgumentType
are
674
Arg.info =
classifyArgumentType
(Arg.type);
688
ABIArgInfo WebAssemblyABIInfo::
classifyArgumentType
(QualType Ty) const {
707
return DefaultABIInfo::
classifyArgumentType
(Ty);
750
ABIArgInfo
classifyArgumentType
(QualType RetTy) const
[
all
...]
SwiftCallingConv.cpp
817
ABIArgInfo swiftcall::
classifyArgumentType
(CodeGenModule &CGM,
828
argInfo.info =
classifyArgumentType
(CGM, argInfo.type);
Completed in 59 milliseconds