HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 1 - 25 of 8632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/pr19692/
TBlah.h 2 int use = INT64_MAX; variable
  /external/clang/test/Modules/
pr25501.cpp 7 auto use = aaa; variable
merge-decl-order.cpp 9 N::foo *use; variable
merge-friends.cpp 5 N::foo *use; variable
no-linkage.cpp 29 void use(int);
31 use(Typedef().n);
32 use(NS::n);
33 use(AliasDecl);
34 use(UsingDecl);
35 use(RealNS::n);
36 use(Struct(0));
37 use(Variable);
38 use(AnotherNS);
39 use(Enumerator)
    [all...]
update-exception-spec.cpp 4 void use(B *p);
6 void use(B *p) { g(p); } function
using-decl.cpp 41 template<typename T> int use(T);
43 use(conflicting_hidden_using_decl);
44 use(conflicting_hidden_using_decl_fn());
45 use(conflicting_hidden_using_decl_var);
46 use(conflicting_hidden_using_decl_fn_2());
47 use(conflicting_hidden_using_decl_var_2);
48 use(conflicting_hidden_using_decl_mixed_1());
49 use(conflicting_hidden_using_decl_mixed_2);
50 use(conflicting_hidden_using_decl_mixed_3());
51 use(conflicting_hidden_using_decl_mixed_4())
    [all...]
  /external/clang/test/CXX/basic/basic.def/
p4.cpp 6 int use = f() + n; // expected-note 2{{used here}} variable
  /external/clang/test/CodeGen/
lifetime.c 6 extern void use(char *a);
10 use(&a);
  /prebuilts/go/darwin-x86/test/
bounds.go 4 // Use of this source code is governed by a BSD-style
37 use(s[i])
38 use(a1[i])
39 use(a1k[i])
40 use(a100k[i])
41 use(p1[i])
42 use(p1k[i])
43 use(p100k[i])
45 use(s[ui])
46 use(a1[ui]
268 func use(x int) { func
    [all...]
cmp6.go 4 // Use of this source code is governed by a BSD-style
12 func use(bool) {} func
38 use(c1 == c2) // ERROR "invalid operation|incompatible"
39 use(c2 == c1) // ERROR "invalid operation|incompatible"
40 use(c1 == c3)
41 use(c2 == c2)
42 use(c3 == c1)
43 use(c3 == c2)
50 use(p1 == p2) // ERROR "invalid operation|incompatible"
51 use(p2 == p1) // ERROR "invalid operation|incompatible
    [all...]
  /prebuilts/go/linux-x86/test/
bounds.go 4 // Use of this source code is governed by a BSD-style
37 use(s[i])
38 use(a1[i])
39 use(a1k[i])
40 use(a100k[i])
41 use(p1[i])
42 use(p1k[i])
43 use(p100k[i])
45 use(s[ui])
46 use(a1[ui]
268 func use(x int) { func
    [all...]
cmp6.go 4 // Use of this source code is governed by a BSD-style
12 func use(bool) {} func
38 use(c1 == c2) // ERROR "invalid operation|incompatible"
39 use(c2 == c1) // ERROR "invalid operation|incompatible"
40 use(c1 == c3)
41 use(c2 == c2)
42 use(c3 == c1)
43 use(c3 == c2)
50 use(p1 == p2) // ERROR "invalid operation|incompatible"
51 use(p2 == p1) // ERROR "invalid operation|incompatible
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a+rdma.l 2 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
3 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
4 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
5 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
6 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
7 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
8 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
9 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
10 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD.
11 [^:]+:[0-9]+: Warning: this instruction implies use of ARMv8.1 AdvSIMD
    [all...]
depr-swp.l 2 [^:]*:2: swp{b} use is obsoleted for ARMv8 and later
3 [^:]*:6: swp{b} use is deprecated for ARMv6 and ARMv7
4 [^:]*:8: swp{b} use is deprecated for ARMv6 and ARMv7
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
address-028.l 2 .*:6: Error: Unsupported use of sp
address-029.l 2 .*:6: Error: Unsupported use of sp
  /external/clang/test/CodeGenCXX/
block.cpp 9 virtual void use() { func((void*)this); } function in struct:Test
18 useBlock(^(void) { t.use(); });
vtable-key-function-win-comdat.cpp 4 extern void use(const std::type_info &rtti);
13 Test1a::Test1a() { use(typeid(Test1a)); }
vtable-key-function-ios.cpp 19 extern void use(const std::type_info &rtti);
30 Test0a::Test0a() { use(typeid(Test0a)); }
49 Test0b::Test0b() { use(typeid(Test0b)); }
62 Test1a::Test1a() { use(typeid(Test1a)); }
82 Test1b::Test1b() { use(typeid(Test1b)); }
96 Test2a::Test2a() { use(typeid(Test2a)); }
115 Test2b::Test2b() { use(typeid(Test2b)); }
134 Test2c::Test2c() { use(typeid(Test2c)); }
148 Test3a::Test3a() { use(typeid(Test3a)); }
168 Test3b::Test3b() { use(typeid(Test3b));
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
c.go 9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
c.go 9 X: a.NewX(), // ERROR `cannot use "a1"\.NewX\(\)`
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
reg-err.l 2 .*:3: (Error|Warning): Invalid use of `r0' as output operand
3 .*:4: (Error|Warning): Invalid use of `r0' as base update address operand
4 .*:5: (Error|Warning): Invalid duplicate use of `r1'
5 .*:6: (Error|Warning): Invalid use of `r0' as base update address operand
6 .*:7: (Error|Warning): Invalid duplicate use of `p1'
7 .*:8: (Error|Warning): Invalid use of `f0' as output operand
8 .*:9: (Error|Warning): Invalid use of `f1' as output operand
9 .*:10: (Error|Warning): Invalid use of `f0' as output operand
10 .*:11: (Error|Warning): Invalid use of `f1' as output operand
11 .*:12: (Error|Warning): Invalid use of `f0' as output operan
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback.go 2 // Use of this source code is governed by a BSD-style
242 // Use a new goroutine so that we get a small stack.
255 // Use a new goroutine so that we get a small stack.
271 use(buf[:])
307 // use some stack memory to trigger split stack check
309 use(buf[:])
314 func use(buf []byte) { func
532 // Edit .+1,$ | seq 4 4 5000 | sed 's/.*/func stack&() { var buf [&]byte; use(buf[:]); C.callGoStackCheck() }/'
533 func stack4() { var buf [4]byte; use(buf[:]); C.callGoStackCheck() }
534 func stack8() { var buf [8]byte; use(buf[:]); C.callGoStackCheck()
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
callback.go 2 // Use of this source code is governed by a BSD-style
242 // Use a new goroutine so that we get a small stack.
255 // Use a new goroutine so that we get a small stack.
271 use(buf[:])
307 // use some stack memory to trigger split stack check
309 use(buf[:])
314 func use(buf []byte) { func
532 // Edit .+1,$ | seq 4 4 5000 | sed 's/.*/func stack&() { var buf [&]byte; use(buf[:]); C.callGoStackCheck() }/'
533 func stack4() { var buf [4]byte; use(buf[:]); C.callGoStackCheck() }
534 func stack8() { var buf [8]byte; use(buf[:]); C.callGoStackCheck()
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>