HomeSort by relevance Sort by last modified time
    Searched full:test3 (Results 26 - 50 of 1058) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
attr-ns-bridged.m 14 void Test3(void); // expected-note {{declared here}}
15 struct __attribute__((ns_bridged(Test3))) test3s; // expected-error {{parameter of 'ns_bridged' attribute does not name an Objective-C class}}
return.m 17 void test3(int a) { // expected-warning {{function 'test3' could be declared with attribute 'noreturn'}}
  /ndk/tests/build/mips-fp4/jni/
Android.mk 10 LOCAL_MODULE := mips-fp4-test3-6
11 LOCAL_SRC_FILES := mips-fp4-test3-6.c
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/
file_system.zip 
  /external/clang/test/CodeGen/
bool-convert.c 5 _Bool test3[10]; variable
types.c 33 void test3(struct List a) { function
restrict.c 19 // CHECK: define void @test3(i32* noalias %{{.*}}, i32 %{{.*}})
20 void test3(rp x, int y) { function
  /external/clang/test/CodeGenCXX/
debug-info-enum.cpp 27 namespace test3 { namespace
28 // CHECK: [[E3]] = metadata !{i32 {{[^,]*}}, {{[^,]*}}, metadata [[TEST3:![0-9]*]], {{.*}}, metadata [[TEST3_ENUMS:![0-9]*]], {{[^,]*}}, {{[^,]*}}} ; [ DW_TAG_enumeration_type ] [e]
29 // CHECK: [[TEST3]] = {{.*}} ; [ DW_TAG_namespace ] [test3]
vtable-layout-abi-examples.cpp 201 namespace Test3 {
215 // CHECK-7: Vtable for 'Test3::C' (14 entries).
219 // CHECK-7-NEXT: 3 | Test3::C RTTI
220 // CHECK-7-NEXT: -- (Test3::C, 0) vtable address --
221 // CHECK-7-NEXT: 4 | void Test3::C::f()
224 // CHECK-7-NEXT: 7 | Test3::C RTTI
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
226 // CHECK-7-NEXT: 8 | void Test3::C::f()
231 // CHECK-7-NEXT: 12 | Test3::C RTTI
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address -
    [all...]
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 13 struct Test3 {
  /external/llvm/test/Analysis/BasicAA/
nocapture.ll 16 declare void @test3(i32** %p, i32* %q) nounwind
19 ; CHECK: call void @test3
26 ; Here test3 might store %p to %q. This doesn't violate %p's nocapture
28 call void @test3(i32** %q, i32* %p) nounwind
  /external/llvm/test/Feature/
fold-fpcast.ll 11 define i64 @test3() {
  /external/llvm/test/CodeGen/X86/
asm-modifier-P.ll 46 define void @test3() nounwind {
48 ; CHECK-STATIC-64-LABEL: test3:
50 ; CHECK-STATIC-64: call test3
52 ; CHECK-STATIC-64: call $test3
54 ; CHECK-STATIC-32-LABEL: test3:
56 ; CHECK-STATIC-32: call test3
58 ; CHECK-STATIC-32: call $test3
60 ; CHECK-PIC-64-LABEL: test3:
62 ; CHECK-PIC-64: call test3@PLT
64 ; CHECK-PIC-64: call $test3
    [all...]
atomic-load-store.ll 18 define i32 @test3(i32* %ptr) {
19 ; CHECK: test3
i128-sdiv.ll 19 define i128 @test3(i128 %x) {
20 ; CHECK-LABEL: test3:
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml_test.py 38 easy_xml.XmlToString(['test3', {'a': original}, original]),
39 '<?xml version="1.0" encoding="utf-8"?><test3 a="%s">%s</test3>' %
45 ['test3',
55 '<test3>\n'
62 '</test3>\n')
  /external/clang/test/SemaCXX/
constexpr-backtrace-limit.cpp 16 // RUN: not %clang_cc1 -std=c++11 -fsyntax-only %s -fconstexpr-backtrace-limit 2 -fconstexpr-depth 8 -fno-caret-diagnostics 2>&1 | FileCheck %s -check-prefix=TEST3
17 // TEST3: constant expression
18 // TEST3-NEXT: reinterpret_cast
19 // TEST3-NEXT: in call to 'recurse(0)'
20 // TEST3-NEXT: skipping 4 calls
21 // TEST3-NEXT: in call to 'recurse(5)'
  /external/chromium_org/third_party/icu/source/test/intltest/
ustrtest.cpp 118 UnicodeString test3; local
119 test3.append((UChar32)0x20402);
120 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
121 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
123 if(test3.length() != 2){
124 errln("append or length failed for UChar32, expected 2, got " + test3.length());
126 test3.append((UChar32)0x0074);
127 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
128 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
130 if(test3.length() != 3)
466 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
654 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 120 UnicodeString test3; local
121 test3.append((UChar32)0x20402);
122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
125 if(test3.length() != 2){
126 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length());
128 test3.append((UChar32)0x0074);
129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
130 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
132 if(test3.length() != 3)
468 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
656 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 28 extern A test3;
29 extern decltype(a <= b) test3
  /external/llvm/test/CodeGen/ARM/
floorf.ll 17 ; CHECK: test3
18 define float @test3() nounwind uwtable readnone ssp {
  /external/llvm/test/CodeGen/Thumb2/
thumb2-sxt-uxt.ll 17 define i32 @test3(i16 signext %z) nounwind {
18 ; CHECK-LABEL: test3:
  /external/llvm/test/MC/AsmParser/
directive_ascii.s 17 # CHECK: TEST3:
22 TEST3:
  /external/llvm/test/Transforms/ConstProp/
logicaltest.ll 26 define i32 @test3() {
31 define i1 @test3.upgrd.3() {
  /external/llvm/test/Transforms/InstCombine/
fdiv.ll 19 define float @test3(float %x) nounwind readnone ssp {
23 ; CHECK-LABEL: @test3(

Completed in 787 milliseconds

12 3 4 5 6 7 8 91011>>