HomeSort by relevance Sort by last modified time
    Searched defs:test4 (Results 101 - 125 of 415) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp 142 namespace test4 { namespace
157 // BITCODE-LABEL: define {{.*}}\01?ffun@test4@@YAXAAUC@1@@Z
162 // BITCODE: [[THIS1:%.+]] = bitcast %"struct.test4::C"* {{.*}} to i8*
168 // BITCODE-LABEL: define {{.*}}\01?fop@test4@@YAXAAUC@1@@Z
173 // BITCODE: [[THIS1:%.+]] = bitcast %"struct.test4::C"* {{.*}} to i8*
new-overflow.cpp 79 namespace test4 { namespace
97 // test4 with no sext required.
nrvo.cpp 146 X test4(bool B) { function
partial-destruction.cpp 177 namespace test4 { namespace
throw-expressions.cpp 18 int test4() { function
visibility-ms-compat.cpp 82 namespace test4 { namespace
  /external/clang/test/Index/
annotate-tokens.cpp 31 void test4() { function
  /external/clang/test/Layout/
ms-x86-declspec-empty_bases.cpp 197 namespace test4 { namespace
217 // CHECK-NEXT: 0 | struct test4::A
223 // CHECK-NEXT: 0 | struct test4::B (empty)
228 // CHECK-NEXT: 0 | struct test4::C
229 // CHECK-NEXT: 0 | struct test4::A (base)
231 // CHECK-NEXT: 4 | struct test4::B b (empty)
236 // CHECK-NEXT: 0 | struct test4::D (empty)
241 // CHECK-NEXT: 0 | struct test4::E
247 // CHECK-NEXT: 0 | struct test4::F
248 // CHECK-NEXT: 0 | struct test4::D (base) (empty
    [all...]
  /external/clang/test/Parser/
implicit-casts.c 20 short x; void test4(char c) { x += c; } function
  /external/clang/test/Sema/
block-args.c 39 void test4() { function
block-misc.c 55 int test4(int argc) { // rdar://6251437 function
callingconv-iamcu.c 16 void __attribute__((thiscall)) test4(int a, ...) { // expected-warning {{calling convention 'thiscall' ignored for this target}} function
extern-redecl.c 37 void test4() { function
scope-check.c 27 int test4(int x) { function
30 test4(x);
warn-shadow.c 39 struct test4 { struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
  /external/clang/test/SemaCXX/
linkage.cpp 70 // CHECK: define void @test4(
71 extern "C" void test4(void) {} function in namespace:__anon16823
statements.cpp 28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}}
undefined-inline.cpp 20 namespace test4 { namespace
21 inline void error_on_zero(int); // expected-warning{{inline function 'test4::error_on_zero' is not defined}}
warn-empty-body.cpp 152 void test4(int x) function
warn-new-overaligned.cpp 54 namespace test4 { namespace
70 new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
  /external/clang/test/SemaTemplate/
instantiate-self.cpp 39 namespace test4 { namespace
  /external/compiler-rt/test/asan/TestCases/
strtol_strict.c 12 // RUN: %run %t test4 2>&1
13 // RUN: %env_asan_opts=strict_string_checks=false %run %t test4 2>&1
14 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test4 2>&1 | FileCheck %s --check-prefix=CHECK4
64 void test4(char *array, char *endptr) { function
121 if (!strcmp(argv[1], "test4")) test4(array, endptr);
strtoll_strict.c 12 // RUN: %run %t test4 2>&1
13 // RUN: %env_asan_opts=strict_string_checks=false %run %t test4 2>&1
14 // RUN: %env_asan_opts=strict_string_checks=true not %run %t test4 2>&1 | FileCheck %s --check-prefix=CHECK4
57 void test4(char *array, char *endptr) { function
105 if (!strcmp(argv[1], "test4")) test4(array, endptr);
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/
DoubleLiteralExprTest.java 27 public void test4() { method in class:DoubleLiteralExprTest
  /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
size_size_pointer_size.pass.cpp 475 void test4() function
    [all...]

Completed in 283 milliseconds

1 2 3 45 6 7 8 91011>>