Home
last modified time | relevance | path

Searched refs:use2 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c27 void use2(int *ptr, int val) { in use2() function
33 use2(p, compute()); in passThrough()
/external/llvm/test/Transforms/InstCombine/
Dphi-select-constexpr.ll15 %use2 = phi i1 [ false, %entry ], [ icmp eq (i32* @A, i32* @B), %delay ]
16 %value = select i1 %use2, i32 2, i32 1
/external/clang/test/Modules/
Dmerge-template-members.cpp14 B<int>::C use2; variable
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
Dp1.cpp13 int use2 = s.member; // expected-warning {{'member' is deprecated}} variable
/external/clang/test/CodeGenCXX/
Dcxx1z-inline-variables.cpp19 const int &use2 = internal_inline; variable
/external/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll118 ; cond2 use2
127 ; NaryReassociate should match use1 with def3, and use2 with def1.
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer3003 use2=`findfree 5960`
3008 use=$use2
/external/v8/src/compiler/
Dsimplified-lowering.cc209 static bool IsUseLessGeneral(UseInfo use1, UseInfo use2) { in IsUseLessGeneral() argument
210 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()