HomeSort by relevance Sort by last modified time
    Searched full:test4b (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/CodeGen/Generic/
addr-label.ll 63 %target = bitcast i8* blockaddress(@test4b, %usermain) to i8*
64 %ret = call i64 @test4b(i8* %target)
69 define i64 @test4b(i8* %Code) {
79 %target = ptrtoint i8* blockaddress(@test4b, %label_line_0) to i64
  /external/clang/test/SemaObjC/
method-lookup-3.m 68 struct test4b { float x, y; };
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
  /external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp 210 /*** Test4b ******************************************************************/
212 template <class T> struct Test4b {
213 Test4b();
219 template <> inline void Test4b<int>::bar() {}
222 template <> Test4b<int>::Test4b() { use(typeid(Test4b)); }
227 template <> inline void Test4b<int>::foo() {}
thunks.cpp 91 namespace Test4B {
  /external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll 85 define i64 @test4b() {
97 ; CHECK: define i64 @test4b()
  /external/llvm/test/CodeGen/X86/
stack-protector.ll 434 ; test4b: struct { [4 x i8] }
437 define void @test4b(i8* %a) nounwind uwtable ssp {
439 ; LINUX-I386: test4b:
443 ; LINUX-X64: test4b:
447 ; LINUX-KERNEL-X64: test4b:
451 ; DARWIN-X64: test4b:
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 494 UnicodeString test4b(test4, 12);
512 if (((char)test1.charAt((int32_t)(11 + i))) != test4b.charAt(i)) {
    [all...]

Completed in 165 milliseconds