OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getParamByRefType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
217
Type *Argument::
getParamByRefType
() const {
219
return getParent()->
getParamByRefType
(getArgNo());
Attributes.cpp
1627
Type *AttributeList::
getParamByRefType
(unsigned Index) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
516
Type *
getParamByRefType
(unsigned ArgNo) const {
517
return AttributeSets.
getParamByRefType
(ArgNo);
Completed in 18 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026