OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:by_ref
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h
153
bool
by_ref
;
variable
390
bool
by_ref
;
variable
548
/* Type of the new parameter. However, if
by_ref
is true, the real type will
587
unsigned
by_ref
: 1;
member in struct:ipa_parm_adjustment
cgraph.h
401
unsigned
by_ref
: 1;
[
all
...]
/external/clang/test/SemaCXX/
warn-loop-analysis.cpp
8
void
by_ref
(int &value) { }
function
23
for (int i; i < 1; ) {
by_ref
(i); }
Completed in 137 milliseconds