OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsCustom
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm
[
all
...]
CodeGeneratorCPP.pm
788
my %
needsCustom
= ();
806
$
needsCustom
{"NodeToReturn"} = $paramName if $param->extendedAttributes->{"Return"};
832
} elsif (defined $
needsCustom
{"NodeToReturn"}) {
837
my $toReturn = $
needsCustom
{"NodeToReturn"};
[
all
...]
/external/llvm/include/llvm/CodeGen/
CallingConvLower.h
119
bool
needsCustom
() const { return isCustom; }
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
184
if (VA.
needsCustom
()) {
230
if (VA.
needsCustom
()) {
435
assert(VA.
needsCustom
());
447
if (VA.
needsCustom
()) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 652 milliseconds