Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h391 struct ParamInfo { struct
395 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h490 struct ParamInfo { struct
494 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
H A DLLParser.h516 struct ParamInfo { struct
520 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/
DLLParser.h542 struct ParamInfo { struct
546 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/
DLLParser.h527 struct ParamInfo { struct
531 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/
DLLParser.h539 struct ParamInfo { struct
543 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/
DLLParser.h539 struct ParamInfo { struct
543 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
H A DCFLSteensAliasAnalysis.cpp176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/aosp_15_r20/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/model/
H A DParamInfo.java18 public class ParamInfo { class
21 private ParamInfo(Builder b) { in ParamInfo() method in ParamInfo
/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h1179 struct ParamInfo { struct
1180 IdentifierInfo *Ident;
1181 SourceLocation IdentLoc;
1182 Decl *Param;
1189 CachedTokens *DefaultArgTokens;
1191 ParamInfo() {} in ParamInfo() argument
1195 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DTypeBoundClass.java284 class ParamInfo { class
290 public ParamInfo(ParamSymbol sym, Type type, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo() method in TypeBoundClass.ParamInfo
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel.h513 struct ParamInfo { struct
531 std::vector<ParamInfo> inputs_info_; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDeclSpec.h1329 struct ParamInfo { struct
1330 IdentifierInfo *Ident;
1331 SourceLocation IdentLoc;
1332 Decl *Param;
1339 std::unique_ptr<CachedTokens> DefaultArgTokens;
1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DDeclSpec.h1330 struct ParamInfo { struct
1331 const IdentifierInfo *Ident;
1332 SourceLocation IdentLoc;
1333 Decl *Param;
1340 std::unique_ptr<CachedTokens> DefaultArgTokens;
1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDeclSpec.h1329 struct ParamInfo { struct
1330 IdentifierInfo *Ident;
1331 SourceLocation IdentLoc;
1332 Decl *Param;
1339 std::unique_ptr<CachedTokens> DefaultArgTokens;
1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h1290 struct ParamInfo { struct
1291 IdentifierInfo *Ident;
1292 SourceLocation IdentLoc;
1293 Decl *Param;
1300 std::unique_ptr<CachedTokens> DefaultArgTokens;
1306 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/aosp_15_r20/external/pytorch/torch/distributed/fsdp/
H A D_flat_param.py136 class ParamInfo(NamedTuple): class
377 param_infos: List[ParamInfo],
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDecl.cpp5583 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
5802 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
5879 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
H A DParseExpr.cpp2782 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp188 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/APINotes/
DTypes.h440 ParamInfo() in ParamInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/APINotes/
DTypes.h440 ParamInfo() in ParamInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/APINotes/
DTypes.h440 ParamInfo() in ParamInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/APINotes/
DTypes.h423 ParamInfo() in ParamInfo() function

12