OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFunc
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/ADT/
STLExtras.h
84
inline const UnaryFunc &
getFunc
() const { return Fn; }
122
return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.
getFunc
());
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
105
Function *
getFunc
() const { return Func; }
660
if (LHS.
getFunc
() == RHS.
getFunc
() &&
663
if (!LHS.
getFunc
() || !RHS.
getFunc
())
674
return FunctionComparator(LHS.getTD(), LHS.
getFunc
(),
675
RHS.
getFunc
()).compare();
810
DEBUG(dbgs() << "Inserting as unique: " << NewF.
getFunc
()->getName() << '\n');
817
assert(!OldF.
getFunc
()->mayBeOverridden() ||
818
NewF.
getFunc
()->mayBeOverridden())
[
all
...]
/external/collada/include/1.4/dom/
domGles_pipeline_settings.h
186
const domFuncRef
getFunc
() const { return elemFunc; }
[
all
...]
domGl_pipeline_settings.h
192
const domFuncRef
getFunc
() const { return elemFunc; }
[
all
...]
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/common/jython/
jython.jar
Completed in 282 milliseconds