HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 126 - 150 of 934) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
spec3.cpp 15 void func() throw (B,A) function
22 try { func(); }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 3 func: label
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17-crash.cpp 4 // new expression in func()
12 void func() { function
  /external/clang/test/CodeGen/
align-systemz.c 22 void func (void) function
asan-globals.cpp 12 void func() { function
ext-vector-member-alignment.c 12 void func(struct struct1* p, float *a, float *b, float c) { function
17 // CHECK: @func
2003-09-30-StructLayout.c 16 void func(struct St* A) { function
mangle.c 55 int func(void);
56 extern int func (void) __asm__ ("FUNC");
58 // CHECK: @FUNC
59 int func(void) { function
  /external/clang/test/CodeGenCXX/
global-dtor-no-atexit.cpp 42 void func() { function
debug-info-namespace.cpp 27 int func(bool b) { function
55 // This should work even if 'i' and 'func' were declarations & not definitions,
72 // CHECK: [[FUNC:![0-9]+]] = distinct !DISubprogram(name: "func",{{.*}} isDefinition: true
85 // CHECK: [[LEX1]] = distinct !DILexicalBlock(scope: [[FUNC]], file: [[FOOCPP]],
86 // CHECK: [[M5]] = !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[FUNC]], entity: [[CTXT]],
87 // CHECK: [[M6]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[FOO:!"_ZTSN1A1B3fooE"]], line: 27)
88 // CHECK: [[M7]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[BAR:!"_ZTSN1A1B3barE"]]
89 // CHECK: [[M8]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[F1]]
90 // CHECK: [[M9]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[I]
    [all...]
  /external/clang/test/CoverageMapping/
preprocessor.c 3 // CHECK: func
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0 function
return.c 3 // CHECK: func
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+3]]:2 = #0 function
41 func();
test.c 31 // CHECK-NEXT: func
32 static void func() { } // CHECK: File 0, [[@LINE]]:20 -> [[@LINE]]:23 = 0 function
trycatch.cpp 12 // CHECK: func
13 void func(int i) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> {{[0-9]+}}:2 = #0 function
27 func(j);
label.cpp 3 // CHECK: func
4 void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> {{[0-9]+}}:2 = #0 function
62 func(); // CHECK-NEXT: File 0, [[@LINE]]:3 -> [[@LINE+3]]:2 = ((#0 + #7) - #1)
macro-expansion.c 3 // CHECK: func
44 void func(int x) { function
57 func(0);
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 3 void func() function
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
13 void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('unsigned int' vs 'unsigned int *')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'} function in class:N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
    [all...]
  /external/compiler-rt/test/lsan/TestCases/
leak_check_before_thread_started.cc 10 void *func(void *arg) { function
25 int res = pthread_create(&thread_id, &attr, func, arg);
  /external/libcxx/test/std/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 21 void func(std::promise<int> p) function
33 std::thread(func, std::move(p)).detach();
  /external/llvm/test/tools/llvm-cov/
showHighlightedRanges.cpp 3 void func() { function
42 func();
  /external/v8/test/mjsunit/regress/
regress-333594.js 35 function func() { function
39 func();
40 func();
41 %OptimizeFunctionOnNextCall(func);
42 assertEquals(0, func().x);
  /external/valgrind/drd/tests/
sem_wait.cpp 9 FailedOn(const char *f, int e) : func(f), eno(e) {}
10 std::string func; member in struct:FailedOn
36 std::cerr << e.func << " failed: " << strerror(e.eno) << std::endl;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
set_exception_at_thread_exit.pass.cpp 19 void func(std::promise<int> p) function
31 std::thread(func, std::move(p)).detach();
  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 22 void (*func) (void *); member in class:thread_local_dtor
28 extern "C" int __cxa_thread_atexit_impl(void (*func) (void *), void *arg, void *dso_handle) {
31 dtor->func = func;
47 current->func(current->arg);

Completed in 498 milliseconds

1 2 3 4 56 7 8 91011>>