HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 926 - 950 of 2113) sorted by null

<<31323334353637383940>>

  /external/clang/test/SemaCXX/
nullptr_in_arithmetic_ops.cpp 3 void foo() { function
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-fork-direct.cc 14 void foo() { printf("foo\n"); } function
29 foo();
coverage-fork.cc 14 void foo() { printf("foo\n"); } function
29 foo();
coverage.cc 6 // RUN: %run %t foo 2>&1 | FileCheck %s --check-prefix=CHECK-foo
8 // RUN: %run %t foo bar 2>&1 | FileCheck %s --check-prefix=CHECK-foo-bar
9 // RUN: not %run %t foo bar 4 2>&1 | FileCheck %s --check-prefix=CHECK-report
10 // RUN: not %run %t foo bar 4 5 2>&1 | FileCheck %s --check-prefix=CHECK-segv
24 void foo() { printf("foo\n"); } function
32 if (!strcmp(argv[i], "foo"))
33 foo();
    [all...]
  /external/compiler-rt/test/tsan/
fork_atexit.cc 9 void foo() { function
23 atexit(foo);
  /external/jarjar/src/test/
enumtest.jar 
  /external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 24 std::string foo; local
29 foo = ""s; assert( foo.size() == 0);
30 foo = u8""s; assert( foo.size() == 0);
35 foo = " "s; assert( foo.size() == 1);
36 foo = u8" "s; assert( foo.size() == 1);
41 foo = "ABC"s; assert( foo == "ABC"); assert( foo == std::string ( "ABC"))
    [all...]
  /external/lldb/test/functionalities/data-formatter/rdar-10449092/
main.cpp 12 struct foo struct
20 struct foo mine = {0x001122AA, 0x1122BB44};
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-type-units.cc 1 struct foo {}; struct
5 foo f;
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s 6 .globl foo
8 foo: label
15 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
17 callq foo
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 81 void foo ( void );
83 void foo ( void ) function
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
nested-struct.cpp 4 // If debug info for my_number() is emitted outside function foo's scope
11 // DEBUGGER: ptype foo
14 int foo() { function
27 foo();
  /frameworks/testing/support/tests/src/android/support/test/
MyEmptyTest.java 31 public void foo() {} method in class:MyEmptyTest
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
asan.pass.cpp 33 T foo = c[c.size()]; // bad, but not caught by ASAN local
46 T foo = c[c.size()]; // should trigger ASAN local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp 24 std::string foo; local
29 foo = ""s; assert( foo.size() == 0);
30 foo = u8""s; assert( foo.size() == 0);
35 foo = " "s; assert( foo.size() == 1);
36 foo = u8" "s; assert( foo.size() == 1);
41 foo = "ABC"s; assert( foo == "ABC"); assert( foo == std::string ( "ABC"))
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh10.cpp 4 void foo() { function
21 foo();
eh3_1.cpp 4 class foo { class
13 foo f;
17 catch (foo::error&) {
eh5.cpp 4 class foo { class
13 foo f;
explarg1.cpp 2 // Bug: g++ generates an error trying to generate the first foo<int>, when
8 foo(const A<T,typename T::N>&);
14 foo(B<T> const &) { } function
21 foo<int> (sa);
synth2.cpp 6 struct foo : virtual vbase struct in inherits:vbase
8 foo() function in struct:foo
10 throw "exception in foo ctor";
14 struct bar : public foo {};
  /ndk/tests/device/test-stlport_static-exception/jni/
eh10.cpp 4 void foo() { function
21 foo();
eh3_1.cpp 4 class foo { class
13 foo f;
17 catch (foo::error&) {
eh5.cpp 4 class foo { class
13 foo f;
explarg1.cpp 2 // Bug: g++ generates an error trying to generate the first foo<int>, when
8 foo(const A<T,typename T::N>&);
14 foo(B<T> const &) { } function
21 foo<int> (sa);
synth2.cpp 6 struct foo : virtual vbase struct in inherits:vbase
8 foo() function in struct:foo
10 throw "exception in foo ctor";
14 struct bar : public foo {};

Completed in 1337 milliseconds

<<31323334353637383940>>