HomeSort by relevance Sort by last modified time
    Searched full:foo11 (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/Driver/
at_file.c.args 10 -D foo11
at_file.c 31 #ifdef foo11
  /external/llvm/test/CodeGen/Mips/
brdelayslot.ll 113 ; FORWARD: jal foo11
114 ; FORWARD: jal foo11
120 tail call void @foo11() nounwind
121 tail call void @foo11() nounwind
123 tail call void @foo11() nounwind
128 declare void @foo11()
fp16instrinsmc.ll 165 define void @foo11() #0 {
  /external/v8/test/mjsunit/regress/
regress-470804.js 25 this.foo11 = 0;
  /external/clang/test/Sema/
mips-interrupt-attr.c 28 __attribute__((mips16)) __attribute ((interrupt)) void foo11() {} // expected-error {{'mips16' and 'interrupt' attributes are not compatible}} \ function
  /external/clang/test/SemaOpenCL/
amdgpu-num-register-attrs.cl 24 __attribute__((amdgpu_num_sgpr(0))) kernel void foo11() {}
  /external/clang/test/CodeGen/
stdcall-fastcall.c 131 void __attribute__((fastcall)) foo11(double y, int x);
134 // CHECK: call x86_fastcallcc void @foo11(double %{{.*}}, i32 inreg %
135 foo11(y, x);
  /external/clang/test/SemaObjC/
method-sentinel-attr.m 16 - (void) foo11 : (int)x, ... __attribute__ ((__sentinel__(1,1,3))); // expected-error {{'__sentinel__' attribute takes no more than 2 arguments}}
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 38 struct Foo11 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
50 new Foo7, new Foo8, new Foo9, new Foo10, new Foo11, new Foo12, new Foo13,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 35 .globl foo11
36 foo11: label
ops.d 47 0000000c <foo11>:
  /external/llvm/test/CodeGen/Hexagon/
signed_immediates.ll 79 define void @foo11(i64* %a, i64 %b) {
  /external/llvm/test/CodeGen/NVPTX/
load-with-non-coherent-cache.ll 110 ; SM20-LABEL: .visible .entry foo11(
112 ; SM35-LABEL: .visible .entry foo11(
114 define void @foo11(<2 x float> * noalias readonly %from, <2 x float> * %to) {
256 !11 = !{void (<2 x float> *, <2 x float> *)* @foo11, !"kernel", i32 1}
  /external/llvm/test/CodeGen/AArch64/
arm64-csel.ll 133 define i32 @foo11(i32 %v) nounwind readnone optsize ssp {
135 ; CHECK-LABEL: foo11:
  /external/clang/test/Parser/
cxx-template-argument.cpp 121 template<int N1, int N2> struct foo11 :
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {} function
77 // CHECK: "\01?foo11@@YAXV?$Y@VX@NA@@@NA@@V1NB@@@Z"
  /external/llvm/test/CodeGen/X86/
pseudo_cmov_lower.ll 20 ; CHECK-LABEL: foo11:
24 define i32 @foo11(i32 %v1, i32 %v2, i32 %v3) nounwind {
  /external/llvm/test/MC/ELF/
weakref.s 48 .weakref foo11, bar11
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 63 this.foo11 = 11;
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 178 "foo11", "A",
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 178 "foo11", "A",
  /prebuilts/go/darwin-x86/test/
escape2.go 71 func foo11() int {
73 xx := &x // ERROR "foo11 &x does not escape$"
74 yy := &y // ERROR "foo11 &y does not escape$"
    [all...]
escape2n.go 71 func foo11() int {
73 xx := &x // ERROR "foo11 &x does not escape$"
74 yy := &y // ERROR "foo11 &y does not escape$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 71 func foo11() int {
73 xx := &x // ERROR "foo11 &x does not escape$"
74 yy := &y // ERROR "foo11 &y does not escape$"
    [all...]

Completed in 1437 milliseconds

1 2