HomeSort by relevance Sort by last modified time
    Searched defs:by_ref (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
warn-loop-analysis.cpp 8 void by_ref(int &value) { } function
23 for (int i; i < 1; ) { by_ref(i); }
  /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

Completed in 395 milliseconds