Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/framework/
Dpython_api_dispatcher.h50 struct ParamInfo { struct
72 bool Initialize(std::vector<ParamInfo> dispatchable_params); argument
Dpython_api_dispatcher.cc28 using ParamInfo = PythonAPIDispatcher::ParamInfo; typedef
/external/llvm/lib/AsmParser/
DLLParser.h391 struct ParamInfo { struct
395 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/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() argument
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h490 struct ParamInfo { struct
494 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DInconsistentDeclarationParameterNameCheck.cpp201 for (const DifferingParamInfo &ParamInfo : DifferingParams) { in joinParameterNames() local
215 auto ChooseOtherName = [](const DifferingParamInfo &ParamInfo) { in formatDifferingParamsDiagnostic()
218 auto ChooseSourceName = [](const DifferingParamInfo &ParamInfo) { in formatDifferingParamsDiagnostic()
230 for (const DifferingParamInfo &ParamInfo : DifferingParams) { in formatDifferingParamsDiagnostic() local
DNonConstParameterCheck.cpp131 const ParmInfo &ParamInfo = It.second; in diagnoseNonConstParameters() local
/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() function
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.java268 class ParamInfo { class
274 public ParamInfo(ParamSymbol sym, Type type, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo() method in TypeBoundClass.ParamInfo
/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() argument
1195 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/external/llvm-project/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp188 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1240 struct ParamInfo { struct
1241 IdentifierInfo *Ident;
1242 SourceLocation IdentLoc;
1243 Decl *Param;
1250 std::unique_ptr<CachedTokens> DefaultArgTokens;
1256 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/external/llvm-project/clang/include/clang/APINotes/
DTypes.h425 ParamInfo() in ParamInfo() function
/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/llvm-project/clang/lib/Parse/
DParseDecl.cpp6439 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
6658 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
6735 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
DParseExprCXX.cpp1318 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
3399 for (auto &ParamInfo : LocalParameters) in ParseRequiresExpression() local
DParseExpr.cpp3456 Declarator ParamInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockLiteralExpression() local
/external/clang/lib/Sema/
DSemaLambda.cpp805 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp891 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
/external/clang/include/clang/AST/
DDecl.h3505 ParmVarDecl **ParamInfo; variable
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp129 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local

12