Home
last modified time | relevance | path

Searched defs:ParamInfo (Results 1 – 18 of 18) sorted by relevance

/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/model/
DParamInfo.java18 public class ParamInfo { class
21 private ParamInfo(Builder b) { in ParamInfo() method in ParamInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h490 struct ParamInfo { struct
494 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/external/llvm/lib/AsmParser/
DLLParser.h391 struct ParamInfo { struct
395 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLParser.h516 struct ParamInfo { struct
520 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp116 struct ParamInfo { struct
117 const Argument *Arg = nullptr;
118 UseInfo Use;
120 explicit ParamInfo(unsigned PointerSize, const Argument *Arg) in ParamInfo() argument
123 StringRef getName() const { return Arg ? Arg->getName() : "<N/A>"; } in getName()
DCFLSteensAliasAnalysis.cpp176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java282 class ParamInfo { class
288 public ParamInfo(ParamSymbol sym, Type type, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo() method in TypeBoundClass.ParamInfo
/external/pytorch/torch/csrc/inductor/aoti_runtime/
Dmodel.h513 struct ParamInfo { struct
531 std::vector<ParamInfo> inputs_info_; argument
/external/clang/include/clang/Sema/
DDeclSpec.h1179 struct ParamInfo { struct
1180 IdentifierInfo *Ident;
1181 SourceLocation IdentLoc;
1182 Decl *Param;
1189 CachedTokens *DefaultArgTokens;
1191 ParamInfo() {} in ParamInfo() function
1195 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp188 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/pytorch/torch/distributed/fsdp/
D_flat_param.py136 class ParamInfo(NamedTuple): class
377 param_infos: List[ParamInfo],
/external/clang/lib/Parse/
DParseDecl.cpp5583 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
5802 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
5879 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
DParseExpr.cpp2782 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
DParseExprCXX.cpp1143 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
/external/clang/lib/Sema/
DSemaLambda.cpp805 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp11959 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
/external/clang/include/clang/AST/
DDecl.h3505 ParmVarDecl **ParamInfo; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLParser.cpp6650 const SmallVector<ParamInfo, 16> &ArgList, in resolveFunctionType()