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

  /external/clang/test/Misc/
ast-dump-attr.cpp 57 void function1(void *) { function
58 int TestFunction __attribute__((cleanup(function1)));
61 // CHECK-NEXT: CleanupAttr{{.*}} Function{{.*}}function1
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
Functional.cpp 104 Function<int ()> function1 = bind(&A::f, &a); local
105 ASSERT_EQ(10, function1());
  /external/clang/test/CodeGen/
vla.c 67 void function1(short width, int data[][width][width]) {} function
70 // CHECK: call void @function1(i16 signext 1, i32* {{.*}})
71 function1(1, bork);

Completed in 393 milliseconds