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

1 2

  /external/clang/test/Driver/
at_file.c 15 // CHECK-NEXT: foo10"bar10"zed10
30 foo10
at_file.c.args 9 -Dfoo10=foo10\"bar10\"zed10
  /external/clang/test/Sema/
arm-interrupt-attr.c 16 __attribute__((interrupt(""))) void foo10() {} function
mips-interrupt-attr.c 26 __attribute__((interrupt)) __attribute__ ((mips16)) void foo10() {} // expected-error {{'interrupt' and 'mips16' attributes are not compatible}} \ function
attr-sentinel.c 11 void foo10 (int x, ...) __attribute__ ((__sentinel__(1,1)));
  /external/llvm/test/CodeGen/Mips/
mips64imm.ll 46 define i64 @foo10() nounwind readnone {
48 ; CHECK: foo10
brdelayslot.ll 112 ; FORWARD-LABEL: foo10:
116 ; FORWARD: end foo10
118 define void @foo10() nounwind {
fp16instrinsmc.ll 151 define void @foo10() #0 {
  /external/clang/test/CodeGen/
mips64-padding-arg.c 58 // O32: declare void @foo10(i32 signext, i32
66 void foo10(int, S16);
69 foo10(1, s16);
mangle.c 71 int foo10(volatile int* add, int from, int to) { function
stdcall-fastcall.c 124 void __attribute__((fastcall)) foo10(float y, int x);
127 // CHECK: call x86_fastcallcc void @foo10(float %{{.*}}, i32 inreg %
128 foo10(y, x);
  /external/v8/test/mjsunit/regress/
regress-470804.js 24 this.foo10 = 0;
  /external/clang/test/SemaOpenCL/
amdgpu-num-register-attrs.cl 21 __attribute__((amdgpu_num_vgpr(0))) kernel void foo10() {}
  /external/clang/test/SemaObjC/
method-sentinel-attr.m 15 - (void) foo10 : (int)x, ... __attribute__ ((__sentinel__(1,1)));
blocks.m 70 void foo10() {
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 37 struct Foo10 : 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 32 .globl foo10
33 foo10: label
ops.d 44 0000000b <foo10>:
226 c4: 9a ff 47 ifneb <foo10>
231 d3: 9f ff 38 if_icmpeqb <foo10>
  /external/llvm/test/CodeGen/Hexagon/
signed_immediates.ll 71 define void @foo10(i32* %a, i32 %b) {
  /external/llvm/test/CodeGen/NVPTX/
load-with-non-coherent-cache.ll 100 ; SM20-LABEL: .visible .entry foo10(
102 ; SM35-LABEL: .visible .entry foo10(
104 define void @foo10(<2 x i64> * noalias readonly %from, <2 x i64> * %to) {
255 !10 = !{void (<2 x i64> *, <2 x i64> *)* @foo10, !"kernel", i32 1}
  /external/llvm/test/MC/ELF/
weakref.s 42 .weakref foo10, bar10
44 .long foo10
  /external/llvm/test/CodeGen/AArch64/
arm64-csel.ll 122 define i64 @foo10(i64 %v) nounwind readnone optsize ssp {
124 ; CHECK-LABEL: foo10:
  /external/clang/test/Parser/
cxx-template-argument.cpp 114 template<class T1, typename T2> struct foo10 : struct in namespace:pr16225add
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 62 this.foo10 = 10;
  /external/llvm/test/Transforms/ObjCARC/
nested.ll     [all...]

Completed in 618 milliseconds

1 2