HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 326 - 350 of 432) sorted by null

<<1112131415161718

  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 748 UncopyableFoo foo1('1'), foo2('2');
753 EXPECT_FALSE(m.Matches(foo2));
785 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
787 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
790 EXPECT_TRUE(m.Matches(foo2));
796 UncopyableFoo foo1('1'), foo2('2');
798 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 54 typedef foo (foo2); typedef
113 const volatile char foo2::*k;
117 int (foo2::*l)(int);
  /external/clang/test/SemaCXX/
conditional-expr.cpp 262 struct Foo2 { };
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay
new-delete.cpp 484 template <class Payload> struct Foo2 {
485 Foo2() : a_(new scoped_array2<int>[5]) { }
489 Foo2<Bar2> x2;
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 37 define void @foo2() #0 {
38 ; fmask: .ent foo2
40 ; fmask: .end foo2
fp-indexed-ls.ll 84 define float @foo2(i32 %b, i32 %c) nounwind readonly {
86 ; ALL-LABEL: foo2:
  /external/llvm/test/Transforms/SimplifyCFG/
switch_create.ll 6 declare void @foo2()
17 call void @foo2( )
35 call void @foo2( )
54 call void @foo2( )
73 call void @foo2( )
92 call void @foo2( )
  /external/clang/test/Index/
get-cursor.m 5 @property (readwrite) int foo2;
118 // CHECK-PROP: ObjCPropertyDecl=foo2:5:27
  /external/llvm/test/CodeGen/AArch64/
arm64-csel.ll 16 ; CHECK-LABEL: foo2
18 define i32 @foo2(i32 %b, i32 %c) nounwind readnone ssp {
  /external/llvm/test/Transforms/AlignmentFromAssumptions/
simple.ll 18 define i32 @foo2(i32* nocapture %a) nounwind uwtable readonly {
29 ; CHECK-LABEL: @foo2
simple32.ll 18 define i32 @foo2(i32* nocapture %a) nounwind uwtable readonly {
29 ; CHECK-LABEL: @foo2
  /external/llvm/test/Transforms/GVN/
crash.ll 122 %call54.i = call i32 @foo2()
136 declare i32 @foo2()
  /external/llvm/test/Transforms/InstCombine/
assume.ll 26 define i32 @foo2(i32* %a) #0 {
29 ; CHECK-LABEL: @foo2
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BundleTest.java 232 bundle.putFloat("foo2", 5f);
237 assertTrue(bundle.containsKey("foo2"));
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 41 private static final String TEST_NAME2 = "foo2";
  /external/clang/test/Analysis/inlining/
InlineObjCClassMethod.m 180 int foo2() {
  /external/clang/test/CodeGen/
ms-anonymous-struct.c 60 void foo2(struct test* var) function
switch.c 19 int foo2(int i) { function
  /external/clang/test/Sema/
attr-format.c 75 foo2(const char *fmt, va_list va) { function
block-return.c 49 CL2 foo2() {
  /external/clang/test/SemaCUDA/
method-target.cu 24 __device__ void foo2(S2& s, int i, float f) {
  /external/clang/test/SemaObjC/
blocks.m 12 void foo2(id <NSObject>(*objectCreationBlock)(void)) {
  /external/e2fsprogs/tests/d_special_files/
expect 16 debugfs -R ''stat foo2'' -w test.img
  /external/llvm/test/CodeGen/ARM/
2012-01-24-RegSequenceLiveRange.ll 41 define arm_aapcs_vfpcc void @foo2() nounwind uwtable {
  /external/llvm/test/CodeGen/Hexagon/
brev_st.ll 56 define signext i16 @foo2(i16 zeroext %filtMemLen, i16* %filtMemLR, i16 signext %filtMemIndex) nounwind {

Completed in 647 milliseconds

<<1112131415161718