| /external/chromium_org/tools/gyp/test/external-cross-compile/src/ |
| test3.cc | 1 From test3.cc
|
| /frameworks/compile/slang/ |
| rsScriptC_Lib.rs | 2 int test3(int i)
|
| /external/clang/test/CodeGenCXX/ |
| constructor-direct-call.cpp | 38 class Test3 { 40 Test3() { a = 10; b = 15; c = 20; } 41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } 48 // CHECK: call void @_ZN5Test3C1Ev(%class.Test3* %var) 49 Test3 var; 51 // CHECK-NEXT: call void @_ZN5Test3C1Ev(%class.Test3* %var2) 52 Test3 var2; 54 // CHECK-NEXT: call void @_ZN5Test3C1Ev(%class.Test3* %var) 55 var.Test3::Test3() [all...] |
| 2010-06-22-BitfieldInit.cpp | 12 } TEST3; 14 TEST3 test =
|
| microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp | 5 // RUN: FileCheck --check-prefix=NO-THUNKS-Test3 %s < %t 15 // RUN: FileCheck --check-prefix=THIS-THUNKS-Test3 %s < %t 18 // RUN: FileCheck --check-prefix=RET-THUNKS-Test3 %s < %t 79 struct Test3: A, B { 80 // NO-THUNKS-Test3: VFTable for 'A' in 'no_thunks::Test3' (2 entries) 81 // NO-THUNKS-Test3-NEXT: 0 | void A::f() 82 // NO-THUNKS-Test3-NEXT: 1 | void no_thunks::Test3::i() 84 // NO-THUNKS-Test3: VFTable for 'B' in 'no_thunks::Test3' (2 entries [all...] |
| expr.cpp | 19 int test3(const char*); 20 int test3g = test3(__PRETTY_FUNCTION__);
|
| /external/llvm/test/CodeGen/ARM/ |
| section-name.ll | 19 ; CHECK: .section .text.test3,"axG",%progbits,test3,comdat 20 ; CHECK: .weak test3 21 ; CHECK: .type test3,%function 22 define linkonce_odr void @test3() {
|
| 2007-05-14-InlineAsmCstCrash.ll | 3 define i32 @test3() {
|
| /external/llvm/test/DebugInfo/Inputs/ |
| dwarfdump-test3.cc | 1 #include "dwarfdump-test3-decl.h" 8 // $ cp dwarfdump-test3.cc /tmp/dbginfo 9 // $ cp dwarfdump-test3-decl.h /tmp/include 10 // $ cp dwarfdump-test3-decl2.h /tmp/dbginfo/include 12 // $ gcc dwarfdump-test3.cc -g -I/tmp/include -Iinclude -fPIC -shared -o <output>
|
| dwarfdump-test3-decl.h | 1 #include "dwarfdump-test3-decl2.h"
|
| /external/clang/test/Frontend/ |
| print-header-includes.c | 1 // RUN: %clang_cc1 -include Inputs/test3.h -E -H -o %t.out %s 2> %t.err 4 // CHECK-NOT: test3.h
|
| /external/clang/test/Driver/ |
| cpath.c | 1 // RUN: mkdir -p %T/test1 %T/test2 %T/test3 10 // RUN: env "OBJC_INCLUDE_PATH=%T/test1%{pathsep}%T/test2" OBJCPLUS_INCLUDE_PATH=%T/test1 "CPLUS_INCLUDE_PATH=%T/test1%{pathsep}%t/test2" C_INCLUDE_PATH=%T/test3 %clang -x c -E -v %s 2>&1 | FileCheck %s -check-prefix=C_INCLUDE_PATH 11 // C_INCLUDE_PATH: -c-isystem {{"?.*}}/test3{{"?}} -cxx-isystem {{"?.*}}/test1{{"?}} -cxx-isystem {{"?.*}}/test2{{"?}} -objc-isystem {{"?.*}}/test1{{"?}} -objc-isystem {{"?.*}}/test2{{"?}} -objcxx-isystem {{"?.*}}/test1{{"?}} 14 // C_INCLUDE_PATH: test3 17 // RUN: env OBJC_INCLUDE_PATH=%T/test1 OBJCPLUS_INCLUDE_PATH=%T/test3 CPLUS_INCLUDE_PATH=%T/test3 C_INCLUDE_PATH=%T/test1 %clang -x objective-c++ -E -v %s 2>&1 | FileCheck %s -check-prefix=OBJCPLUS_INCLUDE_PATH 18 // OBJCPLUS_INCLUDE_PATH: -c-isystem {{"?.*}}/test1{{"?}} -cxx-isystem {{"?.*}}/test3{{"?}} -objc-isystem {{"?.*}}/test1{{"?}} -objcxx-isystem {{"?.*}}/test3{{"?}} 21 // OBJCPLUS_INCLUDE_PATH: test3
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/ |
| string_string.pass.cpp | 62 test3(S&& lhs, S&& rhs, const S& x) function 126 test3(S(""), S(""), S("")); 127 test3(S(""), S("12345"), S("12345")); 128 test3(S(""), S("1234567890"), S("1234567890")); 129 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); 130 test3(S("abcde"), S(""), S("abcde")); 131 test3(S("abcde"), S("12345"), S("abcde12345")); 132 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); 133 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); 134 test3(S("abcdefghij"), S(""), S("abcdefghij")) [all...] |
| /art/test/055-enum-performance/ |
| expected.txt | 11 test3: performed 10000 iterations
|
| /dalvik/tests/055-enum-performance/ |
| expected.txt | 11 test3: performed 10000 iterations
|
| /external/llvm/test/Transforms/SCCP/ |
| 2002-05-02-MissSecondInst.ll | 3 define void @test3(i32, i32) {
|
| /ndk/tests/build/mips-fp4/ |
| build.sh | 22 find_instruction "nmadd.d" mips-fp4-test3-6.s 23 find_instruction "nmsub.d" mips-fp4-test3-6.s 24 find_instruction "recip.d" mips-fp4-test3-6.s 25 find_instruction "rsqrt.d" mips-fp4-test3-6.s
|
| /external/clang/test/CodeGen/ |
| 2002-04-10-StructParameters.c | 15 void test3(foo *X) { function 23 test3(&Y);
|
| /external/llvm/test/CodeGen/X86/ |
| vec_set-9.ll | 3 ; CHECK: test3 9 define <2 x i64> @test3(i64 %A) nounwind {
|
| /ndk/tests/build/mips-fp4/jni/ |
| mips-fp4-test3-6.c | 3 double test3 (double a, double b, double c) function 24 test3(a, b, c);
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| local_file_system_test.py | 22 'test3.txt': 'test3\n', 26 self._file_system.Read(['test1.txt', 'test2.txt', 'test3.txt']).Get())
|
| /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/ |
| p1.cpp | 29 class Test3 {}; // expected-note {{previous definition}} 32 class Test3 {}; // expected-error {{redefinition of 'Test3'}}
|
| /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
| p13.cpp | 21 Opaque0 test3(int*) const; 34 using Base::test3; 35 Opaque1 test3(int*); 53 void test3() { function in namespace:test0 54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); 55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0);
|
| /external/llvm/test/Transforms/ConstProp/ |
| extractvalue.ll | 19 define i32 @test3() { 22 ; CHECK-LABEL: @test3( 40 define i32 @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define i32 @undef-test3() { 64 ; CHECK: @undef-test3
|
| /external/clang/test/Parser/ |
| implicit-casts.c | 15 int test3() { function 17 a[0] = test3; // expected-warning{{incompatible pointer to integer conversion assigning to 'int' from 'int ()'}}
|