OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasParamAttribute
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
449
bool
hasParamAttribute
(unsigned ArgNo, Attribute::AttrKind Kind) const {
450
return getAttributes().
hasParamAttribute
(ArgNo, Kind);
695
return AttributeSets.
hasParamAttribute
(0, Attribute::StructRet) ||
696
AttributeSets.
hasParamAttribute
(1, Attribute::StructRet);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp
1588
bool AttributeList::
hasParamAttribute
(unsigned ArgNo,
Completed in 87 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026