Searched refs:use (Results 1 - 25 of 828) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/pr19692/
H A DTBlah.h2 int use = INT64_MAX; variable
/external/v8/test/mjsunit/es6/
H A Dblock-const-assign.js2 // Redistribution and use in source and binary forms, with or without
32 "use strict";
36 function(use) { return "const c = 1; " + use + ";" }, TypeError,
37 function(use) { return "const x = 0, c = 1; " + use + ";" }, TypeError,
38 function(use) { return "const c = 1, x = (" + use + ");" }, TypeError,
39 function(use) { return use
[all...]
/external/v8/test/mjsunit/harmony/
H A Dblock-const-assign-sloppy.js2 // Redistribution and use in source and binary forms, with or without
36 function(use) { return "const c = 1; " + use + ";" }, TypeError,
37 function(use) { return "const x = 0, c = 1; " + use + ";" }, TypeError,
38 function(use) { return "const c = 1, x = (" + use + ");" }, TypeError,
39 function(use) { return use + "; const c = 1;" }, ReferenceError,
40 function(use) { retur
[all...]
/external/clang/test/Modules/
H A Dmerge-decl-order.cpp9 N::foo *use; variable
H A Dmerge-friends.cpp5 N::foo *use; variable
H A Dno-linkage.cpp29 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(Enumerato
[all...]
H A Dupdate-exception-spec.cpp4 void use(B *p);
6 void use(B *p) { g(p); } function
H A Dusing-decl.cpp41 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_
[all...]
/external/clang/test/CodeGen/
H A Dlifetime.c6 extern void use(char *a);
10 use(&a);
/external/clang/test/CodeGenCXX/
H A Dblock.cpp9 virtual void use() { func((void*)this); } function in struct:Test
18 useBlock(^(void) { t.use(); });
H A Dvtable-key-function-win-comdat.cpp4 extern void use(const std::type_info &rtti);
13 Test1a::Test1a() { use(typeid(Test1a)); }
H A Dvtable-key-function-ios.cpp19 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(typei
[all...]
H A Dmicrosoft-abi-vtables-single-inheritance.cpp23 void use(A *obj) { obj->f(); } function
43 void use(B *obj) { obj->f(); } function
58 void use(C *obj) { obj->f(); } function
73 void use(D *obj) { obj->f(); } function
93 void use(E *obj) { obj->i(); } function
111 void use(F *obj) { obj->i(); } function
132 void use(G *obj) { obj->j(); } function
152 void use(I *obj) { obj->f(); } function
171 void use(J *obj) { obj->foo(42); } function
190 void use( function
213 void use(L *obj) { obj->foo(42.0f); } function
238 void use(M *obj) { obj->foo(42.0f); } function
253 void use(N *obj) { obj->operator+(42); } function
258 void use(O *obj) { obj->f(); } function
259 void use(P *obj) { obj->f(); } function
277 void use(Q *obj) { obj->foo(42); } function
291 void use(R *obj) { obj->foo(42l); } function
[all...]
H A Dvtable-key-function-arm.cpp16 extern void use(const std::type_info &rtti);
27 Test0a::Test0a() { use(typeid(Test0a)); }
46 Test0b::Test0b() { use(typeid(Test0b)); }
59 Test1a::Test1a() { use(typeid(Test1a)); }
78 Test1b::Test1b() { use(typeid(Test1b)); }
91 Test2a::Test2a() { use(typeid(Test2a)); }
112 Test2b::Test2b() { use(typeid(Test2b)); }
132 Test2c::Test2c() { use(typeid(Test2c)); }
146 Test3a::Test3a() { use(typeid(Test3a)); }
167 Test3b::Test3b() { use(typei
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-uint32-analysis.cc31 bool HUint32AnalysisPhase::IsSafeUint32Use(HValue* val, HValue* use) { argument
33 if (use->IsBitwise() || use->IsShl() || use->IsSar() || use->IsShr()) {
35 } else if (use->IsSimulate() || use->IsArgumentsObject()) {
38 } else if (use->IsChange()) {
43 DCHECK(HChange::cast(use)->to().IsDouble() ||
44 HChange::cast(use)
79 HValue* use = it.value(); local
99 HValue* use = it.value(); local
[all...]
/external/valgrind/helgrind/tests/
H A Dtc03_re_excl.c10 /* A simple function to "use" a value, so that gcc can't
12 static void use ( int x ) { function
19 use(arg[5]); /* read access */
32 use(x[5]); /* read access */
/external/libchrome/base/timer/
H A Dhi_res_timer_manager_posix.cc21 void HighResolutionTimerManager::UseHiResClock(bool use) { argument
/external/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.c5 void use(int *ptr, int val) { function
21 use(p, compute());
23 // expected-note@-2 {{Calling 'use'}}
202 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
204 // CHECK-NEXT: <string>Calling &apos;use&apos;</string>
325 // CHECK-NEXT: <key>issue_context</key><string>use</string>
/external/clang/test/SemaCXX/
H A Dwarn-unused-attribute.cpp5 void use();
16 used.use();
/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp34 void use(char *);
37 use(getChars().x);
/external/llvm/test/MC/ELF/
H A Dcfi-window-save.s3 # Should use SPARC as the target to test this. However, SPARC does not
4 # use MC yet.
/external/skia/src/animator/
H A DSkDrawTo.cpp19 SK_MEMBER(use, Bitmap)
26 SkDrawTo::SkDrawTo() : drawOnce(false), use(nullptr), fDrawnOnce(false) {
38 SkCanvas canvas(use->fBitmap);
51 if (use)
52 SkDebugf("use=\"%s\" ", use->id);
H A DSkDisplayAdd.cpp22 SK_MEMBER(use, Drawable),
37 offset(SK_MaxS32), use(nullptr), where(nullptr) {
41 SkADrawable* saveUse = use;
43 use = nullptr;
46 copy->use = use = saveUse;
52 SkASSERT(use);
53 SkASSERT(use->isDrawable());
55 use->draw(maker);
70 if (use) //jus
[all...]
/external/v8/src/compiler/
H A Ddead-code-elimination.cc82 for (Node* const use : node->uses()) {
83 if (NodeProperties::IsPhi(use)) {
84 DCHECK_EQ(input_count + 1, use->InputCount());
85 use->ReplaceInput(live_input_count, use->InputAt(i));
96 for (Node* const use : node->uses()) {
97 if (NodeProperties::IsPhi(use)) {
98 Replace(use, use->InputAt(0));
99 } else if (use
[all...]
/external/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.cpp25 extern void use(int &ref);
26 use(ref); // expected-warning{{Forming reference to null pointer}}

Completed in 4860 milliseconds

1234567891011>>