/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
H A D | PTXISelLowering.cpp | 228 const std::string &ParamName = PM.getParamName(Param); local 229 SDValue ParamValue = DAG.getTargetExternalSymbol(ParamName.c_str(), 291 const std::string &ParamName = PM.getParamName(Param); local 292 SDValue ParamValue = DAG.getTargetExternalSymbol(ParamName.c_str(), 381 const std::string &ParamName = PM.getParamName(Param); local 382 SDValue ParamValue = DAG.getTargetExternalSymbol(ParamName.c_str(), 396 const std::string &ParamName = PM.getParamName(Param); local 397 SDValue ParamValue = DAG.getTargetExternalSymbol(ParamName.c_str(),
|
/external/tcpdump/ |
H A D | print-m3ua.c | 183 static const struct tok ParamName[] = { variable in typeref:struct:tok 266 ND_PRINT((ndo, "\n\t\t\t%s: ", tok2str(ParamName, "Unknown Parameter (0x%04x)", hdr_tag)));
|
/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 189 StringRef ParamName, 213 if (!ParamName.empty() && !PCC->hasParamName()) 218 if (ActualParamName != ParamName) 222 "expected \"" << ParamName.str() << "\""; 235 StringRef ParamName, 247 if (!ParamName.empty() && !TPCC->hasParamName()) 252 if (ActualParamName != ParamName) 256 "expected \"" << ParamName.str() << "\""; 181 HasParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, ParamCommandComment *&PCC, StringRef CommandName, ParamCommandComment::PassDirection Direction, bool IsDirectionExplicit, StringRef ParamName, ParagraphComment *&Paragraph) argument 229 HasTParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, TParamCommandComment *&TPCC, StringRef CommandName, StringRef ParamName, ParagraphComment *&Paragraph) argument
|
/external/clang/lib/AST/ |
H A D | CommentSema.cpp | 733 StringRef ParamName = PCC->getParamNameAsWritten(); local 736 const unsigned ResolvedParamIndex = resolveParmVarReference(ParamName, 750 << ParamName << ArgRange; 772 StringRef ParamName = PCC->getParamNameAsWritten(); local 774 << ParamName << ArgRange; 787 CorrectedParamIndex = correctTypoInParmVarReference(ParamName,
|
/external/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 521 IdentifierInfo *ParamName = nullptr; local 523 ParamName = Tok.getIdentifierInfo(); 549 KeyLoc, ParamName, NameLoc, Depth, Position, 618 IdentifierInfo *ParamName = nullptr; local 620 ParamName = Tok.getIdentifierInfo(); 659 ParamName, NameLoc, Depth,
|
/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3890 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3893 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3925 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3928 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3933 IdentifierInfo *ParamName = &Context.Idents.get(I->first); local 3935 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second); 3943 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3946 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
|
H A D | SemaTemplate.cpp | 557 /// "class" or "typename" keyword. ParamName is the name of the 565 IdentifierInfo *ParamName, 574 if (!ParamName) 580 KeyLoc, Loc, Depth, Position, ParamName, 584 if (ParamName) { 585 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName); 694 IdentifierInfo *ParamName = D.getIdentifier(); local 700 Depth, Position, ParamName, T, 707 if (ParamName) { 709 ParamName); 562 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 172 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType
|
/external/abi-compliance-checker/ |
H A D | abi-compliance-checker.pl | 5539 my $ParamName = getTreeStr(getTreeAttr_Name($ParamInfoId)); 5540 if(not $ParamName) 5542 $ParamName = "p".($PPos+1); 5561 if($ParamName eq "__vtt_parm" 5577 $SymbolInfo{$Version}{$InfoId}{"Param"}{$Pos}{"name"} = $ParamName; 5587 if($ParamName ne "this" or $FType ne "Method") { 7577 if(my $ParamName = $CompleteSignature{$LibVersion}{$Symbol}{"Param"}{$Pos}{"name"}) 7579 if($ParamName eq "this" 7584 push(@ParamArray, create_member_decl($ParamTypeName, $ParamName)); 13160 my $ParamName [all...] |
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 5684 IdentifierInfo *ParamName, 5700 IdentifierInfo *ParamName,
|